automatic version update by autodist [release 1.5-1mamba;Fri Sep 28 2018]
This commit is contained in:
parent
ab62732c23
commit
ae348d413a
@ -1,5 +1,5 @@
|
||||
Name: python-apipkg
|
||||
Version: 1.4
|
||||
Version: 1.5
|
||||
Release: 1mamba
|
||||
Summary: A namespace control and lazy-import mechanism for Python
|
||||
Group: System/Libraries/Python
|
||||
@ -36,16 +36,19 @@ It is a small pure python module that works on virtually all Python versions.
|
||||
--single-version-externally-managed \
|
||||
--record=%{name}.filelist
|
||||
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%doc CHANGELOG README.txt
|
||||
%doc CHANGELOG
|
||||
|
||||
%changelog
|
||||
* Fri Sep 28 2018 Automatic Build System <autodist@mambasoft.it> 1.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 03 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4-1mamba
|
||||
- update to 1.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user