X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=pango%2Fmingw32-pango.spec;h=ae96a9a54d7fd044e1cc3709b4e1adf4629bede6;hb=ecb52a3ca967a330e73af6bf22ed5aa32a802a69;hp=ba5a44b7b9e96e82c0dd20afd31e50812b9e1d3b;hpb=34bbdb2475989f90c1e34390321928bb3bb11003;p=fedora-mingw.git diff --git a/pango/mingw32-pango.spec b/pango/mingw32-pango.spec index ba5a44b..ae96a9a 100644 --- a/pango/mingw32-pango.spec +++ b/pango/mingw32-pango.spec @@ -6,7 +6,7 @@ Name: mingw32-pango Version: 1.22.1 -Release: 1%{?dist} +Release: 4%{?dist} Summary: MinGW Windows Pango library License: LGPLv2+ @@ -39,6 +39,9 @@ BuildRequires: mingw32-fontconfig BuildRequires: mingw32-glib2 BuildRequires: pkgconfig +Requires: pkgconfig + + %description MinGW Windows Pango library. @@ -49,8 +52,8 @@ MinGW Windows Pango library. %build # Need to run the correct version of glib-mkenums. PATH=%{_mingw32_bindir}:$PATH \ -%{_mingw32_configure} -make +%{_mingw32_configure} --disable-static +make %{?_smp_mflags} %install @@ -69,6 +72,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) +%doc COPYING %{_mingw32_bindir}/libpango-1.0-0.dll %{_mingw32_bindir}/libpangocairo-1.0-0.dll %{_mingw32_bindir}/libpangoft2-1.0-0.dll @@ -98,6 +102,16 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jan 30 2009 Richard W.M. Jones - 1.22.1-4 +- Requires pkgconfig. + +* Tue Jan 27 2009 Levente Farkas - 1.22.1-3 +- Include license file in documentation section. + +* Fri Jan 23 2009 Richard W.M. Jones - 1.22.1-2 +- Disable static libraries. +- Use _smp_mflags. + * Fri Oct 24 2008 Richard W.M. Jones - 1.22.1-1 - New upstream version 1.22.1. - BR cairo >= 1.8.0 because of important fixes. @@ -106,7 +120,7 @@ rm -rf $RPM_BUILD_ROOT - Rename mingw -> mingw32. * Tue Sep 23 2008 Daniel P. Berrange - 1.21.6-5 -- Remove use of wine in %post +- Remove use of wine in %-post. * Thu Sep 11 2008 Daniel P. Berrange - 1.21.6-4 - Add dep on pkgconfig