update to 3.3 [release 3.3-1mamba;Mon May 23 2022]
This commit is contained in:
parent
123e6b3ce0
commit
03ebd42511
@ -1,23 +1,28 @@
|
|||||||
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
|
|
||||||
Name: python-roman
|
Name: python-roman
|
||||||
Version: 2.0.0
|
Version: 3.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Integer to Roman numerals converter
|
Summary: Integer to Roman numerals converter
|
||||||
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: https://pypi.python.org/pypi/roman
|
URL: https://pypi.org/project/roman/
|
||||||
Source: https://pypi.python.org/packages/source/r/roman/roman-%{version}.zip
|
Source: https://pypi.debian.net/roman/roman-%{version}.tar.gz
|
||||||
License: Python Software Foundation License
|
License: Python Software Foundation License
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython3-devel
|
||||||
|
BuildRequires: python3.7dist(setuptools)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: python >= %python_version
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
|
%if 0%{?with_pyver}
|
||||||
|
%pyver_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n roman-%{version}
|
%setup -q -n roman-%{version}
|
||||||
|
|
||||||
@ -35,15 +40,14 @@ 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
|
||||||
|
|
||||||
%files -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
## note: this list is just an example; modify as required
|
%dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info
|
||||||
# %{python_sitearch}/%{name}.py*
|
%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
|
||||||
# %{python_sitearch}/%{name}.so
|
|
||||||
|
|
||||||
## note: eventually add the remaining documents (if any)
|
|
||||||
#
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 23 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 3.3-1mamba
|
||||||
|
- update to 3.3
|
||||||
|
|
||||||
* Wed May 21 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.0-1mamba
|
* Wed May 21 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.0-1mamba
|
||||||
- package created by silvan using the webbuild interface
|
- package created by silvan using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user