Compare commits

...

No commits in common. "c8" and "c9" have entirely different histories.
c8 ... c9

3 changed files with 51 additions and 20 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/pixman-0.34.0.tar.gz
SOURCES/pixman-0.40.0.tar.gz

View File

@ -1 +1 @@
a1b1683c1a55acce9d928fea1ab6ceb79142ddc7 SOURCES/pixman-0.34.0.tar.gz
d7baa6377b6f48e29db011c669788bb1268d08ad SOURCES/pixman-0.40.0.tar.gz

View File

@ -1,27 +1,30 @@
%?mingw_package_header
%{?mingw_package_header}
Name: mingw-pixman
Version: 0.34.0
Version: 0.40.0
Release: 5%{?dist}
Summary: MinGW Windows Pixman library
License: MIT
URL: http://cgit.freedesktop.org/pixman/
Group: Development/Libraries
Source0: http://cairographics.org/releases/pixman-%{version}.tar.gz
Source1: make-pixman-snapshot.sh
BuildArch: noarch
ExclusiveArch: %{ix86} x86_64
BuildRequires: mingw32-filesystem >= 95
BuildRequires: mingw32-gcc
BuildRequires: mingw32-binutils
BuildRequires: mingw32-libgomp
BuildRequires: mingw64-filesystem >= 95
BuildRequires: mingw64-gcc
BuildRequires: mingw64-binutils
BuildRequires: mingw64-libgomp
BuildRequires: gcc
BuildRequires: meson
%description
@ -39,7 +42,6 @@ MinGW Windows Pixman library.
%package -n mingw32-pixman-static
Summary: Static version of the MinGW Windows Pixman library
Requires: mingw32-pixman = %{version}-%{release}
Group: Development/Libraries
%description -n mingw32-pixman-static
Static version of the MinGW Windows Pixman library.
@ -59,25 +61,21 @@ Requires: mingw64-pixman = %{version}-%{release}
Static version of the cross compiled Pixman library.
%?mingw_debug_package
%{?mingw_debug_package}
%prep
%setup -q -n pixman-%{version}
%autosetup -p1 -n pixman-%{version}
%build
# Uses GTK for its testsuite, so disable this otherwise
# we have a chicken & egg problem on mingw
%mingw_configure --disable-gtk --disable-sse2 --enable-static --enable-shared
%mingw_make %{?_smp_mflags}
# Uses GTK for its testsuite, so disable this otherwise we have a chicken & egg problem on mingw
%mingw_meson --default-library=both -Dgtk=disabled
%mingw_ninja
%install
%mingw_make install DESTDIR=$RPM_BUILD_ROOT
# Drop all .la files
find $RPM_BUILD_ROOT -name "*.la" -delete
%mingw_ninja_install
# Win32
@ -104,9 +102,42 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
%changelog
* Mon Aug 13 2018 Victor Toso <victortoso@redhat.com> - 0.34.0-5
- ExclusiveArch: i686, x86_64
- Related: rhbz#1615874
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.40.0-5
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.40.0-4
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.40.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.40.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue Apr 21 2020 Sandro Mani <manisandro@gmail.com> - 0.40.0-1
- Update to 0.40.0
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.38.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Tue Oct 08 2019 Sandro Mani <manisandro@gmail.com> - 0.38.4-2
- Rebuild (Changes/Mingw32GccDwarf2)
* Mon Sep 16 2019 Sandro Mani <manisandro@gmail.com> - 0.38.4-1
- Update to 0.38.4
* Wed Aug 28 2019 Sandro Mani <manisandro@gmail.com> - 0.38.0-1
- Update to 0.38.0
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.34.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.34.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.34.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.34.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild