ppcrcd/trunk: base.pkgs patches/pam.spec.patch

sparky cvs at pld-linux.org
Fri Apr 28 21:58:23 CEST 2006


Author: sparky
Date: Fri Apr 28 21:58:21 2006
New Revision: 7378

Added:
   ppcrcd/trunk/patches/pam.spec.patch
Modified:
   ppcrcd/trunk/base.pkgs
Log:
- don't build sgml man in pam


Modified: ppcrcd/trunk/base.pkgs
==============================================================================
--- ppcrcd/trunk/base.pkgs	(original)
+++ ppcrcd/trunk/base.pkgs	Fri Apr 28 21:58:21 2006
@@ -319,6 +319,13 @@
 	cd out/rpm/SPECS && patch -p0 < $(PWD)/patches/rpm.spec.patch
 	sleep 1 && touch $@
 
+out/rpm/SPECS/pam.spec:	out/touch/builder_prepared patches/pam.spec.patch
+	rm -f $@
+	cd $(dir $@) && cvs up $(if $(REV-$(@:out/rpm/SPECS/%.spec=%)),-r \
+		$(REV-$(@:out/rpm/SPECS/%.spec=%)),-A) $(notdir $@)
+	cd out/rpm/SPECS && patch -p0 < $(PWD)/patches/pam.spec.patch
+	sleep 1 && touch $@
+
 out/rpm/SPECS/pmac-utils.spec:	out/touch/builder_prepared patches/pmac-utils.spec.patch
 	rm -f $@
 	cd $(dir $@) && cvs up $(if $(REV-$(@:out/rpm/SPECS/%.spec=%)),-r \

Added: ppcrcd/trunk/patches/pam.spec.patch
==============================================================================
--- (empty file)
+++ ppcrcd/trunk/patches/pam.spec.patch	Fri Apr 28 21:58:21 2006
@@ -0,0 +1,31 @@
+Index: pam.spec
+===================================================================
+RCS file: /cvsroot/SPECS/pam.spec,v
+retrieving revision 1.237
+diff -u -r1.237 pam.spec
+--- pam.spec	15 Apr 2006 22:19:56 -0000	1.237
++++ pam.spec	28 Apr 2006 19:13:20 -0000
+@@ -44,7 +44,6 @@
+ %{?with_tcpd:BuildRequires:	libwrap-devel >= 7.6-32}
+ %{?with_opie:BuildRequires:	opie-devel}
+ %{?with_pwdb:BuildRequires:	pwdb-devel}
+-BuildRequires:	sgml-tools
+ %{?with_skey:BuildRequires:	skey-devel}
+ %if %{with doc}
+ BuildRequires:	sp
+@@ -373,7 +372,6 @@
+ %attr(755,root,root) %{_sbindir}/pam_tally
+ %attr(755,root,root) %{_sbindir}/pwgen_trigram
+ %{_mandir}/man5/*
+-%{_mandir}/man8/pam.*
+ %{_mandir}/man8/pam_localuser*
+ %{_mandir}/man8/pam_succeed_if*
+ %{_mandir}/man8/pam_xauth*
+@@ -426,7 +424,6 @@
+ %{_libdir}/lib*.la
+ %{_libdir}/libpammodutil.a
+ %{_includedir}/security/*.h
+-%{_mandir}/man3/*
+ 
+ %files static
+ %defattr(644,root,root,755)


More information about the pld-cvs-commit mailing list