]> git.pld-linux.org Git - packages/dtc.git/commitdiff
- defattr for -doc
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 19 Feb 2012 15:26:59 +0000 (15:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dtc.spec -> 1.8

dtc.spec

index 1e5e99c009b64c061a79be2108d0be2f679602d6..05f71f0f75a282295b24184269e773f498bf2277 100644 (file)
--- a/dtc.spec
+++ b/dtc.spec
@@ -1,6 +1,7 @@
+#
 # 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
@@ -104,8 +105,8 @@ rm -rf $RPM_BUILD_ROOT
 %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)
@@ -130,4 +131,5 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libfdt.a
 
 %files doc
+%defattr(644,root,root,755)
 %doc TODO README.license Documentation/manual.txt
This page took 0.156954 seconds and 4 git commands to generate.