X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fontconfig%2Fmingw-fontconfig.spec;h=350c4586f1e05cabc04ce680464c88a168de20b7;hb=98ffdda59a136fb65c81ebb9fc0b5f045db5acf4;hp=2a523e324705aa86e02f069dd8f71153325d10bf;hpb=39843dd5b6aaa39bd6eeb2a00d24dc63f977fe23;p=fedora-mingw.git diff --git a/fontconfig/mingw-fontconfig.spec b/fontconfig/mingw-fontconfig.spec index 2a523e3..350c458 100644 --- a/fontconfig/mingw-fontconfig.spec +++ b/fontconfig/mingw-fontconfig.spec @@ -1,8 +1,12 @@ -%include /usr/lib/rpm/mingw-defs +%define __strip %{_mingw_strip} +%define __objdump %{_mingw_objdump} +%define _use_internal_dependency_generator 0 +%define __find_requires %{_mingw_findrequires} +%define __find_provides %{_mingw_findprovides} Name: mingw-fontconfig Version: 2.6.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: MinGW Windows Fontconfig library License: MIT @@ -13,11 +17,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: mingw-filesystem >= 19 +BuildRequires: mingw-filesystem >= 23 BuildRequires: mingw-gcc BuildRequires: mingw-binutils BuildRequires: mingw-freetype BuildRequires: mingw-libxml2 +BuildRequires: pkgconfig %description MinGW Windows Fontconfig library. @@ -27,6 +32,7 @@ MinGW Windows Fontconfig library. %setup -q -n fontconfig-%{version} %build +PATH="%{_mingw_bindir}:$PATH" \ %{_mingw_configure} --with-arch=i686 make @@ -67,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %{_mingw_datadir}/doc/fontconfig %changelog +* Thu Sep 11 2008 Daniel P. Berrange - 2.6.0-3 +- Add mingw_bindir to $PATH for freetype-config script + * Wed Sep 10 2008 Richard W.M. Jones - 2.6.0-2 - Remove static library. - +BR mingw-libxml2.