rpms/cfitsio/FC-3 cfitsio.spec,1.8,1.9

Matthew D Truch (mtruch) fedora-extras-commits at redhat.com
Thu Mar 30 15:57:18 UTC 2006


Author: mtruch

Update of /cvs/extras/rpms/cfitsio/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10163/FC-3

Modified Files:
	cfitsio.spec 
Log Message:
Forgot to include %defattr() for the devel pacakge.  Surprized this was missed
for so long.  Bugzilla bug 187366



Index: cfitsio.spec
===================================================================
RCS file: /cvs/extras/rpms/cfitsio/FC-3/cfitsio.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- cfitsio.spec	28 Feb 2006 20:33:38 -0000	1.8
+++ cfitsio.spec	30 Mar 2006 15:57:18 -0000	1.9
@@ -1,6 +1,6 @@
 Name:           cfitsio
 Version:        3.006
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Library for manipulating FITS data files
 
 Group:          Development/Libraries
@@ -61,11 +61,15 @@
 %{_libdir}/libcfitsio.so.*
 
 %files devel
+%defattr(-,root,root,-)
 %{_includedir}/%{name}
 %{_libdir}/libcfitsio.a
 %{_libdir}/libcfitsio.so
 
 %changelog
+* Thu Mar 30 2006 Matthew Truch <matt at truch.net> - 3.006-3
+- Use defattr() for devel package as well - bug 187366
+
 * Tue Feb 28 2006 Matthew Truch <matt at truch.net> - 3.006-2
 - Fix spelling typo in name of License.txt file.
 




More information about the fedora-extras-commits mailing list