diff --git a/CCfits.spec b/CCfits.spec index 50ef5be..5005dc2 100644 --- a/CCfits.spec +++ b/CCfits.spec @@ -1,6 +1,6 @@ Name: CCfits Version: 2.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A C++ interface for cfitsio Group: Development/Libraries @@ -21,7 +21,7 @@ with namespaces, exception handling, and member template functions. %package devel Summary: Headers for developing programs that will use %{name} Group: Development/Libraries -Requires: cfitsio-devel >= 3.240 +Requires: cfitsio-devel >= 3.250 Requires: %{name} = %{version}-%{release} %description devel These are the header files and libraries needed to develop a %{name} @@ -73,9 +73,13 @@ rm -rf %{buildroot} %files doc %defattr(-,root,root,-) -%doc html +%doc License.txt html %changelog +* Fri Jul 09 2010 Sergio Pascual 2.2-4 +- Include license as %doc in -doc subpackages +- Rebuilt to match new cfitsio 3.250 + * Wed Jan 27 2010 Sergio Pascual 2.2-3 - Renamed subpackage -docs to -doc, according to guidelines