From 926b665c55dc4cd4cbe546a4e8d0914fb58b483c Mon Sep 17 00:00:00 2001 From: Sergio Pascual Date: Jan 27 2010 23:43:51 +0000 Subject: - Rebuilt to match new cfitsio 3.240 - Removed require pkgconfig - Using upstream pkgconfig file - Minor fixes --- diff --git a/CCfits.spec b/CCfits.spec index 207eb51..69ad318 100644 --- a/CCfits.spec +++ b/CCfits.spec @@ -1,6 +1,6 @@ Name: CCfits Version: 2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A C++ interface for cfitsio Group: Development/Libraries @@ -8,11 +8,9 @@ License: BSD URL: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/ccfits Source0: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/ccfits/%{name}-%{version}.tar.gz Patch0: CCfits-1.6-removerpath.patch -Patch1: CCfits-pkgconfig.patch Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) -BuildRequires: cfitsio-devel >= 3.130 -Requires: pkgconfig +BuildRequires: cfitsio-devel %description CCfits is an object oriented interface to the cfitsio library. It is designed @@ -23,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 +Requires: cfitsio-devel >= 3.240 Requires: %{name} = %{version}-%{release} %description devel These are the header files and libraries needed to develop a %{name} @@ -40,7 +38,6 @@ This package contains the full API documentation for %{name}. %prep %setup -q -n CCfits %patch0 -p1 -%patch1 -p1 rm -rf %{_builddir}/%{name}/html/*.pl %build @@ -59,12 +56,12 @@ rm -rf %{buildroot} %postun -p /sbin/ldconfig %files -%defattr(-,root,root) +%defattr(-,root,root,-) %doc License.txt %{_libdir}/*so.* %files devel -%defattr(-,root,root) +%defattr(-,root,root,-) %doc CHANGES %exclude %{_bindir}/cookbook %{_libdir}/*.so @@ -77,6 +74,12 @@ rm -rf %{buildroot} %doc html %changelog +* Wed Jan 27 2010 Sergio Pascual 2.2-2 +- Rebuilt to match new cfitsio 3.240 +- Removed require pkgconfig +- Using upstream pkgconfig file +- Minor fixes + * Thu Sep 10 2009 Sergio Pascual - 2.2-1 - New upstream version, includes pkgconfig file