SPECS: sdparm.spec - add -Makefile.patch to embroider build - BR a...

shadzik shadzik at pld-linux.org
Sun Apr 8 15:25:05 CEST 2007


Author: shadzik                      Date: Sun Apr  8 13:25:05 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add -Makefile.patch to embroider build
- BR autoconf nad automake

---- Files affected:
SPECS:
   sdparm.spec (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: SPECS/sdparm.spec
diff -u SPECS/sdparm.spec:1.13 SPECS/sdparm.spec:1.14
--- SPECS/sdparm.spec:1.13	Sun Apr  8 13:41:41 2007
+++ SPECS/sdparm.spec	Sun Apr  8 15:25:00 2007
@@ -8,7 +8,10 @@
 Group:		Applications/System
 Source0:	http://sg.torque.net/sg/p/%{name}-%{version}.tgz
 # Source0-md5:	7c87e5e1ebba54b7dae40e45fd356ab9
+Patch0:		%{name}-Makefile.patch
 URL:		http://sg.torque.net/sg/sdparm.html
+BuildRequires:	autoconf
+BuildRequires:	automake
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -27,8 +30,12 @@
 
 %prep
 %setup -q
+%patch0 -p0
 
 %build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
@@ -53,6 +60,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2007/04/08 13:25:00  shadzik
+- add -Makefile.patch to embroider build
+- BR autoconf nad automake
+
 Revision 1.13  2007/04/08 11:41:41  rotom
 - 1.01
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/sdparm.spec?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list