SPECS: htb.init.spec - need original name for %patch0

glen glen at pld-linux.org
Thu Apr 20 11:19:57 CEST 2006


Author: glen                         Date: Thu Apr 20 09:19:57 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- need original name for %patch0

---- Files affected:
SPECS:
   htb.init.spec (1.15 -> 1.16) 

---- Diffs:

================================================================
Index: SPECS/htb.init.spec
diff -u SPECS/htb.init.spec:1.15 SPECS/htb.init.spec:1.16
--- SPECS/htb.init.spec:1.15	Thu Apr 20 11:18:02 2006
+++ SPECS/htb.init.spec	Thu Apr 20 11:19:52 2006
@@ -32,14 +32,14 @@
 
 %prep
 %setup -q -T -c -a1
-install %{SOURCE0} %{name}
+install %{SOURCE0} .
 %patch0 -p0
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_initrddir},/etc/sysconfig/htb}
 
-install %{name} $RPM_BUILD_ROOT%{_initrddir}/htb
+install %{name}-v%{version} $RPM_BUILD_ROOT%{_initrddir}/htb
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -64,6 +64,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16  2006/04/20 09:19:52  glen
+- need original name for %patch0
+
 Revision 1.15  2006/04/20 09:18:02  glen
 - adapter, eliminate dead code
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/htb.init.spec?r1=1.15&r2=1.16&f=u



More information about the pld-cvs-commit mailing list