rpms/pywebdav/F-9 pywebdav.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Dan Horák sharkcz at fedoraproject.org
Wed Jan 21 08:20:57 UTC 2009


Author: sharkcz

Update of /cvs/pkgs/rpms/pywebdav/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8115

Modified Files:
	.cvsignore sources 
Added Files:
	pywebdav.spec 
Log Message:
initital import


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

Name:           pywebdav
Version:        0.8
Release:        2%{?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
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel
Requires:       PyXML

%description
WebDAV library for Python. WebDAV is an extension to the normal HTTP/1.1
protocol allowing the user to upload data, create collections of objects,
store properties for objects, etc.


%prep
%setup -q

# remove the shebang lines
pushd DAV
for f in AuthServer.py BufferingHTTPServer.py INI_Parse.py davcopy.py davmove.py delete.py errors.py propfind.py utils.py
do
    sed -i -e '1d' $f
done
popd

chmod a-x PyDAVServer/server.py


%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 ARCHITECTURE Changes INSTALL LICENSE README TODO
%doc PyDAVServer
%{python_sitelib}/*


%changelog
* Tue Jan 20 2009 Dan Horák <dan[at]danny.cz> 0.8-2
- add PyDAVServer as an example into docs

* Mon Dec 22 2008 Dan Horák <dan[at]danny.cz> 0.8-1
- initial Fedora version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pywebdav/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Jan 2009 21:07:57 -0000	1.1
+++ .cvsignore	21 Jan 2009 08:20:26 -0000	1.2
@@ -0,0 +1 @@
+pywebdav-0.8.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pywebdav/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Jan 2009 21:07:57 -0000	1.1
+++ sources	21 Jan 2009 08:20:26 -0000	1.2
@@ -0,0 +1 @@
+68d46887f9d8b25fb5ce1f2540f0cd4c  pywebdav-0.8.tar.gz




More information about the fedora-extras-commits mailing list