From 4ba808dfd03cbea082b2617bd7062e393fc6280f Mon Sep 17 00:00:00 2001 From: Sergio Pascual Date: May 21 2010 15:38:21 +0000 Subject: - Renamed subpackage -docs to -doc, according to guidelines --- diff --git a/CCfits.spec b/CCfits.spec index 69ad318..50ef5be 100644 --- a/CCfits.spec +++ b/CCfits.spec @@ -1,6 +1,6 @@ Name: CCfits Version: 2.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A C++ interface for cfitsio Group: Development/Libraries @@ -27,12 +27,14 @@ Requires: %{name} = %{version}-%{release} These are the header files and libraries needed to develop a %{name} application. -%package docs +%package doc Summary: Documentation for %{name}, includes full API docs Group: Documentation BuildArch: noarch +Obsoletes: CCfits-docs < 2.2-2 +Provides: CCfits-docs = %{version}-%{release} -%description docs +%description doc This package contains the full API documentation for %{name}. %prep @@ -69,11 +71,14 @@ rm -rf %{buildroot} %exclude %{_libdir}/*.la %{_includedir}/* -%files docs +%files doc %defattr(-,root,root,-) %doc html %changelog +* Wed Jan 27 2010 Sergio Pascual 2.2-3 +- Renamed subpackage -docs to -doc, according to guidelines + * Wed Jan 27 2010 Sergio Pascual 2.2-2 - Rebuilt to match new cfitsio 3.240 - Removed require pkgconfig