rpms/php-ezc-Webdav/F-12 .cvsignore, 1.4, 1.5 php-ezc-Webdav.spec, 1.4, 1.5 sources, 1.4, 1.5

Guillaume Kulakowski llaumgui at fedoraproject.org
Thu Nov 26 20:56:38 UTC 2009


Author: llaumgui

Update of /cvs/pkgs/rpms/php-ezc-Webdav/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7272/F-12

Modified Files:
	.cvsignore php-ezc-Webdav.spec sources 
Log Message:
Update to 1.1.3


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/php-ezc-Webdav/F-12/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	12 Oct 2009 11:51:47 -0000	1.4
+++ .cvsignore	26 Nov 2009 20:56:38 -0000	1.5
@@ -1 +1 @@
-Webdav-1.1.2.tgz
+Webdav-1.1.3.tgz


Index: php-ezc-Webdav.spec
===================================================================
RCS file: /cvs/pkgs/rpms/php-ezc-Webdav/F-12/php-ezc-Webdav.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- php-ezc-Webdav.spec	12 Oct 2009 11:51:47 -0000	1.4
+++ php-ezc-Webdav.spec	26 Nov 2009 20:56:38 -0000	1.5
@@ -3,7 +3,7 @@
 %global channel components.ez.no
 
 Name:           php-ezc-Webdav
-Version:        1.1.2
+Version:        1.1.3
 Release:        1%{?dist}
 Summary:        Set up and run your own WebDAV server
 
@@ -27,15 +27,23 @@ Provides:       php-pear(%{channel}/%{pe
 
 
 %description
-This component allows you to set up and run your own WebDAV (RFC 2518) server,
-to enable online content editing for the users of your system through the
-WebDAV HTTP extension.
+The Webdav component enables you to easily set up a WebDAV-enabled HTTP server.
+Users can then create and edit site content by uploading and downloading files
+to and from their desktop. The current implementation is compatible with
+RFC 2518 and realizes most parts of the changes defined in RFC 4918. It also
+supports clients that do not conform to the standard and provides an interface
+to support these clients.
+
+The component is intended to support you by providing access to your data
+through the HTTP 1.1 protocol. The data can be stored in the file system, or
+any other custom data storage. It is then served as a virtual directory tree to
+the user.
 
 
 %prep
 %setup -q -c
-[ -f package2.xml ] || mv package.xml package2.xml
-mv package2.xml %{pear_name}-%{version}/%{name}.xml
+[ -f package2.xml ] || %{__mv} package.xml package2.xml
+%{__mv} package2.xml %{pear_name}-%{version}/%{name}.xml
 cd %{pear_name}-%{version}
 
 
@@ -46,23 +54,23 @@ cd %{pear_name}-%{version}
 
 %install
 cd %{pear_name}-%{version}
-rm -rf %{buildroot} docdir
+%{__rm} -rf %{buildroot} docdir
 %{__pear} install --nodeps --packagingroot %{buildroot} %{name}.xml
 
 # Move documentation
-mv %{buildroot}%{pear_docdir}/%{pear_name}/docs ./docdir
-rm -rf %{buildroot}%{pear_docdir}
+%{__mv} %{buildroot}%{pear_docdir}/%{pear_name}/docs ./docdir
+%{__rm} -rf %{buildroot}%{pear_docdir}
 
 # Clean up unnecessary files
-rm -rf %{buildroot}%{pear_phpdir}/.??*
+%{__rm} -rf %{buildroot}%{pear_phpdir}/.??*
 
 # Install XML package description
-mkdir -p %{buildroot}%{pear_xmldir}
-install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
+%{__mkdir} -p %{buildroot}%{pear_xmldir}
+%{__install} -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
 
 
 %clean
-rm -rf %{buildroot}
+%{__rm} -rf %{buildroot}
 
 
 %post
@@ -87,6 +95,9 @@ fi
 
 
 %changelog
+* Thu Nov 26 2009 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.1.3-1
+- Update to 1.1.3
+
 * Mon Oct 12 2009 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.1.2-1
 - Update to 1.1.2
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/php-ezc-Webdav/F-12/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	12 Oct 2009 11:51:47 -0000	1.4
+++ sources	26 Nov 2009 20:56:38 -0000	1.5
@@ -1 +1 @@
-ac6c85f0fd48fc5254a50c902adc9ce0  Webdav-1.1.2.tgz
+8e35aaf3692d34006c674f9687e4dcf1  Webdav-1.1.3.tgz




More information about the fedora-extras-commits mailing list