packages: dtc/dtc.spec - defattr for -doc

qboosh qboosh at pld-linux.org
Sun Feb 19 16:27:05 CET 2012


Author: qboosh                       Date: Sun Feb 19 15:27:05 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- defattr for -doc

---- Files affected:
packages/dtc:
   dtc.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: packages/dtc/dtc.spec
diff -u packages/dtc/dtc.spec:1.7 packages/dtc/dtc.spec:1.8
--- packages/dtc/dtc.spec:1.7	Wed Feb 15 14:15:13 2012
+++ packages/dtc/dtc.spec	Sun Feb 19 16:26:59 2012
@@ -1,7 +1,8 @@
 # $Revision$, $Date$
+#
 # Conditional build:
 %bcond_without	verbose		# verbose build (V=1)
-
+#
 Summary:	The Device Tree Compiler
 Summary(pl.UTF-8): Kompilator drzewiastej struktury urządzeń
 Name:		dtc
@@ -105,8 +106,8 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -n libfdt -p /sbin/ldconfig
-%postun -n libfdt -p /sbin/ldconfig 
+%post	-n libfdt -p /sbin/ldconfig
+%postun	-n libfdt -p /sbin/ldconfig 
 
 %files
 %defattr(644,root,root,755)
@@ -131,6 +132,7 @@
 %{_libdir}/libfdt.a
 
 %files doc
+%defattr(644,root,root,755)
 %doc TODO README.license Documentation/manual.txt
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -139,6 +141,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2012/02/19 15:26:59  qboosh
+- defattr for -doc
+
 Revision 1.7  2012/02/15 13:15:13  baggins
 - 1.3.0
 - added libfdt package with shared fdt library
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dtc/dtc.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list