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.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

Also available in: Unified diff