rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 7.1.7-2mamba;Fri Sep 29 2023]
This commit is contained in:
parent
7337413c79
commit
c45bed9ed2
12
pycxx.spec
12
pycxx.spec
@ -1,18 +1,19 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2-)
|
%define pkgname %(echo %name | cut -d- -f2-)
|
||||||
Name: pycxx
|
Name: pycxx
|
||||||
Version: 7.1.7
|
Version: 7.1.7
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A set of C++ facilities to make it easier to write Python extensions
|
Summary: A set of C++ facilities to make it easier to write Python extensions
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://cxx.sourceforge.net/
|
URL: https://cxx.sourceforge.net/
|
||||||
Source: http://prdownloads.sourceforge.net/cxx/pycxx-%{version}.tar.gz
|
Source: http://prdownloads.sourceforge.net/cxx/pycxx-%{version}.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython311-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -40,9 +41,12 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{python3_sitearch}/CXX-%{version}-py*.egg-info
|
%{python_sitearch}/CXX-%{version}-py*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 29 2023 Automatic Build System <autodist@mambasoft.it> 7.1.7-2mamba
|
||||||
|
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
||||||
|
|
||||||
* Tue May 31 2022 Automatic Build System <autodist@mambasoft.it> 7.1.7-1mamba
|
* Tue May 31 2022 Automatic Build System <autodist@mambasoft.it> 7.1.7-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user