[mingw-fontconfig] Update to 2.10.1

Kalev Lember kalev at fedoraproject.org
Sun Oct 7 16:11:43 UTC 2012


commit 85651b8c8cebf5f9f60f1b8875739aeae54a43a6
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sun Oct 7 18:00:02 2012 +0200

    Update to 2.10.1

 .gitignore            |    1 +
 mingw-fontconfig.spec |   17 ++++++++++++-----
 sources               |    2 +-
 3 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index de483fb..b9d94d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 fontconfig-2.6.0.tar.gz
 /fontconfig-2.8.0.tar.gz
 /fontconfig-2.9.0.tar.gz
+/fontconfig-2.10.1.tar.bz2
diff --git a/mingw-fontconfig.spec b/mingw-fontconfig.spec
index 95e62ab..7b22969 100644
--- a/mingw-fontconfig.spec
+++ b/mingw-fontconfig.spec
@@ -1,13 +1,13 @@
 %{?mingw_package_header}
 
 Name:           mingw-fontconfig
-Version:        2.9.0
-Release:        2%{?dist}
+Version:        2.10.1
+Release:        1%{?dist}
 Summary:        MinGW Windows Fontconfig library
 
 License:        MIT
 URL:            http://fontconfig.org
-Source0:        http://fontconfig.org/release/fontconfig-%{version}.tar.gz
+Source0:        http://fontconfig.org/release/fontconfig-%{version}.tar.bz2
 Group:          Development/Libraries
 
 BuildArch:      noarch
@@ -76,12 +76,12 @@ Static version of the cross compiled Fontconfig library.
 %build
 export MINGW32_CONFIGURE_ARGS="--with-arch=i686"
 export MINGW64_CONFIGURE_ARGS="--with-arch=x86_64"
-%mingw_configure
+%mingw_configure --disable-docs
 %mingw_make %{?_smp_mflags}
 
 
 %install
-%mingw_make_install DESTDIR=$RPM_BUILD_ROOT
+%mingw_make install DESTDIR=$RPM_BUILD_ROOT
 
 rm -f $RPM_BUILD_ROOT/%{mingw32_libdir}/charset.alias
 rm -f $RPM_BUILD_ROOT/%{mingw64_libdir}/charset.alias
@@ -118,6 +118,8 @@ rm -rf $RPM_BUILD_ROOT%{mingw64_datadir}/doc
 %{mingw32_libdir}/pkgconfig/fontconfig.pc
 %{mingw32_includedir}/fontconfig/
 %{mingw32_sysconfdir}/fonts/
+%{mingw32_datadir}/fontconfig/
+%{mingw32_datadir}/xml/fontconfig/
 
 %files -n mingw32-fontconfig-static
 %{mingw32_libdir}/libfontconfig.a
@@ -137,12 +139,17 @@ rm -rf $RPM_BUILD_ROOT%{mingw64_datadir}/doc
 %{mingw64_libdir}/pkgconfig/fontconfig.pc
 %{mingw64_includedir}/fontconfig/
 %{mingw64_sysconfdir}/fonts/
+%{mingw64_datadir}/fontconfig/
+%{mingw64_datadir}/xml/fontconfig/
 
 %files -n mingw64-fontconfig-static
 %{mingw64_libdir}/libfontconfig.a
 
 
 %changelog
+* Sun Oct 07 2012 Kalev Lember <kalevlember at gmail.com> - 2.10.1-1
+- Update to 2.10.1
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.9.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 0909ee9..d6683ff 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-26c83855ed256b5c032baae032fadc4f  fontconfig-2.9.0.tar.gz
+e9b9142080b7cd6b43890344fec7fbd8  fontconfig-2.10.1.tar.bz2


More information about the scm-commits mailing list