Drop incluedir mod in package config file (bug #782213)

epel9
Orion Poplawski 13 years ago
parent db14bd0b4c
commit 300302be80

@ -1,6 +1,6 @@
Name: cfitsio
Version: 3.290
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Library for manipulating FITS data files
Group: Development/Libraries
License: MIT
@ -83,8 +83,6 @@ sed -e 's|3.29|3.290|' -i cfitsio.pc.in
sed -e 's|Libs: -L${libdir} -lcfitsio @LIBS@|Libs: -L${libdir} -lcfitsio|' -i cfitsio.pc.in
sed -e 's|Libs.private: -lm|Libs.private: @LIBS@ -lz -lm|' -i cfitsio.pc.in
sed -e 's|Cflags: -I${includedir}|Cflags: -D_REENTRANT -I${includedir}|' -i cfitsio.pc.in
# Manually fix pkgconfig .pc.in file (BZ 436539, BZ 618291)
sed -e 's|includedir=@includedir@|includedir=@includedir@/cfitsio|' -i cfitsio.pc.in
rm zlib.h zconf.h
@ -144,6 +142,9 @@ cp -p f{,un}pack %{buildroot}%{_bindir}/
%{_bindir}/funpack
%changelog
* Mon Jan 16 2012 Orion Poplawski <orion@cora.nwra.com> - 3.290-4
- Drop incluedir mod in package config file (bug #782213)
* Fri Jan 06 2012 Sergio Pascual <sergiopr@fedoraproject.org> - 3.290-3
- Adding the libz patch

Loading…
Cancel
Save