Project

General

Profile

Revision 9576ea58

ID9576ea58c0ae8dca351704a3ae7113e23931c8e4
Parent ac9b6e9b
Child 64ef5a71

Added by Aurelien BOMPARD over 13 years ago

Correction de la construction des RPMs

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@4457 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:    %{name}-%{version}.tar.gz
10
Source0:    %{module}-%{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
100
%setup -q -n %{module}-%{version}
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:    %{name}-%{version}.tar.gz
16
Source0:    %{module}-%{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
103
%setup -q -n %{module}-%{version}
104 104

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

Also available in: Unified diff