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

  
pkg/vigiboard.redhat.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 3
%define pyver 26
7 4
%define pybasever 2.6
......
9 6
%define __os_install_post %{__python26_os_install_post}
10 7
%{!?python26_sitelib: %define python26_sitelib %(python26 -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
11 8

  
12
Name:       %{name}
13
Summary:    Vigilo event board
14
Version:    %{version}
15
Release:    %{release}
9
Name:       vigilo-%{module}
10
Summary:    @SUMMARY@
11
Version:    @VERSION@
12
Release:    1%{?svn}%{?dist}
16 13
Source0:    %{module}-%{version}.tar.gz
17
URL:        http://www.projet-vigilo.org
14
URL:        @URL@
18 15
Group:      System/Servers
19 16
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-build
20 17
License:    GPLv2
......
34 31

  
35 32

  
36 33
%description
37
Vigilo event board.
34
@DESCRIPTION@
38 35
This application is part of the Vigilo Project <http://vigilo-project.org>
39 36

  
40 37
%prep
pkg/vigiboard.rhel6.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
......
28 25

  
29 26

  
30 27
%description
31
Vigilo event board.
28
@DESCRIPTION@
32 29
This application is part of the Vigilo Project <http://vigilo-project.org>
33 30

  
34 31
%prep
setup.py
23 23
setup(
24 24
    name='vigiboard',
25 25
    version='2.0.0',
26
    description='IHM Module for the Dashboard',
27 26
    author='Vigilo Team',
28 27
    author_email='contact@projet-vigilo.org',
29 28
    zip_safe=False,
30 29
    license='http://www.gnu.org/licenses/gpl-2.0.html',
30
    description="Vigilo event board",
31
    long_description="Vigilo event board",
31 32
    url='http://www.projet-vigilo.org/',
32 33
    install_requires=[
33 34
        "vigilo-turbogears",

Also available in: Unified diff