Project

General

Profile

Revision 434e0d8e

ID434e0d8e2cf417ba427b6a9289f7ff9cfd985ff2
Parent fd3d2299
Child ac9b6e9b

Added by Aurelien BOMPARD over 13 years ago

Correction de la construction RPM

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

View differences:

pkg/vigiboard.mandriva.spec
7 7
Summary:    Vigilo event board
8 8
Version:    %{version}
9 9
Release:    %{release}
10
Source0:    %{module}.tar.bz2
10
Source0:    %{name}-%{version}.tar.gz
11 11
URL:        http://www.projet-vigilo.org
12 12
Group:      System/Servers
13 13
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-build
......
97 97
This application is part of the Vigilo Project <http://vigilo-project.org>
98 98

  
99 99
%prep
100
%setup -q -n %{module}
100
%setup -q
101 101

  
102 102
%build
103 103
make PYTHON=%{_bindir}/python SYSCONFDIR=%{_sysconfdir}
pkg/vigiboard.redhat.spec
13 13
Summary:    Vigilo event board
14 14
Version:    %{version}
15 15
Release:    %{release}
16
Source0:    %{module}.tar.bz2
16
Source0:    %{name}-%{version}.tar.gz
17 17
URL:        http://www.projet-vigilo.org
18 18
Group:      System/Servers
19 19
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-build
......
100 100
This application is part of the Vigilo Project <http://vigilo-project.org>
101 101

  
102 102
%prep
103
%setup -q -n %{module}
103
%setup -q
104 104

  
105 105
%build
106 106
make PYTHON=%{__python} SYSCONFDIR=%{_sysconfdir}

Also available in: Unified diff