SPECS: rescuecd.spec - src.rpm contents shouldn't be arch or bcond...
arvenil
arvenil at pld-linux.org
Sun Mar 9 12:19:07 CET 2008
Author: arvenil Date: Sun Mar 9 11:19:07 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- src.rpm contents shouldn't be arch or bcond dependent
---- Files affected:
SPECS:
rescuecd.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SPECS/rescuecd.spec
diff -u SPECS/rescuecd.spec:1.6 SPECS/rescuecd.spec:1.7
--- SPECS/rescuecd.spec:1.6 Sat Mar 8 21:31:16 2008
+++ SPECS/rescuecd.spec Sun Mar 9 12:19:02 2008
@@ -8,18 +8,14 @@
Release: 1
License: GPL v2
Group: Applications/System
-%ifarch %{ix86}
Source0: http://rescuecd.pld-linux.org/download/PLDRescueCD-%{version}/x86/RCDx86_%(echo %{version} | tr -d .).iso
# Source0-md5: 9bc3cc141c373c41699a162309a07563
-Source1: http://rescuecd.pld-linux.org/download/PLDRescueCD-%{version}/x86/rcdmod
+Source1: http://rescuecd.pld-linux.org/download/PLDRescueCD-%{version}/x86/rcdmod?x86
# Source1-md5: eede0956dcf5b04e104b6a7b2c6fa863
-%endif
-%ifarch %{x8664}
Source2: http://rescuecd.pld-linux.org/download/PLDRescueCD-%{version}/x86_64/RCDx64_%(echo %{version} | tr -d .).iso
# Source2-md5: c645c863e806037e1f1f4469dbad181d
-Source3: http://rescuecd.pld-linux.org/download/PLDRescueCD-%{version}/x86_64/rcdmod
+Source3: http://rescuecd.pld-linux.org/download/PLDRescueCD-%{version}/x86_64/rcdmod?x86_64
# Source3-md5: a9a8924aeab27240767d60474ffd0cff
-%endif
Source4: %{name}.image
URL: http://rescuecd.pld-linux.org/
BuildRequires: /usr/bin/isoinfo
@@ -62,10 +58,10 @@
install -d $RPM_BUILD_ROOT%{_bindir}
%ifarch %{ix86}
-install %{SOURCE1} $RPM_BUILD_ROOT/%{_bindir}
+install %{SOURCE1} $RPM_BUILD_ROOT/%{_bindir}/rcdmod
%endif
%ifarch %{x8664}
-install %{SOURCE3} $RPM_BUILD_ROOT/%{_bindir}
+install %{SOURCE3} $RPM_BUILD_ROOT/%{_bindir}/rcdmod
%endif
%clean
@@ -93,6 +89,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2008-03-09 11:19:02 arvenil
+- src.rpm contents shouldn't be arch or bcond dependent
+
Revision 1.6 2008-03-08 20:31:16 arvenil
- correct md5
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rescuecd.spec?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list