]> git.pld-linux.org Git - packages/apache1-mod_dav.git/commitdiff
- initial revision
authorsiefca <siefca@pld-linux.org>
Mon, 19 Feb 2001 21:19:22 +0000 (21:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_dav.spec -> 1.1

apache1-mod_dav.spec [new file with mode: 0644]

diff --git a/apache1-mod_dav.spec b/apache1-mod_dav.spec
new file mode 100644 (file)
index 0000000..33cac7f
--- /dev/null
@@ -0,0 +1,59 @@
+%define                apache_version  1.3.6
+%define                mod_name        dav
+Summary:       WebDAV module for the Apache Web server
+Summary(pl):   Modu³ WebDAV dla webserwera Apache
+Name:          apache-mod_%{mod_name}
+Version:       1.0.2
+Release:       1
+Group:         Networking/Daemons
+Group(de):     Netzwerkwesen/Server
+Group(pl):     Sieciowe/Serwery
+License:       OSI Approved
+Source0:       http://www.webdav.org/mod_%{mod_name}/mod_%{mod_name}-%{version}-%{apache_version}.tar.gz
+URL:           http://www.webdav.org/mod_%{mod_name}
+BuildRequires: apache(EAPI)-devel      >= %{apache_version}
+Requires:      apache(EAPI)            >= %{apache_version}
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _pkglibdir      %(%{_sbindir}/apxs -q LIBEXECDIR)
+
+%description
+mod_dav enables Apache to understand DAV protocol (extensions to
+HTTP). DAV stands for "Distributed Authoring and Versioning", and is
+defined by RFC 2518. DAV is intended to replace proprietary authoring
+protocols such as those used by Frontpage or NetObjects' Fusion, but
+is also a complete set of protocols for manipulating a webserver's
+files and directories, and their properties.
+
+%description -l pl
+mod_dav w³±cza w Apache obs³ugê protoko³u DAV (rozszerzenie HTTP). DAV
+oznacza "Dystrybuowane Oznaczanie i Wersjonowanie", i jest
+zdefiniowany w RFC 2518. Podstawow± misj± DAV jest zast±piæ takie
+protoko³y jak te u¿ywane w Frontpage czy NetObjects' Fusion. Lecz DAV
+to tak¿e kompletny zestaw protoko³ów s³u¿±cych do manipulowania
+plikami i katalogami serwera Web, oraz ich w³±¶ciwo¶ciami.
+
+%prep 
+%setup -q -n mod_%{mod_name}-%{apache_version}
+
+%build
+CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O0 -g} %{?debug:-g -O0}"; export CFLAGS
+%configure --with-apxs=%{_sbindir}/apxs --with-expat=%{_prefix}
+%{__make} APXS=%{_sbindir}/apxs
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_pkglibdir}
+cp *.so $RPM_BUILD_ROOT%{_pkglibdir}
+%{!?debug:strip $RPM_BUILD_ROOT%{_pkglibdir}/*}
+
+%{_pkglibdir}/apache/libdav.so
+%doc README CHANGES INSTALL LICENSE.html
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) %{_pkglibdir}/*
This page took 0.063053 seconds and 4 git commands to generate.