- Fix broken pkgconfig file.

This commit is contained in:
Michael Schwendt 2005-04-05 19:06:04 +00:00
parent e6731e701e
commit 626be02d47
1 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Summary: Graphic library for file loading, saving, rendering, and manipulation
Name: imlib2
Version: 1.2.0
Release: 6
Release: 7.fc4
License: BSD
Group: System Environment/Libraries
URL: http://www.enlightenment.org/pages/imlib2.html
@ -72,6 +72,9 @@ make install DESTDIR=$RPM_BUILD_ROOT LIBTOOL=/usr/bin/libtool
cp -a doc __doc
rm -f __doc/Makefile*
# remove unexpanded variable in pkgconfig file
sed -i -e 's!@requirements@!!g' ${RPM_BUILD_ROOT}%{_libdir}/pkgconfig/imlib2.pc
rm -f \
$RPM_BUILD_ROOT%{_libdir}/imlib2/{loaders,filters}/*.a \
$RPM_BUILD_ROOT%{_bindir}/{color_spaces,imlib2,*test}
@ -119,6 +122,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Apr 5 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.2.0-7.fc4
- Fix broken pkgconfig file.
* Fri Apr 1 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.2.0-6
- Include imlib2 directory in datadir and libdir.