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
|
Name: libpixman
|
||||||
Version: 0.38.4
|
Version: 0.40.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A generic library for manipulating pixel regions
|
Summary: A generic library for manipulating pixel regions
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -7,7 +7,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.x.org
|
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
|
Patch0: %{name}-0.23.6-arm_qemu_dont_use_auxv_to_detect_features.patch
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## 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).
|
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.
|
This package contains static libraries and header files need for development.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n pixman-%{version}
|
%setup -q -n pixman-%{version}
|
||||||
## NOTE: patch fixes a qemu-arm segfault when accessing /proc/self/auxv
|
## NOTE: patch fixes a qemu-arm segfault when accessing /proc/self/auxv
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure \
|
||||||
|
%ifarch arm
|
||||||
|
--disable-arm-iwmmxt
|
||||||
|
%endif
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -50,7 +55,7 @@ This package contains static libraries and header files need for development.
|
|||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/libpixman-1.so.*
|
%{_libdir}/libpixman-1.so.*
|
||||||
%doc AUTHORS ChangeLog* COPYING NEWS README
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%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.la
|
||||||
%{_libdir}/libpixman-1.so
|
%{_libdir}/libpixman-1.so
|
||||||
%{_libdir}/pkgconfig/pixman-1.pc
|
%{_libdir}/pkgconfig/pixman-1.pc
|
||||||
|
%doc ChangeLog* NEWS README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Apr 11 2019 Automatic Build System <autodist@mambasoft.it> 0.38.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user