automatic version update by autodist [release 0.43.0-1mamba;Sun Jan 07 2024]
This commit is contained in:
parent
b6b61d3a0e
commit
9fc1212e13
@ -1,5 +1,5 @@
|
|||||||
Name: libpixman
|
Name: libpixman
|
||||||
Version: 0.42.2
|
Version: 0.43.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
|
||||||
@ -30,20 +30,15 @@ This package contains static libraries and header files need for development.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n pixman-%{version}
|
%setup -q -n pixman-%{version}
|
||||||
## NOTE: patch fixes a qemu-arm segfault when accessing /proc/self/auxv
|
|
||||||
#%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%meson
|
||||||
%ifarch arm
|
|
||||||
--disable-arm-iwmmxt
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%make
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%meson_install
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -60,12 +55,14 @@ This package contains static libraries and header files need for development.
|
|||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_includedir}/pixman-1/pixman.h
|
%{_includedir}/pixman-1/pixman.h
|
||||||
%{_includedir}/pixman-1/pixman-version.h
|
%{_includedir}/pixman-1/pixman-version.h
|
||||||
%{_libdir}/libpixman-1.a
|
|
||||||
%{_libdir}/libpixman-1.so
|
%{_libdir}/libpixman-1.so
|
||||||
%{_libdir}/pkgconfig/pixman-1.pc
|
%{_libdir}/pkgconfig/pixman-1.pc
|
||||||
%doc ChangeLog* NEWS README
|
%doc ChangeLog* NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 07 2024 Automatic Build System <autodist@openmamba.org> 0.43.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Nov 03 2022 Automatic Build System <autodist@mambasoft.it> 0.42.2-1mamba
|
* Thu Nov 03 2022 Automatic Build System <autodist@mambasoft.it> 0.42.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user