rpms/CCfits/devel CCfits.spec,1.20,1.21

Sergio Pascual sergiopr at fedoraproject.org
Fri May 21 15:38:22 UTC 2010


Author: sergiopr

Update of /cvs/pkgs/rpms/CCfits/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv3161

Modified Files:
	CCfits.spec 
Log Message:
* Wed Jan 27 2010 Sergio Pascual <sergiopr at fedoraproject.org> 2.2-3
- Renamed subpackage -docs to -doc, according to guidelines



Index: CCfits.spec
===================================================================
RCS file: /cvs/pkgs/rpms/CCfits/devel/CCfits.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- CCfits.spec	27 Jan 2010 23:43:51 -0000	1.20
+++ CCfits.spec	21 May 2010 15:38:21 -0000	1.21
@@ -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 <sergiopr at fedoraproject.org> 2.2-3
+- Renamed subpackage -docs to -doc, according to guidelines
+
 * Wed Jan 27 2010 Sergio Pascual <sergiopr at fedoraproject.org> 2.2-2
 - Rebuilt to match new cfitsio 3.240
 - Removed require pkgconfig



More information about the scm-commits mailing list