rpms/pywebdav/devel .cvsignore, 1.2, 1.3 pywebdav.spec, 1.2, 1.3 sources, 1.2, 1.3

Dan Horák sharkcz at fedoraproject.org
Fri May 15 10:43:32 UTC 2009


Author: sharkcz

Update of /cvs/pkgs/rpms/pywebdav/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25734

Modified Files:
	.cvsignore pywebdav.spec sources 
Log Message:
* Fri May 15 2009 Dan Horák <dan[at]danny.cz> 0.9.2-1
- update to 0.9.2



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pywebdav/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	21 Jan 2009 07:55:23 -0000	1.2
+++ .cvsignore	15 May 2009 10:43:01 -0000	1.3
@@ -1 +1 @@
-pywebdav-0.8.tar.gz
+PyWebDAV-0.9.2.tar.gz


Index: pywebdav.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pywebdav/devel/pywebdav.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- pywebdav.spec	27 Feb 2009 00:29:24 -0000	1.2
+++ pywebdav.spec	15 May 2009 10:43:01 -0000	1.3
@@ -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:        3%{?dist}
+Version:        0.9.2
+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,18 @@ 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
+* 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
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pywebdav/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	21 Jan 2009 07:55:23 -0000	1.2
+++ sources	15 May 2009 10:43:01 -0000	1.3
@@ -1 +1 @@
-68d46887f9d8b25fb5ce1f2540f0cd4c  pywebdav-0.8.tar.gz
+bcbc1372f7082f85f94d28a0aa6fc96b  PyWebDAV-0.9.2.tar.gz




More information about the fedora-extras-commits mailing list