Name: wcslib Version: 4.17 Release: 1%{?dist} Summary: An implementation of the FITS World Coordinate System standard Group: Development/Libraries # Library is under LGPLv3+ utils under GPLv3+ License: LGPLv3+ URL: http://www.atnf.csiro.au/people/mcalabre/WCS/ Source0: ftp://ftp.atnf.csiro.au/pub/software/wcslib/%{name}-%{version}.tar.bz2 Patch0: wcslib-perms.patch BuildRequires: cfitsio-devel zlib-devel %description WCSLIB is a library that implements the "World Coordinate System" (WCS) convention in FITS (Flexible Image Transport System) %package devel Summary: Libraries, includes, etc. used to develop an application with %{name} Group: Development/Libraries License: LGPLv3+ Requires: wcslib = %{version}-%{release} %description devel These are the files needed to develop an application using %{name}. %package utils Summary: Utility programs provided by %{name} Group: Development/Libraries License: GPLv3+ Requires: wcslib = %{version}-%{release} %description utils Utils provided with %{name} %prep %setup -q %patch0 -p1 %build %configure --disable-fortran --disable-static make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} # fix permissions rm -rf %{buildroot}/usr/share/doc/wcslib-%{version} chmod 755 %{buildroot}%{_includedir}/wcslib-%{version} %check make check %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %doc COPYING.LESSER README %{_libdir}/*.so.* %files devel %doc COPYING.LESSER html wcslib.pdf %{_libdir}/*.so %exclude %{_libdir}/*.a %{_libdir}/pkgconfig/wcslib.pc %{_includedir}/wcslib %{_includedir}/wcslib-%{version} %files utils %doc COPYING %{_bindir}/* %{_mandir}/man1/* %changelog * Wed Mar 20 2013 Sergio Pascual 4.17-1 - New upstream source * Fri Feb 15 2013 Fedora Release Engineering - 4.13.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sun Jul 22 2012 Fedora Release Engineering - 4.13.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Wed Jun 27 2012 Sergio Pascual 4.13.4-1 - New upstream source * Sat Jan 07 2012 Sergio Pascual 4.8.4-3 - Disable check * Fri Jan 06 2012 Sergio Pascual 4.8.4-2 - New upstream source (source added) * Fri Jan 06 2012 Sergio Pascual 4.8.4-1 - New upstream source * Mon Feb 21 2011 Sergio Pascual 4.7-2 - EVR bump for rebuilding * Sun Feb 20 2011 Sergio Pascual 4.7-1 - New upstream source * Mon Feb 07 2011 Fedora Release Engineering - 4.6.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Tue Nov 09 2010 Sergio Pascual 4.6.3-2 - Race condition with parallel make * Tue Nov 09 2010 Sergio Pascual 4.6.3-1 - New upstream source - Patch to fix problems compiling i686 in x86_64 * Tue Nov 09 2010 Sergio Pascual 4.5.6-1 - New upstream source - Added pkgconfig file * Mon Jul 27 2009 Fedora Release Engineering - 4.3.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Mon Mar 16 2009 Sergio Pascual 4.3.1-2 - Added patch to link explicitly with libmath. - Removed duplicate licenses. * Sat Feb 14 2009 Sergio Pascual 4.3.1-1 - First version.