2009-06-10 19:35:34 +00:00
|
|
|
%global __strip %{_mingw32_strip}
|
|
|
|
%global __objdump %{_mingw32_objdump}
|
|
|
|
%global _use_internal_dependency_generator 0
|
|
|
|
%global __find_requires %{_mingw32_findrequires}
|
|
|
|
%global __find_provides %{_mingw32_findprovides}
|
2009-08-12 22:50:52 +00:00
|
|
|
%define __debug_install_post %{_mingw32_debug_install_post}
|
2009-01-30 11:48:10 +00:00
|
|
|
|
|
|
|
Name: mingw32-pixman
|
2010-09-07 19:20:42 +00:00
|
|
|
Version: 0.19.2
|
2009-09-29 21:19:51 +00:00
|
|
|
Release: 1%{?dist}
|
2009-01-30 11:48:10 +00:00
|
|
|
Summary: MinGW Windows Pixman library
|
|
|
|
|
|
|
|
License: MIT
|
2009-08-12 22:31:15 +00:00
|
|
|
URL: http://cgit.freedesktop.org/pixman/
|
2009-01-30 11:48:10 +00:00
|
|
|
Group: Development/Libraries
|
|
|
|
|
2009-08-12 22:31:15 +00:00
|
|
|
Source0: http://xorg.freedesktop.org/archive/individual/lib/pixman-%{version}.tar.bz2
|
2009-01-30 11:48:10 +00:00
|
|
|
Source1: make-pixman-snapshot.sh
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildArch: noarch
|
|
|
|
|
2009-08-12 22:50:52 +00:00
|
|
|
BuildRequires: mingw32-filesystem >= 52
|
2009-01-30 11:48:10 +00:00
|
|
|
BuildRequires: mingw32-gcc
|
|
|
|
BuildRequires: mingw32-binutils
|
|
|
|
BuildRequires: mingw32-dlfcn
|
|
|
|
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
%description
|
|
|
|
MinGW Windows Pixman library.
|
|
|
|
|
|
|
|
|
2009-04-14 19:30:36 +00:00
|
|
|
%package static
|
|
|
|
Summary: Static version of the MinGW Windows Pixman library
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
|
|
|
%description static
|
|
|
|
Static version of the MinGW Windows Pixman library.
|
|
|
|
|
|
|
|
|
2009-08-12 22:50:52 +00:00
|
|
|
%{_mingw32_debug_package}
|
|
|
|
|
|
|
|
|
2009-01-30 11:48:10 +00:00
|
|
|
%prep
|
|
|
|
%setup -q -n pixman-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
# Uses GTK for its testsuite, so disable this otherwise
|
|
|
|
# we have a chicken & egg problem on mingw
|
2009-04-14 19:30:36 +00:00
|
|
|
%{_mingw32_configure} --disable-gtk --enable-static --enable-shared
|
2009-01-30 11:48:10 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
2009-04-14 19:30:36 +00:00
|
|
|
%defattr(-,root,root,-)
|
2009-06-10 19:35:34 +00:00
|
|
|
%doc COPYING
|
2009-01-30 11:48:10 +00:00
|
|
|
%{_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
|
|
|
|
|
|
|
|
|
2009-04-14 19:30:36 +00:00
|
|
|
%files static
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_mingw32_libdir}/libpixman-1.a
|
|
|
|
|
|
|
|
|
2009-01-30 11:48:10 +00:00
|
|
|
%changelog
|
2010-09-07 19:20:42 +00:00
|
|
|
* Tue Sep 7 2010 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.19.2-1
|
|
|
|
- Update to 0.19.2
|
|
|
|
|
2010-07-12 16:07:30 +00:00
|
|
|
* Mon Jul 12 2010 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.18.2-1
|
|
|
|
- Update to 0.18.2 (RHBZ #613665)
|
|
|
|
|
2009-09-29 21:19:51 +00:00
|
|
|
* Tue Sep 29 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.16.2-1
|
|
|
|
- Update to 0.16.2
|
|
|
|
|
2009-09-18 21:54:41 +00:00
|
|
|
* Fri Sep 18 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.16.0-2
|
|
|
|
- Rebuild because of broken mingw32-gcc/mingw32-binutils
|
|
|
|
|
2009-08-29 20:56:33 +00:00
|
|
|
* Sat Aug 29 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.16.0-1
|
|
|
|
- Update to 0.16.0
|
|
|
|
|
2009-08-12 22:31:15 +00:00
|
|
|
* Thu Aug 13 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.15.20-1
|
|
|
|
- Update to version 0.15.20
|
|
|
|
- Updated SOURCE0 and URL
|
2009-08-12 22:50:52 +00:00
|
|
|
- Automatically generate debuginfo subpackage
|
|
|
|
- Don't build the 'blitters-test' testcase as it requires the memalign function
|
|
|
|
which we don't have on MinGW
|
2009-08-12 22:31:15 +00:00
|
|
|
|
2009-07-25 14:29:19 +00:00
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.10-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-06-10 19:35:34 +00:00
|
|
|
* 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
|
|
|
|
|
2009-04-14 19:30:36 +00:00
|
|
|
* Fri Apr 3 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.13.2-5
|
|
|
|
- Fixed %%defattr line
|
|
|
|
- Added -static subpackage
|
|
|
|
|
2009-02-26 01:20:54 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-20 23:29:20 +00:00
|
|
|
* Fri Feb 20 2009 Richard W.M. Jones <rjones@redhat.com> - 0.13.2-3
|
|
|
|
- Rebuild for mingw32-gcc 4.4
|
|
|
|
|
2009-01-30 11:48:10 +00:00
|
|
|
* Thu Jan 15 2009 Richard W.M. Jones <rjones@redhat.com> - 0.13.2-2
|
|
|
|
- Include LICENSE file (freedesktop bug 19582).
|
|
|
|
|
|
|
|
* Tue Jan 13 2009 Richard W.M. Jones <rjones@redhat.com> - 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 <rjones@redhat.com> - 0.12.0-2
|
|
|
|
- Rename mingw -> mingw32.
|
|
|
|
|
|
|
|
* Mon Sep 22 2008 Daniel P. Berrange <berrange@redhat.com> - 0.12.0-1
|
|
|
|
- Update to 0.12.0 release
|
|
|
|
|
|
|
|
* Wed Sep 10 2008 Richard W.M. Jones <rjones@redhat.com> - 0.11.10-2
|
|
|
|
- Remove static library.
|
|
|
|
|
|
|
|
* Tue Sep 9 2008 Daniel P. Berrange <berrange@redhat.com> - 0.11.10-1
|
|
|
|
- Initial RPM release
|