X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=pixman%2Fmingw32-pixman.spec;h=0dad5d151c6320f1518c03139e22a4170c321546;hb=cc5f3de5356836b215a78b6a8181f7f83e991d80;hp=f724f6e320f394084403aa8fc2dd106228b3501d;hpb=14bb5f7a7a8110b0c21eef08c532bd7f18c42e8e;p=fedora-mingw.git diff --git a/pixman/mingw32-pixman.spec b/pixman/mingw32-pixman.spec index f724f6e..0dad5d1 100644 --- a/pixman/mingw32-pixman.spec +++ b/pixman/mingw32-pixman.spec @@ -5,21 +5,26 @@ %define __find_provides %{_mingw32_findprovides} Name: mingw32-pixman -Version: 0.12.0 -Release: 2%{?dist} +Version: 0.13.2 +Release: 1%{?dist} Summary: MinGW Windows Pixman library License: MIT URL: http://xorg.freedesktop.org/ -Source0: http://xorg.freedesktop.org/archive/individual/lib/pixman-%{version}.tar.gz Group: Development/Libraries -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Source0: http://xorg.freedesktop.org/archive/individual/lib/pixman-%{version}.tar.gz +Source1: make-pixman-snapshot.sh + +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: mingw32-filesystem >= 23 BuildRequires: mingw32-gcc BuildRequires: mingw32-binutils +BuildRequires: mingw32-dlfcn + +Requires: pkgconfig %description MinGW Windows Pixman library. @@ -28,11 +33,12 @@ MinGW Windows Pixman library. %prep %setup -q -n pixman-%{version} + %build # Uses GTK for its testsuite, so disable this otherwise # we have a chicken & egg problem on mingw -%{_mingw32_configure} --disable-gtk -make +%{_mingw32_configure} --disable-gtk --disable-static +make %{?_smp_mflags} %install @@ -40,7 +46,6 @@ rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install -rm $RPM_BUILD_ROOT/%{_mingw32_libdir}/libpixman-1.a %clean rm -rf $RPM_BUILD_ROOT @@ -54,7 +59,15 @@ rm -rf $RPM_BUILD_ROOT %{_mingw32_libdir}/libpixman-1.la %{_mingw32_libdir}/pkgconfig/pixman-1.pc + %changelog +* Tue Jan 13 2009 Richard W.M. Jones - 0.13.2-1 +- Resynch with Fedora package (0.13.2). +- Disable static library for speed. +- Use _smp_mflags. +- Requires pkgconfig. +- Depends on dlfcn. + * Wed Sep 24 2008 Richard W.M. Jones - 0.12.0-2 - Rename mingw -> mingw32.