rpms/cfitsio/FC-5 cfitsio.spec,1.13,1.14

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


Author: mtruch

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

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-5/cfitsio.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- cfitsio.spec	20 Mar 2006 02:44:43 -0000	1.13
+++ cfitsio.spec	30 Mar 2006 15:57:20 -0000	1.14
@@ -1,6 +1,6 @@
 Name:           cfitsio
 Version:        3.006
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Library for manipulating FITS data files
 
 Group:          Development/Libraries
@@ -64,11 +64,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-5
+- Include defattr() for devel package as well - bug 187366
+
 * Sun Mar 19 2006 Matthew Truch <matt at truch.net> - 3.006-4
 - Don't use macro {buildroot} in build, only in install as per 
   appended comments to Bugzilla bug 172042




More information about the fedora-extras-commits mailing list