Update to 0.24.4

... and remove .la files.
This commit is contained in:
Kalev Lember 2012-02-28 14:38:00 +02:00
parent 326b1bce95
commit 50a8f1e4f2

View File

@ -3,8 +3,8 @@
%define __debug_install_post %{_mingw32_debug_install_post}
Name: mingw32-pixman
Version: 0.24.2
Release: 2%{?dist}
Version: 0.24.4
Release: 1%{?dist}
Summary: MinGW Windows Pixman library
License: MIT
@ -21,8 +21,6 @@ BuildRequires: mingw32-gcc
BuildRequires: mingw32-binutils
BuildRequires: mingw32-dlfcn
Requires: pkgconfig
%description
MinGW Windows Pixman library.
@ -52,6 +50,7 @@ make %{?_smp_mflags} V=1
%install
make DESTDIR=$RPM_BUILD_ROOT install
rm -f $RPM_BUILD_ROOT%{_mingw32_libdir}/*.la
%files
@ -59,7 +58,6 @@ make DESTDIR=$RPM_BUILD_ROOT install
%{_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
@ -68,6 +66,10 @@ make DESTDIR=$RPM_BUILD_ROOT install
%changelog
* Tue Feb 28 2012 Kalev Lember <kalevlember@gmail.com> - 0.24.4-1
- Update to 0.24.4
- Remove .la files
* Mon Feb 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.24.2-2
- Rebuild against the mingw-w64 toolchain