- Update to 0.15.10
- Use %%global instead of %%define - Dropped pixman-0.13.2-license.patch as freedesktop bug #19582 is resolved
This commit is contained in:
parent
c9063f21d5
commit
1d668894a6
@ -1,12 +1,12 @@
|
|||||||
%define __strip %{_mingw32_strip}
|
%global __strip %{_mingw32_strip}
|
||||||
%define __objdump %{_mingw32_objdump}
|
%global __objdump %{_mingw32_objdump}
|
||||||
%define _use_internal_dependency_generator 0
|
%global _use_internal_dependency_generator 0
|
||||||
%define __find_requires %{_mingw32_findrequires}
|
%global __find_requires %{_mingw32_findrequires}
|
||||||
%define __find_provides %{_mingw32_findprovides}
|
%global __find_provides %{_mingw32_findprovides}
|
||||||
|
|
||||||
Name: mingw32-pixman
|
Name: mingw32-pixman
|
||||||
Version: 0.13.2
|
Version: 0.15.10
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: MinGW Windows Pixman library
|
Summary: MinGW Windows Pixman library
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -16,8 +16,6 @@ Group: Development/Libraries
|
|||||||
Source0: http://xorg.freedesktop.org/archive/individual/lib/pixman-%{version}.tar.gz
|
Source0: http://xorg.freedesktop.org/archive/individual/lib/pixman-%{version}.tar.gz
|
||||||
Source1: make-pixman-snapshot.sh
|
Source1: make-pixman-snapshot.sh
|
||||||
|
|
||||||
Patch0: pixman-0.13.2-license.patch
|
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -43,7 +41,6 @@ Static version of the MinGW Windows Pixman library.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n pixman-%{version}
|
%setup -q -n pixman-%{version}
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -65,7 +62,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc LICENSE
|
%doc COPYING
|
||||||
%{_mingw32_bindir}/libpixman-1-0.dll
|
%{_mingw32_bindir}/libpixman-1-0.dll
|
||||||
%{_mingw32_includedir}/pixman-1
|
%{_mingw32_includedir}/pixman-1
|
||||||
%{_mingw32_libdir}/libpixman-1.dll.a
|
%{_mingw32_libdir}/libpixman-1.dll.a
|
||||||
@ -79,6 +76,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 10 2009 Erik van Pienbroek <epienbro@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@fedoraproject.org> - 0.13.2-5
|
* Fri Apr 3 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.13.2-5
|
||||||
- Fixed %%defattr line
|
- Fixed %%defattr line
|
||||||
- Added -static subpackage
|
- Added -static subpackage
|
||||||
|
@ -1,27 +0,0 @@
|
|||||||
diff -urN pixman-0.13.2.orig/LICENSE pixman-0.13.2/LICENSE
|
|
||||||
--- pixman-0.13.2.orig/LICENSE 1970-01-01 01:00:00.000000000 +0100
|
|
||||||
+++ pixman-0.13.2/LICENSE 2009-01-15 13:14:47.000000000 +0000
|
|
||||||
@@ -0,0 +1,23 @@
|
|
||||||
+ Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc.
|
|
||||||
+ 2005 Lars Knoll & Zack Rusin, Trolltech
|
|
||||||
+ 2008 Aaron Plattner, NVIDIA Corporation
|
|
||||||
+
|
|
||||||
+ Permission to use, copy, modify, distribute, and sell this software and its
|
|
||||||
+ documentation for any purpose is hereby granted without fee, provided that
|
|
||||||
+ the above copyright notice appear in all copies and that both that
|
|
||||||
+ copyright notice and this permission notice appear in supporting
|
|
||||||
+ documentation, and that the name of Keith Packard not be used in
|
|
||||||
+ advertising or publicity pertaining to distribution of the software without
|
|
||||||
+ specific, written prior permission. Keith Packard makes no
|
|
||||||
+ representations about the suitability of this software for any purpose. It
|
|
||||||
+ is provided "as is" without express or implied warranty.
|
|
||||||
+
|
|
||||||
+ THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
|
|
||||||
+ SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
||||||
+ FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
||||||
+ SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
||||||
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
||||||
+ AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
|
|
||||||
+ OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
|
||||||
+ SOFTWARE.
|
|
||||||
+
|
|
Loading…
Reference in New Issue
Block a user