SPECS: adapter.awk, awffull.spec - no %doc for %{_mandir} (it's au...

glen glen at pld-linux.org
Thu May 25 17:58:18 CEST 2006


Author: glen                         Date: Thu May 25 15:58:18 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- no %doc for %{_mandir} (it's automatic by rpm)

---- Files affected:
SPECS:
   adapter.awk (1.308 -> 1.309) , awffull.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.308 SPECS/adapter.awk:1.309
--- SPECS/adapter.awk:1.308	Sun May 21 22:21:54 2006
+++ SPECS/adapter.awk	Thu May 25 17:58:13 2006
@@ -1284,6 +1284,8 @@
 		return;
 	}
 
+	sub("^%doc %{_mandir}", "%{_mandir}")
+
 	gsub("^%{_sbindir}", "%attr(755,root,root) %{_sbindir}")
 	gsub("^%{_bindir}", "%attr(755,root,root) %{_bindir}")
 

================================================================
Index: SPECS/awffull.spec
diff -u SPECS/awffull.spec:1.2 SPECS/awffull.spec:1.3
--- SPECS/awffull.spec:1.2	Thu May 25 17:56:58 2006
+++ SPECS/awffull.spec	Thu May 25 17:58:13 2006
@@ -36,7 +36,7 @@
 %defattr(644,root,root,755)
 %doc ChangeLog COPYING INSTALL README TODO
 %attr(755,root,root) %{_bindir}/awffull
-%doc %{_mandir}/man1/awffull*
+%{_mandir}/man1/awffull*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -44,6 +44,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/05/25 15:58:13  glen
+- no %doc for %{_mandir} (it's automatic by rpm)
+
 Revision 1.2  2006/05/25 15:56:58  glen
 - drop non-cvs changelog (brings confusion with cvschangelog-truncation patch)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/adapter.awk?r1=1.308&r2=1.309&f=u
    http://cvs.pld-linux.org/SPECS/awffull.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list