packages: crossmingw32-fontconfig/crossmingw32-fontconfig.spec - updated to...
qboosh
qboosh at pld-linux.org
Wed Mar 21 18:15:22 CET 2012
Author: qboosh Date: Wed Mar 21 17:15:22 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 2.9.0
- use pkg-config as freetype-config (original one is not packaged in our mingw32 package)
---- Files affected:
packages/crossmingw32-fontconfig:
crossmingw32-fontconfig.spec (1.12 -> 1.13)
---- Diffs:
================================================================
Index: packages/crossmingw32-fontconfig/crossmingw32-fontconfig.spec
diff -u packages/crossmingw32-fontconfig/crossmingw32-fontconfig.spec:1.12 packages/crossmingw32-fontconfig/crossmingw32-fontconfig.spec:1.13
--- packages/crossmingw32-fontconfig/crossmingw32-fontconfig.spec:1.12 Sun Sep 19 07:38:55 2010
+++ packages/crossmingw32-fontconfig/crossmingw32-fontconfig.spec Wed Mar 21 18:15:17 2012
@@ -3,12 +3,12 @@
Summary: Font configuration and customization tools - cross MinGW32 versoin
Summary(pl.UTF-8): Narzędzia do konfigurowania fontów - wersja skrośna dla MinGW32
Name: crossmingw32-%{realname}
-Version: 2.8.0
+Version: 2.9.0
Release: 1
License: MIT
Group: Development/Libraries
Source0: http://fontconfig.org/release/%{realname}-%{version}.tar.gz
-# Source0-md5: 77e15a92006ddc2adbb06f840d591c0e
+# Source0-md5: 26c83855ed256b5c032baae032fadc4f
Patch0: %{realname}-blacklist.patch
Patch1: %{realname}-bitstream-cyberbit.patch
URL: http://fontconfig.org/
@@ -97,7 +97,9 @@
--target=%{target} \
--host=%{target} \
--with-arch=%{target} \
- --disable-docs
+ --with-freetype-config="pkg-config freetype2" \
+ --disable-docs \
+ --disable-silent-rules
%{__make}
@@ -115,9 +117,9 @@
%{target}-strip -g -R.comment -R.note $RPM_BUILD_ROOT%{_libdir}/*.a
%endif
-rm -rf $RPM_BUILD_ROOT%{_datadir}/man
+%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/man
# runtime
-rm -rf $RPM_BUILD_ROOT/etc/fonts
+%{__rm} -r $RPM_BUILD_ROOT/etc/fonts
%clean
rm -rf $RPM_BUILD_ROOT
@@ -146,6 +148,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.13 2012/03/21 17:15:17 qboosh
+- updated to 2.9.0
+- use pkg-config as freetype-config (original one is not packaged in our mingw32 package)
+
Revision 1.12 2010/09/19 05:38:55 qboosh
- unified MinGW32 caps
================================================================
---- CVS-web:
http://cvs.pld-linux.org/packages/crossmingw32-fontconfig/crossmingw32-fontconfig.spec?r1=1.12&r2=1.13
More information about the pld-cvs-commit
mailing list