automatic version update by autodist [release 16.1.1-1mamba;Sat Apr 30 2016]

This commit is contained in:
Automatic Build System 2024-01-05 16:48:04 +01:00
parent d11b735868
commit d3a36732f8

View File

@ -1,7 +1,7 @@
%define pkgmajver %(echo %{version} | cut -d. -f 1-2)
Name: python-twisted
Version: 16.0.0
Version: 16.1.1
Release: 1mamba
Summary: Event-driven networking framework written in Python
Group: System/Libraries/Python
@ -49,42 +49,22 @@ CFLAGS="%{optflags}" python setup.py build
--root="%{buildroot}" \
--install-headers=%{_includedir}/python \
--install-lib=%{python_sitearch} \
--single-version-externally-managed \
--record=%{name}.filelist
install -d %{buildroot}%{_mandir}/man1/
cp -a doc/*/man/*.1 %{buildroot}%{_mandir}/man1/
sed -i "/iocpsupport.so/d" %{name}.filelist
#install -d %{buildroot}%{_mandir}/man1/
#cp -a doc/*/man/*.1 %{buildroot}%{_mandir}/man1/
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%files -f %{name}.filelist
%defattr(-, root, root)
%{_bindir}/*
%dir %{python_sitearch}/twisted/
%{python_sitearch}/twisted/*
%dir %{python_sitearch}/Twisted-%{version}-py%{python_version}.egg-info
%{python_sitearch}/Twisted-%{version}-py%{python_version}.egg-info/PKG-INFO
%{python_sitearch}/Twisted-%{version}-py%{python_version}.egg-info/*.txt
%{python_sitearch}/Twisted-%{version}-py%{python_version}.egg-info/not-zip-safe
%{_mandir}/man1/cftp.*
%{_mandir}/man1/ckeygen.*
%{_mandir}/man1/conch.*
#%{_mandir}/man1/im.*
#%{_mandir}/man1/lore.*
%{_mandir}/man1/mailmail.*
%{_mandir}/man1/manhole.*
#%{_mandir}/man1/mktap.*
%{_mandir}/man1/pyhtmlizer.*
%{_mandir}/man1/tap2deb.*
%{_mandir}/man1/tap2rpm.*
#%{_mandir}/man1/tapconvert.*
%{_mandir}/man1/tkconch.*
%{_mandir}/man1/trial.*
%{_mandir}/man1/twistd.*
#%doc README
%changelog
* Sat Apr 30 2016 Automatic Build System <autodist@mambasoft.it> 16.1.1-1mamba
- automatic version update by autodist
* Sat Mar 19 2016 Automatic Build System <autodist@mambasoft.it> 16.0.0-1mamba
- automatic version update by autodist