rpms/python-zdaemon/devel import.log, NONE, 1.1 python-zdaemon.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

konradm konradm at fedoraproject.org
Thu Dec 24 18:00:07 UTC 2009


Author: konradm

Update of /cvs/pkgs/rpms/python-zdaemon/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6602/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-zdaemon.spec 
Log Message:
Initial import.



--- NEW FILE import.log ---
python-zdaemon-2_0_4-2_fc11:HEAD:python-zdaemon-2.0.4-2.fc11.src.rpm:1261677416


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

Name:           python-zdaemon
Version:        2.0.4
Release:        2%{?dist}
Summary:        Python Daemon Process Control Library
Group:          Development/Languages
License:        ZPLv2.1
URL:            http://pypi.python.org/pypi/zdaemon/
Source0:        http://pypi.python.org/packages/source/z/zdaemon/zdaemon-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools
BuildRequires:  python-zope-testing
BuildRequires:  python-ZConfig
Requires:       python-ZConfig


%description
Daemon process control library and tools for Unix-bases systems.


%prep
%setup -q -n zdaemon-%{version}
sed -i '1,1d' src/zdaemon/zdctl.py
sed -i '1,1d' src/zdaemon/zdrun.py
sed -i '1,1d' src/zdaemon/tests/nokill.py


%build
%{__python} setup.py build


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


%check
export PYTHONPATH="$PYTHONPATH:$RPM_BUILD_ROOT%{python_sitelib}"
%{__python} build/lib/zdaemon/tests/tests.py

 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc CHANGES.txt README.txt
%{python_sitelib}/zdaemon
%{python_sitelib}/zdaemon-%{version}-py?.?.egg-info
%{_bindir}/zdaemon


%changelog
* Fri Oct 16 2009 Conrad Meyer <konrad at tylerc.org> - 2.0.4-2
- Add BR on python-setuptools.

* Wed Apr 22 2009 Conrad Meyer <konrad at tylerc.org> - 2.0.4-1
- Bump to 2.0.4.

* Mon Dec 15 2008 Conrad Meyer <konrad at tylerc.org> - 2.0.2-1
- Initial package.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-zdaemon/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	24 Dec 2009 06:59:48 -0000	1.1
+++ .cvsignore	24 Dec 2009 18:00:07 -0000	1.2
@@ -0,0 +1 @@
+zdaemon-2.0.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-zdaemon/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	24 Dec 2009 06:59:49 -0000	1.1
+++ sources	24 Dec 2009 18:00:07 -0000	1.2
@@ -0,0 +1 @@
+7d358297df480abe93b6565fc0213c34  zdaemon-2.0.4.tar.gz




More information about the fedora-extras-commits mailing list