Project

General

Profile

Revision 04a8f09e

ID04a8f09ee13dc8ebdf2fb4dea2b5e6759edc6e42
Parent 3e5985c8
Child 7b639f58

Added by Aurelien BOMPARD about 13 years ago

MAJ des RPMs pour utiliser les tags

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@6627 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

pkg/vigiboard.mandriva.spec
1
%define module  vigiboard
2
%define name    vigilo-%{module}
3
%define version 2.0.0
4
%define release 1%{?svn}%{?dist}
1
%define module  @SHORT_NAME@
5 2

  
6
Name:       %{name}
7
Summary:    Vigilo event board
8
Version:    %{version}
9
Release:    %{release}
3
Name:       vigilo-%{module}
4
Summary:    @SUMMARY@
5
Version:    @VERSION@
6
Release:    1%{?svn}%{?dist}
10 7
Source0:    %{module}-%{version}.tar.gz
11
URL:        http://www.projet-vigilo.org
8
URL:        @URL@
12 9
Group:      System/Servers
13 10
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-build
14 11
License:    GPLv2
12
Buildarch:  noarch
15 13

  
16 14
BuildRequires:   python-setuptools
17 15
BuildRequires:   python-babel
......
84 82
Requires:   python-zope-interface
85 83
Requires:   python-zope.sqlalchemy
86 84

  
87
Buildarch:  noarch
88

  
89
# Renommage
90
Obsoletes: vigiboard < 1.0-1
91
Provides:  vigiboard = %{version}-%{release}
92

  
93

  
94 85

  
95 86
%description
96
Vigilo event board.
87
@DESCRIPTION@
97 88
This application is part of the Vigilo Project <http://vigilo-project.org>
98 89

  
99 90
%prep
......
133 124
%config(noreplace) %{_sysconfdir}/logrotate.d/%{module}
134 125
%attr(750,apache,apache) %{_localstatedir}/cache/vigilo/sessions
135 126
%{python_sitelib}/*
136

  

Also available in: Unified diff