From 2dfa35ffb9b3409556e66e4bf2bd7c8992a832c8 Mon Sep 17 00:00:00 2001 From: Matthew D Truch Date: Mar 30 2006 15:57:18 +0000 Subject: Forgot to include %defattr() for the devel pacakge. Surprized this was missed for so long. Bugzilla bug 187366 --- diff --git a/cfitsio.spec b/cfitsio.spec index 2f52bfc..12908ce 100644 --- a/cfitsio.spec +++ b/cfitsio.spec @@ -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 @@ rm -rf %{buildroot} %{_libdir}/libcfitsio.so.* %files devel +%defattr(-,root,root,-) %{_includedir}/%{name} %{_libdir}/libcfitsio.a %{_libdir}/libcfitsio.so %changelog +* Thu Mar 30 2006 Matthew Truch - 3.006-3 +- Use defattr() for devel package as well - bug 187366 + * Tue Feb 28 2006 Matthew Truch - 3.006-2 - Fix spelling typo in name of License.txt file.