Blame SPECS/mingw-pixman.spec

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