rpms/gimp-help/devel gimp-help.spec,1.18,1.19

Nils Philippsen nphilipp at fedoraproject.org
Thu Dec 11 13:27:03 UTC 2008


Author: nphilipp

Update of /cvs/pkgs/rpms/gimp-help/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23031

Modified Files:
	gimp-help.spec 
Log Message:
Merge Review (#225798):
- ship AUTHORS, ChangeLog, COPYING, NEWS, README, TERMINOLOGY
- don't own directories included in the gimp package
- use %defattr(-, root, root, -)



Index: gimp-help.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gimp-help/devel/gimp-help.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- gimp-help.spec	26 Nov 2008 16:03:39 -0000	1.18
+++ gimp-help.spec	11 Dec 2008 13:26:32 -0000	1.19
@@ -3,7 +3,7 @@
 Summary: Help files for GIMP
 Name: gimp-help
 Version: 2.4.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GFDL
 Group: Documentation
 URL: http://wiki.gimp.org/gimp/GimpDocs
@@ -36,9 +36,7 @@
 
 rm -f files.list
 cat << EOF > files.list
-%%defattr (-, root, root)
-%%dir %{_datadir}/gimp
-%%dir %{_datadir}/gimp/%{gimpsubver}
+%%defattr (-, root, root, -)
 %%dir %{_datadir}/gimp/%{gimpsubver}/help
 %{_datadir}/gimp/%{gimpsubver}/help/images
 EOF
@@ -60,8 +58,16 @@
 rm -rf %buildroot
 
 %files -f files.list
+%defattr (-, root, root, -)
+%doc AUTHORS ChangeLog COPYING NEWS README TERMINOLOGY
 
 %changelog
+* Thu Dec 11 2008 Nils Philippsen <nils at redhat.com> - 2.4.2-2
+- Merge Review (#225798):
+  - ship AUTHORS, ChangeLog, COPYING, NEWS, README, TERMINOLOGY
+  - don't own directories included in the gimp package
+  - use %%defattr(-, root, root, -)
+
 * Wed Nov 26 2008 Nils Philippsen <nils at redhat.com>
 - Group: Documentation
 




More information about the fedora-extras-commits mailing list