This commit is contained in:
committed by
Git OBS Bridge
parent
dc188bc6ed
commit
3cc54754de
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 23 13:27:10 CEST 2008 - mfabian@suse.de
|
||||
|
||||
- kill "la" files and static libraries *only* for versions >
|
||||
openSUSE 11.0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 10 16:55:07 CEST 2008 - mfabian@suse.de
|
||||
|
||||
|
@@ -31,7 +31,7 @@ Url: http://fontconfig.org/
|
||||
AutoReqProv: on
|
||||
Requires: bash
|
||||
Version: 2.6.0
|
||||
Release: 1
|
||||
Release: 4
|
||||
Summary: Library for Font Configuration
|
||||
# CVS can be found here: (CVS is gone, fontconfig uses git now).
|
||||
# $ cvs -d :pserver:anoncvs@pdx.freedesktop.org:/cvs/fontconfig login
|
||||
@@ -136,7 +136,10 @@ Authors:
|
||||
%patch31 -p1
|
||||
|
||||
%build
|
||||
%configure --disable-static --with-pic \
|
||||
%configure --with-pic \
|
||||
%if %suse_version > 1100
|
||||
--disable-static \
|
||||
%endif
|
||||
--with-freetype-lib=%_libdir \
|
||||
--with-x \
|
||||
--enable-libxml2=no \
|
||||
@@ -193,7 +196,9 @@ pushd $RPM_BUILD_ROOT/etc/fonts/conf.d
|
||||
popd
|
||||
# don't package any files in the cache directory, only the directory itself:
|
||||
rm -f $RPM_BUILD_ROOT/var/cache/fontconfig/*
|
||||
%if %suse_version > 1100
|
||||
rm -f %{buildroot}%{_libdir}/*.la
|
||||
%endif
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
@@ -234,10 +239,16 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc %{_defaultdocdir}/%{name}-devel
|
||||
%{_libdir}/pkgconfig/fontconfig.pc
|
||||
%{_libdir}/libfontconfig.so
|
||||
%if %suse_version <= 1100
|
||||
%{_libdir}/libfontconfig.*a
|
||||
%endif
|
||||
%doc %{_mandir}/man3/Fc*
|
||||
%{_includedir}/fontconfig/
|
||||
|
||||
%changelog
|
||||
* Tue Sep 23 2008 mfabian@suse.de
|
||||
- kill "la" files and static libraries *only* for versions >
|
||||
openSUSE 11.0.
|
||||
* Wed Sep 10 2008 mfabian@suse.de
|
||||
- update to 2.6.0. Some changes from the ChangeLog:
|
||||
• new configurables for sub-pixel filter configuration.
|
||||
|
Reference in New Issue
Block a user