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
|
||||
Version: 0.42.2
|
||||
Version: 0.43.0
|
||||
Release: 1mamba
|
||||
Summary: A generic library for manipulating pixel regions
|
||||
Group: System/Libraries
|
||||
@ -30,20 +30,15 @@ This package contains static libraries and header files need for development.
|
||||
|
||||
%prep
|
||||
%setup -q -n pixman-%{version}
|
||||
## NOTE: patch fixes a qemu-arm segfault when accessing /proc/self/auxv
|
||||
#%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure \
|
||||
%ifarch arm
|
||||
--disable-arm-iwmmxt
|
||||
%endif
|
||||
%meson
|
||||
|
||||
%make
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -60,12 +55,14 @@ This package contains static libraries and header files need for development.
|
||||
%defattr(-, root, root)
|
||||
%{_includedir}/pixman-1/pixman.h
|
||||
%{_includedir}/pixman-1/pixman-version.h
|
||||
%{_libdir}/libpixman-1.a
|
||||
%{_libdir}/libpixman-1.so
|
||||
%{_libdir}/pkgconfig/pixman-1.pc
|
||||
%doc ChangeLog* NEWS README
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user