[mingw-pixman: 6/31] - Update to 0.15.10 - Use %%global instead of %%define - Dropped pixman-0.13.2-license.patch as free

Kalev Lember kalev at fedoraproject.org
Tue Mar 6 20:18:16 UTC 2012


commit 1d668894a695d13803024bb647b4303d1e23d176
Author: epienbro <epienbro at fedoraproject.org>
Date:   Wed Jun 10 19:35:34 2009 +0000

    - Update to 0.15.10
    - Use %%global instead of %%define
    - Dropped pixman-0.13.2-license.patch as freedesktop bug #19582 is resolved

 mingw32-pixman.spec         |   24 +++++++++++++-----------
 pixman-0.13.2-license.patch |   27 ---------------------------
 2 files changed, 13 insertions(+), 38 deletions(-)
---
diff --git a/mingw32-pixman.spec b/mingw32-pixman.spec
index 593423a..06112ce 100644
--- a/mingw32-pixman.spec
+++ b/mingw32-pixman.spec
@@ -1,12 +1,12 @@
-%define __strip %{_mingw32_strip}
-%define __objdump %{_mingw32_objdump}
-%define _use_internal_dependency_generator 0
-%define __find_requires %{_mingw32_findrequires}
-%define __find_provides %{_mingw32_findprovides}
+%global __strip %{_mingw32_strip}
+%global __objdump %{_mingw32_objdump}
+%global _use_internal_dependency_generator 0
+%global __find_requires %{_mingw32_findrequires}
+%global __find_provides %{_mingw32_findprovides}
 
 Name:           mingw32-pixman
-Version:        0.13.2
-Release:        5%{?dist}
+Version:        0.15.10
+Release:        1%{?dist}
 Summary:        MinGW Windows Pixman library
 
 License:        MIT
@@ -16,8 +16,6 @@ Group:          Development/Libraries
 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
 
@@ -43,7 +41,6 @@ Static version of the MinGW Windows Pixman library.
 
 %prep
 %setup -q -n pixman-%{version}
-%patch0 -p1
 
 
 %build
@@ -65,7 +62,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE
+%doc COPYING
 %{_mingw32_bindir}/libpixman-1-0.dll
 %{_mingw32_includedir}/pixman-1
 %{_mingw32_libdir}/libpixman-1.dll.a
@@ -79,6 +76,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jun 10 2009 Erik van Pienbroek <epienbro at fedoraproject.org> - 0.15.10-1
+- Update to 0.15.10
+- Use %%global instead of %%define
+- Dropped pixman-0.13.2-license.patch as freedesktop bug #19582 is resolved
+
 * Fri Apr  3 2009 Erik van Pienbroek <epienbro at fedoraproject.org> - 0.13.2-5
 - Fixed %%defattr line
 - Added -static subpackage


More information about the mingw mailing list