Blame SPECS/mingw-pixman.spec

b88ff0
%?mingw_package_header
b88ff0
b88ff0
Name:           mingw-pixman
b88ff0
Version:        0.34.0
b88ff0
Release:        5%{?dist}
b88ff0
Summary:        MinGW Windows Pixman library
b88ff0
b88ff0
License:        MIT
b88ff0
URL:            http://cgit.freedesktop.org/pixman/
b88ff0
Group:          Development/Libraries
b88ff0
b88ff0
Source0:        http://cairographics.org/releases/pixman-%{version}.tar.gz
b88ff0
Source1:        make-pixman-snapshot.sh
b88ff0
b88ff0
BuildArch:      noarch
b88ff0
ExclusiveArch: %{ix86} x86_64
b88ff0
b88ff0
BuildRequires:  mingw32-filesystem >= 95
b88ff0
BuildRequires:  mingw32-gcc
b88ff0
BuildRequires:  mingw32-binutils
b88ff0
b88ff0
BuildRequires:  mingw64-filesystem >= 95
b88ff0
BuildRequires:  mingw64-gcc
b88ff0
BuildRequires:  mingw64-binutils
b88ff0
b88ff0
b88ff0
%description
b88ff0
MinGW Windows Pixman library.
b88ff0
b88ff0
b88ff0
# Win32
b88ff0
%package -n mingw32-pixman
b88ff0
Summary:        MinGW Windows Pixman library
b88ff0
b88ff0
%description -n mingw32-pixman
b88ff0
MinGW Windows Pixman library.
b88ff0
b88ff0
b88ff0
%package -n mingw32-pixman-static
b88ff0
Summary:        Static version of the MinGW Windows Pixman library
b88ff0
Requires:       mingw32-pixman = %{version}-%{release}
b88ff0
Group:          Development/Libraries
b88ff0
b88ff0
%description -n mingw32-pixman-static
b88ff0
Static version of the MinGW Windows Pixman library.
b88ff0
b88ff0
# Win64
b88ff0
%package -n mingw64-pixman
b88ff0
Summary:        MinGW Windows Pixman library
b88ff0
b88ff0
%description -n mingw64-pixman
b88ff0
MinGW Windows Pixman library.
b88ff0
b88ff0
%package -n mingw64-pixman-static
b88ff0
Summary:        Static version of the cross compiled Pixman library
b88ff0
Requires:       mingw64-pixman = %{version}-%{release}
b88ff0
b88ff0
%description -n mingw64-pixman-static
b88ff0
Static version of the cross compiled Pixman library.
b88ff0
b88ff0
b88ff0
%?mingw_debug_package
b88ff0
b88ff0
b88ff0
%prep
b88ff0
%setup -q -n pixman-%{version}
b88ff0
b88ff0
b88ff0
%build
b88ff0
# Uses GTK for its testsuite, so disable this otherwise
b88ff0
# we have a chicken & egg problem on mingw
b88ff0
%mingw_configure --disable-gtk --disable-sse2 --enable-static --enable-shared
b88ff0
%mingw_make %{?_smp_mflags}
b88ff0
b88ff0
b88ff0
%install
b88ff0
%mingw_make install DESTDIR=$RPM_BUILD_ROOT
b88ff0
b88ff0
# Drop all .la files
b88ff0
find $RPM_BUILD_ROOT -name "*.la" -delete
b88ff0
b88ff0
b88ff0
# Win32
b88ff0
%files -n mingw32-pixman
b88ff0
%license COPYING
b88ff0
%{mingw32_bindir}/libpixman-1-0.dll
b88ff0
%{mingw32_includedir}/pixman-1
b88ff0
%{mingw32_libdir}/libpixman-1.dll.a
b88ff0
%{mingw32_libdir}/pkgconfig/pixman-1.pc
b88ff0
b88ff0
%files -n mingw32-pixman-static
b88ff0
%{mingw32_libdir}/libpixman-1.a
b88ff0
b88ff0
# Win64
b88ff0
%files -n mingw64-pixman
b88ff0
%license COPYING
b88ff0
%{mingw64_bindir}/libpixman-1-0.dll
b88ff0
%{mingw64_includedir}/pixman-1
b88ff0
%{mingw64_libdir}/libpixman-1.dll.a
b88ff0
%{mingw64_libdir}/pkgconfig/pixman-1.pc
b88ff0
b88ff0
%files -n mingw64-pixman-static
b88ff0
%{mingw64_libdir}/libpixman-1.a
b88ff0
b88ff0
b88ff0
%changelog
b88ff0
* Mon Aug 13 2018 Victor Toso <victortoso@redhat.com> - 0.34.0-5
b88ff0
- ExclusiveArch: i686, x86_64
b88ff0
- Related: rhbz#1615874
b88ff0
b88ff0
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.34.0-4
b88ff0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
b88ff0
b88ff0
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.34.0-3
b88ff0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
b88ff0
b88ff0
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.34.0-2
b88ff0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
b88ff0
b88ff0
* Tue May 03 2016 Kalev Lember <klember@redhat.com> - 0.34.0-1
b88ff0
- Update to 0.34.0
b88ff0
b88ff0
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.33.2-2
b88ff0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
b88ff0
b88ff0
* Sat Aug 22 2015 Kalev Lember <klember@redhat.com> - 0.33.2-1
b88ff0
- Update to 0.33.2
b88ff0
- Use license macro for COPYING files
b88ff0
b88ff0
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.32.6-2
b88ff0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
b88ff0
b88ff0
* Tue Oct 14 2014 Kalev Lember <kalevlember@gmail.com> - 0.32.6-1
b88ff0
- Update to 0.32.6
b88ff0
b88ff0
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.32.0-2
b88ff0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
b88ff0
b88ff0
* Sat Mar 29 2014 Kalev Lember <kalevlember@gmail.com> - 0.32.0-1
b88ff0
- Update to 0.32.0
b88ff0
b88ff0
* Wed Sep 04 2013 Kalev Lember <kalevlember@gmail.com> - 0.30.0-4
b88ff0
- Disable SSE2 (fdo#68300)
b88ff0
b88ff0
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.30.0-3
b88ff0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
b88ff0
b88ff0
* Sat Jun 15 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.30.0-2
b88ff0
- Rebuild to resolve InterlockedCompareExchange regression in mingw32 libraries
b88ff0
b88ff0
* Tue May 14 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.30.0-1
b88ff0
- Update to 0.30.0
b88ff0
b88ff0
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.28.0-2
b88ff0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
b88ff0
b88ff0
* Thu Nov 22 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.28.0-1
b88ff0
- Update to 0.28.0
b88ff0
b88ff0
* Wed Nov 21 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.26.2-1
b88ff0
- Update to 0.26.2
b88ff0
b88ff0
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.24.4-4
b88ff0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b88ff0
b88ff0
* Sat Mar 10 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.24.4-3
b88ff0
- Added win64 support
b88ff0
- Dropped unneeded BR: mingw32-dlfcn
b88ff0
b88ff0
* Tue Mar 06 2012 Kalev Lember <kalevlember@gmail.com> - 0.24.4-2
b88ff0
- Renamed the source package to mingw-pixman (#800445)
b88ff0
- Use mingw macros without leading underscore
b88ff0
b88ff0
* Tue Feb 28 2012 Kalev Lember <kalevlember@gmail.com> - 0.24.4-1
b88ff0
- Update to 0.24.4
b88ff0
- Remove .la files
b88ff0
b88ff0
* Mon Feb 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.24.2-2
b88ff0
- Rebuild against the mingw-w64 toolchain
b88ff0
b88ff0
* Wed Feb 01 2012 Kalev Lember <kalevlember@gmail.com> - 0.24.2-1
b88ff0
- Update to 0.24.2
b88ff0
b88ff0
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.22.2-2
b88ff0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
b88ff0
b88ff0
* Sat Jul 16 2011 Kalev Lember <kalevlember@gmail.com> - 0.22.2-1
b88ff0
- Update to 0.22.2
b88ff0
- Use automatic mingw dep extraction
b88ff0
- Cleaned up the spec file for modern rpmbuild
b88ff0
b88ff0
* Sun May 08 2011 Kalev Lember <kalev@smartlink.ee> - 0.22.0-1
b88ff0
- Update to 0.22.0
b88ff0
b88ff0
* Mon Apr 25 2011 Kalev Lember <kalev@smartlink.ee> - 0.20.2-1
b88ff0
- Update to 0.20.2
b88ff0
b88ff0
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19.4-2
b88ff0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b88ff0
b88ff0
* Fri Sep 24 2010 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.19.4-1
b88ff0
- Update to 0.19.4
b88ff0
- Fixed Source URL
b88ff0
- Fixed a small rpmlint warning
b88ff0
b88ff0
* Tue Sep  7 2010 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.19.2-1
b88ff0
- Update to 0.19.2
b88ff0
b88ff0
* Mon Jul 12 2010 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.18.2-1
b88ff0
- Update to 0.18.2 (RHBZ #613665)
b88ff0
b88ff0
* Tue Sep 29 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.16.2-1
b88ff0
- Update to 0.16.2
b88ff0
b88ff0
* Fri Sep 18 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.16.0-2
b88ff0
- Rebuild because of broken mingw32-gcc/mingw32-binutils
b88ff0
b88ff0
* Sat Aug 29 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.16.0-1
b88ff0
- Update to 0.16.0
b88ff0
b88ff0
* Thu Aug 13 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.15.20-1
b88ff0
- Update to version 0.15.20
b88ff0
- Updated SOURCE0 and URL
b88ff0
- Automatically generate debuginfo subpackage
b88ff0
- Don't build the 'blitters-test' testcase as it requires the memalign function
b88ff0
  which we don't have on MinGW
b88ff0
b88ff0
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.10-2
b88ff0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b88ff0
b88ff0
* Wed Jun 10 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.15.10-1
b88ff0
- Update to 0.15.10
b88ff0
- Use %%global instead of %%define
b88ff0
- Dropped pixman-0.13.2-license.patch as freedesktop bug #19582 is resolved
b88ff0
b88ff0
* Fri Apr  3 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.13.2-5
b88ff0
- Fixed %%defattr line
b88ff0
- Added -static subpackage
b88ff0
b88ff0
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.2-4
b88ff0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
b88ff0
b88ff0
* Fri Feb 20 2009 Richard W.M. Jones <rjones@redhat.com> - 0.13.2-3
b88ff0
- Rebuild for mingw32-gcc 4.4
b88ff0
b88ff0
* Thu Jan 15 2009 Richard W.M. Jones <rjones@redhat.com> - 0.13.2-2
b88ff0
- Include LICENSE file (freedesktop bug 19582).
b88ff0
b88ff0
* Tue Jan 13 2009 Richard W.M. Jones <rjones@redhat.com> - 0.13.2-1
b88ff0
- Resynch with Fedora package (0.13.2).
b88ff0
- Disable static library for speed.
b88ff0
- Use _smp_mflags.
b88ff0
- Requires pkgconfig.
b88ff0
- Depends on dlfcn.
b88ff0
b88ff0
* Wed Sep 24 2008 Richard W.M. Jones <rjones@redhat.com> - 0.12.0-2
b88ff0
- Rename mingw -> mingw32.
b88ff0
b88ff0
* Mon Sep 22 2008 Daniel P. Berrange <berrange@redhat.com> - 0.12.0-1
b88ff0
- Update to 0.12.0 release
b88ff0
b88ff0
* Wed Sep 10 2008 Richard W.M. Jones <rjones@redhat.com> - 0.11.10-2
b88ff0
- Remove static library.
b88ff0
b88ff0
* Tue Sep  9 2008 Daniel P. Berrange <berrange@redhat.com> - 0.11.10-1
b88ff0
- Initial RPM release