automatic update by autodist [release 1.1.8-1mamba;Fri Nov 01 2013]
This commit is contained in:
parent
a5470ebb24
commit
65ce20733c
@ -1,2 +1,4 @@
|
||||
# python-setproctitle
|
||||
|
||||
setproctitle allow customization of the process title.
|
||||
|
||||
|
69
python-setproctitle.spec
Normal file
69
python-setproctitle.spec
Normal file
@ -0,0 +1,69 @@
|
||||
Name: python-setproctitle
|
||||
Version: 1.1.8
|
||||
Release: 1mamba
|
||||
Summary: A Python library that allow customization of the process title
|
||||
Group: System/Libraries/Python
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||||
URL: http://code.google.com/p/py-setproctitle/
|
||||
Source: http://pypi.python.org/packages/source/s/setproctitle/setproctitle-%{version}.tar.gz
|
||||
License: BSD
|
||||
Requires: python >= %python_version
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libpython-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
setproctitle allow customization of the process title.
|
||||
|
||||
%prep
|
||||
%setup -q -n setproctitle-%{version}
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%{__python} setup.py install \
|
||||
-O1 --skip-build \
|
||||
--root="%{buildroot}" \
|
||||
--install-headers=%{_includedir}/python \
|
||||
--install-lib=%{python_sitearch} \
|
||||
--record=%{name}.filelist
|
||||
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%doc COPYRIGHT
|
||||
|
||||
%changelog
|
||||
* Fri Nov 01 2013 Automatic Build System <autodist@mambasoft.it> 1.1.8-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.7-2mamba
|
||||
- python 2.7 mass rebuild
|
||||
|
||||
* Thu Feb 28 2013 Automatic Build System <autodist@mambasoft.it> 1.1.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 13 2012 Automatic Build System <autodist@mambasoft.it> 1.1.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 01 2011 Automatic Build System <autodist@mambasoft.it> 1.1.2-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Thu Feb 10 2011 Automatic Build System <autodist@mambasoft.it> 1.1.1-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Fri Nov 12 2010 Automatic Build System <autodist@mambasoft.it> 1.1-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Mon Jun 07 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 1.0.1-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user