diff --git a/cfitsio.spec b/cfitsio.spec index e6a2fc2..30779de 100644 --- a/cfitsio.spec +++ b/cfitsio.spec @@ -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 @@ 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-5 +- Include defattr() for devel package as well - bug 187366 + * Sun Mar 19 2006 Matthew Truch - 3.006-4 - Don't use macro {buildroot} in build, only in install as per appended comments to Bugzilla bug 172042