rpms/pywebdav/EL-5 .cvsignore, 1.2, 1.3 pywebdav.spec, 1.1, 1.2 sources, 1.2, 1.3

Dan Horák sharkcz at fedoraproject.org
Wed Aug 26 08:21:53 UTC 2009


Author: sharkcz

Update of /cvs/pkgs/rpms/pywebdav/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5844

Modified Files:
	.cvsignore pywebdav.spec sources 
Log Message:
* Wed Aug 26 2009 Dan Horák <dan[at]danny.cz> 0.9.3-1
- update to 0.9.3



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pywebdav/EL-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	21 Jan 2009 08:25:43 -0000	1.2
+++ .cvsignore	26 Aug 2009 08:21:53 -0000	1.3
@@ -1 +1 @@
-pywebdav-0.8.tar.gz
+PyWebDAV-0.9.3.tar.gz


Index: pywebdav.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pywebdav/EL-5/pywebdav.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- pywebdav.spec	21 Jan 2009 08:25:43 -0000	1.1
+++ pywebdav.spec	26 Aug 2009 08:21:53 -0000	1.2
@@ -1,18 +1,20 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
+%define srcname PyWebDAV
+
 Name:           pywebdav
-Version:        0.8
-Release:        2%{?dist}
+Version:        0.9.3
+Release:        1%{?dist}
 Summary:        WebDAV library
 
 Group:          Development/Languages
 License:        LGPLv2+
 URL:            http://www.webdav.de/
-Source0:        http://pypi.python.org/packages/source/P/PyWebDAV/%{name}-%{version}.tar.gz
+Source0:        http://pywebdav.googlecode.com/files/%{srcname}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  python-devel
+BuildRequires:  python-setuptools-devel
 Requires:       PyXML
 
 %description
@@ -22,7 +24,7 @@ store properties for objects, etc.
 
 
 %prep
-%setup -q
+%setup -q -n %{srcname}-%{version}
 
 # remove the shebang lines
 pushd DAV
@@ -32,7 +34,7 @@ do
 done
 popd
 
-chmod a-x PyDAVServer/server.py
+chmod a-x DAVServer/server.py
 
 
 %build
@@ -50,12 +52,27 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc ARCHITECTURE Changes INSTALL LICENSE README TODO
-%doc PyDAVServer
-%{python_sitelib}/*
+%doc doc/*
+%doc DAVServer
+%{python_sitelib}/DAV
+%{python_sitelib}/%{srcname}*
+%exclude %{python_sitelib}/DAVServer*
+%exclude %{_bindir}/*
 
 
 %changelog
+* Wed Aug 26 2009 Dan Horák <dan[at]danny.cz> 0.9.3-1
+- update to 0.9.3
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Fri May 15 2009 Dan Horák <dan[at]danny.cz> 0.9.2-1
+- update to 0.9.2
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
 * Tue Jan 20 2009 Dan Horák <dan[at]danny.cz> 0.8-2
 - add PyDAVServer as an example into docs
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pywebdav/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	21 Jan 2009 08:25:43 -0000	1.2
+++ sources	26 Aug 2009 08:21:53 -0000	1.3
@@ -1 +1 @@
-68d46887f9d8b25fb5ce1f2540f0cd4c  pywebdav-0.8.tar.gz
+8cdd13bf368b8665c1e72297e8251878  PyWebDAV-0.9.3.tar.gz




More information about the fedora-extras-commits mailing list