rpms/python-daemon/F-11 python-daemon.spec, NONE, 1.1 sources, 1.1, 1.2

Kushal Das kushal at fedoraproject.org
Mon Jun 29 05:56:02 UTC 2009


Author: kushal

Update of /cvs/extras/rpms/python-daemon/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11080

Modified Files:
	sources 
Added Files:
	python-daemon.spec 
Log Message:
Importing for the first time in Fedora 11


--- NEW FILE python-daemon.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           python-daemon
Version:        1.4.6
Release:        1%{?dist}
Summary:        Library to implement a well-behaved Unix daemon process

Group:          Development/Languages
License:        Python
URL:            http://pypi.python.org/pypi/python-daemon/
Source0:        http://pypi.python.org/packages/source/p/python-daemon/%{name}-%{version}.tar.gz
Patch0:         version_info_fix.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel, python-setuptools

%description
This library implements the well-behaved daemon specification of PEP 3143,
"Standard daemon process library".

%prep
%setup -q

%patch0 -p1



%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc TODO LICENSE.PSF-2
%{python_sitelib}/*


%changelog
* Wed Jun 24 2009 Kushal Das <kushal at fedoraproject.org> 1.4.6-1
- Initial release



Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-daemon/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	24 Jun 2009 18:21:03 -0000	1.1
+++ sources	29 Jun 2009 05:55:31 -0000	1.2
@@ -0,0 +1 @@
+f3a81fd573d3770f616515f39058e31f  python-daemon-1.4.6.tar.gz




More information about the fedora-extras-commits mailing list