forked from pool/freetype2
Accepting request 54821 from home:elvigia:branches:M17N
looks good thanks for the fix OBS-URL: https://build.opensuse.org/request/show/54821 OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=38
This commit is contained in:
parent
64ec965932
commit
c47131c727
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 01:34:41 UTC 2010 - cristian.rodriguez@opensuse.org
|
||||
|
||||
- exclude *.a *.la files from -devel package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 4 20:27:14 UTC 2010 - pascal.bleser@opensuse.org
|
||||
|
||||
|
@ -140,6 +140,7 @@ make prefix=$RPM_BUILD_ROOT/usr libdir=$RPM_BUILD_ROOT/%{_libdir} install
|
||||
rm docs/INSTALL*
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%post -n libfreetype6 -p /sbin/ldconfig
|
||||
|
||||
@ -155,7 +156,7 @@ rm docs/INSTALL*
|
||||
%defattr(-,root,root)
|
||||
%doc freetype-%{version}/docs/*
|
||||
/usr/include/*
|
||||
%{_libdir}/libfreetype.*a
|
||||
%exclude %{_libdir}/libfreetype.*a
|
||||
%{_libdir}/libfreetype.so
|
||||
%{_libdir}/pkgconfig/freetype2.pc
|
||||
/usr/bin/*
|
||||
|
Loading…
Reference in New Issue
Block a user