rpms/pan/devel pan.spec,1.10,1.11

Michael A. Peters (mpeters) fedora-extras-commits at redhat.com
Sun Apr 30 16:16:39 UTC 2006


Author: mpeters

Update of /cvs/extras/rpms/pan/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12925

Modified Files:
	pan.spec 
Log Message:
fix rpmlint errors on debuginfo package



Index: pan.spec
===================================================================
RCS file: /cvs/extras/rpms/pan/devel/pan.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pan.spec	30 Apr 2006 15:43:09 -0000	1.10
+++ pan.spec	30 Apr 2006 16:16:39 -0000	1.11
@@ -1,7 +1,7 @@
 Summary: A GNOME/GTK+ news reader for X
 Name: pan
 Version: 0.95
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1
 License: GPL
 Group: Applications/Internet
@@ -29,6 +29,15 @@
 
 echo "StartupNotify=true" >> pan.desktop
 
+# fix debuginfo rpmlint errors
+for file in `find pan/gui -type f -name "*.cc"`; do
+  [ -x ${file} ] && chmod 644 ${file}
+done
+for file in `find pan/gui -type f -name "*.h"`; do
+  [ -x ${file} ] && chmod 644 ${file}
+done
+
+
 
 %build
 %configure 
@@ -61,6 +70,9 @@
 %{_datadir}/applications/fedora-pan.desktop
 
 %changelog
+* Sun Apr 30 2006 Michael A. Peters <mpeters at mac.com> - 1:0.95-2
+- Fix rpmlint errors on debug package
+
 * Sun Apr 30 2006 Michael A. Peters <mpeters at mac.com> - 1:0.95-1
 - Update to 0.95
 




More information about the scm-commits mailing list