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

Sergio Pascual sergiopr at fedoraproject.org
Fri Jul 9 20:08:45 UTC 2010


Author: sergiopr

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

Modified Files:
	CCfits.spec 
Log Message:
* Fri Jul 09 2010 Sergio Pascual <sergiopr at fedoraproject.org> 2.2-4
- Include license as %doc in -doc subpackages
- Rebuilt to match new cfitsio 3.250



Index: CCfits.spec
===================================================================
RCS file: /cvs/pkgs/rpms/CCfits/devel/CCfits.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- CCfits.spec	21 May 2010 15:38:21 -0000	1.21
+++ CCfits.spec	9 Jul 2010 20:08:45 -0000	1.22
@@ -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
 %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 <sergiopr at fedoraproject.org> 2.2-4
+- Include license as %doc in -doc subpackages
+- Rebuilt to match new cfitsio 3.250
+
 * Wed Jan 27 2010 Sergio Pascual <sergiopr at fedoraproject.org> 2.2-3
 - Renamed subpackage -docs to -doc, according to guidelines
 



More information about the scm-commits mailing list