rebuilt with python 3.10 [release 3.42.0-2mamba;Sun Apr 03 2022]
This commit is contained in:
parent
9c580048fc
commit
a6f7abd287
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: pygobject
|
Name: pygobject
|
||||||
Version: 3.42.0
|
Version: 3.42.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A convenient wrapper for the GObject+ library for use in Python programs
|
Summary: A convenient wrapper for the GObject+ library for use in Python programs
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -55,6 +55,13 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
|
|
||||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
|
%ifarch x86_64 aarch64
|
||||||
|
[ -e %{buildroot}%{_prefix}/lib/pkgconfig ] && {
|
||||||
|
sed -i "s|%{_prefix}/lib/pkgconfig|%{_libdir}/pkgconfig|" %{name}.filelist
|
||||||
|
mv %{buildroot}%{_prefix}/lib/pkgconfig %{buildroot}%{_libdir}
|
||||||
|
}
|
||||||
|
%endif
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -74,6 +81,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
%doc NEWS
|
%doc NEWS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 03 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 3.42.0-2mamba
|
||||||
|
- rebuilt with python 3.10
|
||||||
|
|
||||||
* Sun Oct 17 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.42.0-1mamba
|
* Sun Oct 17 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.42.0-1mamba
|
||||||
- update to 3.42.0
|
- update to 3.42.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user