diff --git a/CCfits.spec b/CCfits.spec index ae265e7..57d6d4a 100644 --- a/CCfits.spec +++ b/CCfits.spec @@ -1,6 +1,6 @@ Name: CCfits Version: 1.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A C++ interface for cfitsio Group: Development/Libraries @@ -39,6 +39,8 @@ This package contains the full API documentation for %{name}. %prep %setup -q -n CCfits %patch0 -p1 +# Remove perl files in html docs +rm -rf %{_builddir}/%{name}/html/*.pl %build %configure --disable-static --with-cfitsio=%{_prefix} --with-cfitsio-include=%{_includedir}/cfitsio @@ -73,6 +75,8 @@ rm -fr %{buildroot} %doc html %changelog +* Fri Jul 28 2006 Sergio Pascual 1.5-2 +- Removed perl files in documentation. * Thu Jul 27 2006 Sergio Pascual 1.5-1 - New upstream source 1.5 - Removed patch CCfits-1.4-g++4.patch (integrated in the source)