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