Fix multilib conflicts in devel packages
This commit is contained in:
parent
16c479ffe2
commit
5c44cc09a6
10
libotf.spec
10
libotf.spec
@ -1,6 +1,6 @@
|
||||
Name: libotf
|
||||
Version: 0.9.9
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A Library for handling OpenType Font
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -49,7 +49,8 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
for file in $RPM_BUILD_ROOT/usr/bin/*; do chrpath -d $file || true; done
|
||||
|
||||
(cd example && make clean && rm -rf .deps)
|
||||
(cd example && make clean && rm -rf .deps && rm Makefile)
|
||||
rm $RPM_BUILD_ROOT/usr/bin/libotf-config
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -75,9 +76,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/*
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/*
|
||||
%{_bindir}/libotf-config
|
||||
|
||||
%changelog
|
||||
* Fri Oct 9 2009 Neal Becker <ndbecker2@gmail.com> - 0.9.9-2
|
||||
- Remove libotf-config (just just pkg-config instead)
|
||||
- Remove example/Makefile to fix multilib conflict
|
||||
|
||||
* Tue Aug 25 2009 Neal Becker <ndbecker2@gmail.com> - 0.9.9-1
|
||||
- Update to 0.9.9
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user