update to 0.40.0 [release 0.40.0-1mamba;Sun May 10 2020]
This commit is contained in:
parent
0b34c59d4e
commit
682c02d223
@ -1,5 +1,5 @@
|
||||
Name: libpixman
|
||||
Version: 0.38.4
|
||||
Version: 0.40.0
|
||||
Release: 1mamba
|
||||
Summary: A generic library for manipulating pixel regions
|
||||
Group: System/Libraries
|
||||
@ -7,7 +7,7 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.x.org
|
||||
Source: http://x.org/pub/individual/lib/pixman-%{version}.tar.bz2
|
||||
Source: http://x.org/pub/individual/lib/pixman-%{version}.tar.xz
|
||||
Patch0: %{name}-0.23.6-arm_qemu_dont_use_auxv_to_detect_features.patch
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -27,13 +27,18 @@ Requires: %{name} = %{version}
|
||||
Libpixman is a merge of libpixregion (a generic library for manipulating pixel regions) and libic (a generic image compositing library).
|
||||
This package contains static libraries and header files need for development.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n pixman-%{version}
|
||||
## NOTE: patch fixes a qemu-arm segfault when accessing /proc/self/auxv
|
||||
#%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
%configure \
|
||||
%ifarch arm
|
||||
--disable-arm-iwmmxt
|
||||
%endif
|
||||
|
||||
%make
|
||||
|
||||
@ -50,7 +55,7 @@ This package contains static libraries and header files need for development.
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/libpixman-1.so.*
|
||||
%doc AUTHORS ChangeLog* COPYING NEWS README
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root)
|
||||
@ -60,8 +65,12 @@ This package contains static libraries and header files need for development.
|
||||
%{_libdir}/libpixman-1.la
|
||||
%{_libdir}/libpixman-1.so
|
||||
%{_libdir}/pkgconfig/pixman-1.pc
|
||||
%doc ChangeLog* NEWS README
|
||||
|
||||
%changelog
|
||||
* Sun May 10 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.40.0-1mamba
|
||||
- update to 0.40.0
|
||||
|
||||
* Thu Apr 11 2019 Automatic Build System <autodist@mambasoft.it> 0.38.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user