commit 50a8f1e4f237375eacf4bdf175beaf3815d5124b
Author: Kalev Lember <kalevlember(a)gmail.com>
Date: Tue Feb 28 14:38:00 2012 +0200
Update to 0.24.4
... and remove .la files.
mingw32-pixman.spec | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/mingw32-pixman.spec b/mingw32-pixman.spec
index 3e45a07..2427cb1 100644
--- a/mingw32-pixman.spec
+++ b/mingw32-pixman.spec
@@ -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(a)gmail.com> - 0.24.4-1
+- Update to 0.24.4
+- Remove .la files
+
* Mon Feb 27 2012 Erik van Pienbroek <epienbro(a)fedoraproject.org> - 0.24.2-2
- Rebuild against the mingw-w64 toolchain