Compare commits

...

No commits in common. "imports/c9/mingw-pixman-0.40.0-5.el9" and "c8" have entirely different histories.

3 changed files with 20 additions and 51 deletions

2
.gitignore vendored
View File

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

View File

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

View File

@ -1,30 +1,27 @@
%{?mingw_package_header}
%?mingw_package_header
Name: mingw-pixman
Version: 0.40.0
Version: 0.34.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
@ -42,6 +39,7 @@ 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.
@ -61,21 +59,25 @@ Requires: mingw64-pixman = %{version}-%{release}
Static version of the cross compiled Pixman library.
%{?mingw_debug_package}
%?mingw_debug_package
%prep
%autosetup -p1 -n pixman-%{version}
%setup -q -n pixman-%{version}
%build
# 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
# 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}
%install
%mingw_ninja_install
%mingw_make install DESTDIR=$RPM_BUILD_ROOT
# Drop all .la files
find $RPM_BUILD_ROOT -name "*.la" -delete
# Win32
@ -102,42 +104,9 @@ Static version of the cross compiled Pixman library.
%changelog
* 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
* Mon Aug 13 2018 Victor Toso <victortoso@redhat.com> - 0.34.0-5
- ExclusiveArch: i686, x86_64
- Related: rhbz#1615874
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.34.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild