[ghostscript] Ship pkg-config file for ijs (bug #840830).

Tim Waugh twaugh at fedoraproject.org
Tue Jul 17 13:38:00 UTC 2012


commit e6211e7d4927d28cb559ffb99e4c6affd726fef8
Author: Tim Waugh <twaugh at redhat.com>
Date:   Tue Jul 17 14:21:14 2012 +0100

    Ship pkg-config file for ijs (bug #840830).

 ghostscript.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/ghostscript.spec b/ghostscript.spec
index db5bf9d..a2abf6a 100644
--- a/ghostscript.spec
+++ b/ghostscript.spec
@@ -5,7 +5,7 @@ Summary: A PostScript interpreter and renderer
 Name: ghostscript
 Version: %{gs_ver}
 
-Release: 3%{?dist}
+Release: 4%{?dist}
 
 # Included CMap data is Redistributable, no modification permitted,
 # see http://bugzilla.redhat.com/487510
@@ -241,9 +241,8 @@ install -m0644 %{SOURCE4} $RPM_BUILD_ROOT%{_datadir}/%{name}/%{gs_dot_ver}/Resou
 # Documentation
 install -m0644 doc/COPYING $RPM_BUILD_ROOT%{_docdir}/%{name}-%{gs_dot_ver}
 
-# Don't ship pkgconfig or libtool la files.
-rm -f $RPM_BUILD_ROOT%{_libdir}/pkgconfig/ijs.pc \
-        $RPM_BUILD_ROOT%{_libdir}/libijs.la
+# Don't ship libtool la files.
+rm -f $RPM_BUILD_ROOT%{_libdir}/libijs.la
 
 # Don't ship ijs example client or server
 rm -f $RPM_BUILD_ROOT%{_bindir}/ijs_{client,server}_example
@@ -325,10 +324,14 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_includedir}/ijs
 %{_includedir}/ijs/*
 %{_bindir}/ijs-config
+%{_libdir}/pkgconfig/ijs.pc
 %{_libdir}/libijs.so
 %{_libdir}/libgs.so
 
 %changelog
+* Tue Jul 17 2012 Tim Waugh <twaugh at redhat.com> - 9.05-4
+- Ship pkg-config file for ijs (bug #840830).
+
 * Mon Apr 30 2012 Tim Waugh <twaugh at redhat.com> - 9.05-3
 - Removed more bundled packages (bug #816747).
 - Fixed missing error check when setting ICC profile.


More information about the scm-commits mailing list