SPECS (DEVEL): chkconfig.spec - added rc.d and nostatic patches, p...

glen glen at pld-linux.org
Sat Oct 22 14:54:32 CEST 2005


Author: glen                         Date: Sat Oct 22 12:54:31 2005 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- added rc.d and nostatic patches, pass CC

---- Files affected:
SPECS:
   chkconfig.spec (1.65.2.1 -> 1.65.2.2) 

---- Diffs:

================================================================
Index: SPECS/chkconfig.spec
diff -u SPECS/chkconfig.spec:1.65.2.1 SPECS/chkconfig.spec:1.65.2.2
--- SPECS/chkconfig.spec:1.65.2.1	Sat Oct 22 14:33:11 2005
+++ SPECS/chkconfig.spec	Sat Oct 22 14:54:26 2005
@@ -17,18 +17,20 @@
 Group:		Applications/System
 Source0:	%{name}-%{version}.tar.gz
 # Source0-md5:	a993765a3fcd0c0cd891e16022e35d13
-Patch0:		%{name}-add.patch
-Patch1:		%{name}-noxinet.patch
-Patch2:		%{name}-pl.po-update.patch
-Patch3:		%{name}-ponames.patch
-Patch4:		%{name}-link.patch
-Patch5:		%{name}-more_readable.patch
-BuildRequires:	autoconf
-BuildRequires:	automake
+#Patch0:		%{name}-add.patch
+#Patch1:		%{name}-noxinet.patch
+#Patch2:		%{name}-pl.po-update.patch
+#Patch3:		%{name}-ponames.patch
+#Patch4:		%{name}-link.patch
+#Patch5:		%{name}-more_readable.patch
+Patch6:		%{name}-rc.d.patch
+Patch7:		%{name}-nostatic.patch
+#BuildRequires:	autoconf
+#BuildRequires:	automake
 BuildRequires:	gettext-devel
 BuildRequires:	newt-devel
 BuildRequires:	popt-devel
-BuildRequires:	slang-devel >= 2.0.0
+#BuildRequires:	slang-devel >= 2.0.0
 Requires:	rc-scripts
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -154,6 +156,8 @@
 #%patch3 -p1
 #%patch4 -p1
 #%patch5 -p1
+%patch6 -p1
+%patch7 -p1
 
 #mv -f po/{eu_ES,eu}.po
 mv -f po/{no,nb}.po
@@ -169,7 +173,7 @@
 %configure \
 	--with-max-level=6
 %endif
-%{__make}
+%{__make} CC="%{__cc}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -218,6 +222,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.65.2.2  2005/10/22 12:54:26  glen
+- added rc.d and nostatic patches, pass CC
+
 Revision 1.65.2.1  2005/10/22 12:33:11  glen
 - 1.3.20 from fedora
 - added alternatives package
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/chkconfig.spec?r1=1.65.2.1&r2=1.65.2.2&f=u




More information about the pld-cvs-commit mailing list