automatic version update by autodist [release 16.1.1-1mamba;Sat Apr 30 2016]
This commit is contained in:
parent
d11b735868
commit
d3a36732f8
@ -1,7 +1,7 @@
|
|||||||
%define pkgmajver %(echo %{version} | cut -d. -f 1-2)
|
%define pkgmajver %(echo %{version} | cut -d. -f 1-2)
|
||||||
|
|
||||||
Name: python-twisted
|
Name: python-twisted
|
||||||
Version: 16.0.0
|
Version: 16.1.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Event-driven networking framework written in Python
|
Summary: Event-driven networking framework written in Python
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
@ -49,42 +49,22 @@ CFLAGS="%{optflags}" python setup.py build
|
|||||||
--root="%{buildroot}" \
|
--root="%{buildroot}" \
|
||||||
--install-headers=%{_includedir}/python \
|
--install-headers=%{_includedir}/python \
|
||||||
--install-lib=%{python_sitearch} \
|
--install-lib=%{python_sitearch} \
|
||||||
--single-version-externally-managed \
|
|
||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
install -d %{buildroot}%{_mandir}/man1/
|
sed -i "/iocpsupport.so/d" %{name}.filelist
|
||||||
cp -a doc/*/man/*.1 %{buildroot}%{_mandir}/man1/
|
#install -d %{buildroot}%{_mandir}/man1/
|
||||||
|
#cp -a doc/*/man/*.1 %{buildroot}%{_mandir}/man1/
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files
|
%files -f %{name}.filelist
|
||||||
%defattr(-, root, root)
|
%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
|
%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
|
* Sat Mar 19 2016 Automatic Build System <autodist@mambasoft.it> 16.0.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user