[mingw-fontconfig] Update to 2.9.0 and dropped the autoreconf call

Erik van Pienbroek epienbro at fedoraproject.org
Sun Jun 3 13:29:40 UTC 2012


commit 71e233445d781582ecf72106a466ef34345e4327
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sun Jun 3 15:29:31 2012 +0200

    Update to 2.9.0 and dropped the autoreconf call

 mingw-fontconfig.spec |   19 +++++++++----------
 1 files changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/mingw-fontconfig.spec b/mingw-fontconfig.spec
index 847644d..1f795d3 100644
--- a/mingw-fontconfig.spec
+++ b/mingw-fontconfig.spec
@@ -1,11 +1,8 @@
-%?mingw_package_header
-
-%global mingw_build_win32 1
-%global mingw_build_win64 1
+%{?mingw_package_header}
 
 Name:           mingw-fontconfig
-Version:        2.8.0
-Release:        7%{?dist}
+Version:        2.9.0
+Release:        1%{?dist}
 Summary:        MinGW Windows Fontconfig library
 
 License:        MIT
@@ -32,7 +29,6 @@ BuildRequires:  mingw64-win-iconv
 BuildRequires:  mingw64-libxml2
 
 BuildRequires:  pkgconfig
-BuildRequires:  autoconf automake libtool
 
 
 %description
@@ -76,9 +72,6 @@ Static version of the cross compiled Fontconfig library.
 %prep
 %setup -q -n fontconfig-%{version}
 
-# The libtool used in this package is too old for win64 support
-autoreconf -i --force
-
 
 %build
 export MINGW32_CONFIGURE_ARGS="--with-arch=i686"
@@ -117,6 +110,7 @@ rm -rf $RPM_BUILD_ROOT%{mingw64_datadir}/doc
 %{mingw32_bindir}/fc-cat.exe
 %{mingw32_bindir}/fc-list.exe
 %{mingw32_bindir}/fc-match.exe
+%{mingw32_bindir}/fc-pattern.exe
 %{mingw32_bindir}/fc-query.exe
 %{mingw32_bindir}/fc-scan.exe
 %{mingw32_bindir}/libfontconfig-1.dll
@@ -135,6 +129,7 @@ rm -rf $RPM_BUILD_ROOT%{mingw64_datadir}/doc
 %{mingw64_bindir}/fc-cat.exe
 %{mingw64_bindir}/fc-list.exe
 %{mingw64_bindir}/fc-match.exe
+%{mingw64_bindir}/fc-pattern.exe
 %{mingw64_bindir}/fc-query.exe
 %{mingw64_bindir}/fc-scan.exe
 %{mingw64_bindir}/libfontconfig-1.dll
@@ -148,6 +143,10 @@ rm -rf $RPM_BUILD_ROOT%{mingw64_datadir}/doc
 
 
 %changelog
+* Sun Jun 03 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.9.0-1
+- Update to 2.9.0
+- Dropped the autoreconf call
+
 * Sun Mar 11 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.8.0-7
 - Added win64 support
 - Added static subpackage


More information about the scm-commits mailing list