Compare commits
8 Commits
1.3.0-1mam
...
1.7.0-1mam
Author | SHA1 | Date | |
---|---|---|---|
0bbaff3b1b | |||
cca50951f1 | |||
1bfc97f7d0 | |||
fe52ec4454 | |||
6cd154025f | |||
4d447ad78e | |||
8606f4ba03 | |||
0bb3e235d8 |
@ -1,5 +1,5 @@
|
||||
Name: python-cffi
|
||||
Version: 1.3.0
|
||||
Version: 1.7.0
|
||||
Release: 1mamba
|
||||
Summary: Foreign Function Interface for Python calling C code
|
||||
Group: System/Libraries
|
||||
@ -7,13 +7,13 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://pypi.python.org/pypi/cffi
|
||||
Source: https://pypi.python.org/packages/source/c/cffi/cffi-%{version}.tar.gz
|
||||
Source: https://pypi.debian.net/cffi/cffi-%{version}.tar.gz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## note: run 'autospec -u -a6 python-cffi' to get the list of build requirements.
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: python >= %python_version
|
||||
Requires: python-pycparser
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@ -42,19 +42,36 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%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)
|
||||
#
|
||||
%dir %{python_sitearch}/cffi-%{version}-py*.egg-info
|
||||
%{python_sitearch}/cffi-%{version}-py*.egg-info/*
|
||||
|
||||
%changelog
|
||||
* Mon Jun 27 2016 Automatic Build System <autodist@mambasoft.it> 1.7.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jun 02 2016 Automatic Build System <autodist@mambasoft.it> 1.6.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 01 2016 Automatic Build System <autodist@mambasoft.it> 1.5.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jan 24 2016 Automatic Build System <autodist@mambasoft.it> 1.5.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 22 2015 Automatic Build System <autodist@mambasoft.it> 1.4.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 18 2015 Automatic Build System <autodist@mambasoft.it> 1.4.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Dec 05 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.1-2mamba
|
||||
- require python-pycparser
|
||||
|
||||
* Thu Nov 19 2015 Automatic Build System <autodist@mambasoft.it> 1.3.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 22 2015 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Aug 23 2015 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jun 22 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.2.tar.gz#md5=ca6e6c45b45caa87aee9adc7c796eaea-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
Reference in New Issue
Block a user