SUNWgamin.spec
changeset 13646 0595131e2a0e
parent 12365 c6efe31cef08
child 15650 dbcf7e3715dd
--- a/SUNWgamin.spec	Wed Sep 17 23:28:03 2008 +0000
+++ b/SUNWgamin.spec	Thu Sep 18 01:41:08 2008 +0000
@@ -3,7 +3,7 @@
 #
 # includes module(s): gamin
 #
-# Copyright 2007 Sun Microsystems, Inc.
+# Copyright 2008 Sun Microsystems, Inc.
 # This file and all modifications and additions to the pristine
 # package are under the same license as the package itself.
 #
@@ -62,6 +62,9 @@
 rm -rf $RPM_BUILD_ROOT
 
 %files
+%doc -d %{base_arch}/gamin-%{gamin.version} README AUTHORS
+%doc(bzip2) -d %{base_arch}/gamin-%{gamin.version} ChangeLog NEWS COPYING
+%dir %attr (0755, root, other) %{_datadir}/doc
 %defattr(-,root,bin)
 %dir %attr (0755, root, bin) %{_libdir}
 %{_libdir}/lib*.so*
@@ -81,6 +84,8 @@
 %{_includedir}/*
 
 %changelog
+* Wed Sep 18 2008 - [email protected]
+- Update copyright
 * Tue May 27 2008 - [email protected]
 - Add %dir %attr for %{_datadir}.
 * Mon May 26 2008 - [email protected]