rebuilt with py3 and py36 packages [release 3.28.0_r1-2mamba;Wed Aug 28 2019]
This commit is contained in:
parent
a6ceca2aa1
commit
5391a45bb6
@ -1,7 +1,7 @@
|
|||||||
%define pkgver %(echo %version | tr _ -)
|
%define pkgver %(echo %version | tr _ -)
|
||||||
Name: python-apsw
|
Name: python-apsw
|
||||||
Version: 3.28.0_r1
|
Version: 3.28.0_r1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Another Python SQLite Wrapper
|
Summary: Another Python SQLite Wrapper
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -21,6 +21,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
%description
|
%description
|
||||||
%{summary} for the SQLite embedded relational database engine. In contrast to other wrappers such as pysqlite it focuses on being a minimal layer over SQLite attempting just to translate the complete SQLite API into Python. The documentation has a section on the differences between APSW and pysqlite. APSW supports CPython 2.3 onwards and CPython 3.1 onwards.
|
%{summary} for the SQLite embedded relational database engine. In contrast to other wrappers such as pysqlite it focuses on being a minimal layer over SQLite attempting just to translate the complete SQLite API into Python. The documentation has a section on the differences between APSW and pysqlite. APSW supports CPython 2.3 onwards and CPython 3.1 onwards.
|
||||||
|
|
||||||
|
%if "%{?with_pyver}"
|
||||||
|
%pyver_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n apsw-%{version}
|
%setup -q -n apsw-%{version}
|
||||||
|
|
||||||
@ -38,16 +42,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
|
||||||
|
|
||||||
%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
|
|
||||||
# %{python_sitearch}/%{name}.py*
|
|
||||||
# %{python_sitearch}/%{name}.so
|
|
||||||
|
|
||||||
## note: eventually add the remaining documents (if any)
|
|
||||||
#
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 28 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.28.0_r1-2mamba
|
||||||
|
- rebuilt with py3 and py36 packages
|
||||||
|
|
||||||
* Sun Aug 18 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.28.0_r1-1mamba
|
* Sun Aug 18 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.28.0_r1-1mamba
|
||||||
- update to 3.28.0_r1
|
- update to 3.28.0_r1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user