X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=pixman%2Fmingw32-pixman.spec;h=d8d373db1b3e41ef466973dfb14b2bac98c1fe09;hb=f8d5f5e0da395df9aa728df2d92c8c20fb1467eb;hp=f724f6e320f394084403aa8fc2dd106228b3501d;hpb=14bb5f7a7a8110b0c21eef08c532bd7f18c42e8e;p=fedora-mingw.git diff --git a/pixman/mingw32-pixman.spec b/pixman/mingw32-pixman.spec index f724f6e..d8d373d 100644 --- a/pixman/mingw32-pixman.spec +++ b/pixman/mingw32-pixman.spec @@ -5,21 +5,28 @@ %define __find_provides %{_mingw32_findprovides} Name: mingw32-pixman -Version: 0.12.0 +Version: 0.13.2 Release: 2%{?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 + +Patch0: pixman-0.13.2-license.patch + +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. @@ -27,12 +34,14 @@ MinGW Windows Pixman library. %prep %setup -q -n pixman-%{version} +%patch0 -p1 + %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 +49,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 @@ -48,13 +56,25 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) +%doc LICENSE %{_mingw32_bindir}/libpixman-1-0.dll %{_mingw32_includedir}/pixman-1 %{_mingw32_libdir}/libpixman-1.dll.a %{_mingw32_libdir}/libpixman-1.la %{_mingw32_libdir}/pkgconfig/pixman-1.pc + %changelog +* Thu Jan 15 2009 Richard W.M. Jones - 0.13.2-2 +- Include LICENSE file (freedesktop bug 19582). + +* 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.