]> git.pld-linux.org Git - packages/apache1-mod_dav.git/blob - apache1-mod_dav.spec
- some stylistic changes.
[packages/apache1-mod_dav.git] / apache1-mod_dav.spec
1 %define         apache_version  1.3.6
2 %define         mod_name        dav
3 Summary:        WebDAV module for the Apache Web server
4 Summary(pl):    Modu³ WebDAV dla webserwera Apache
5 Name:           apache-mod_%{mod_name}
6 Version:        1.0.2
7 Release:        1
8 License:        OSI Approved
9 Group:          Networking/Daemons
10 Group(de):      Netzwerkwesen/Server
11 Group(pl):      Sieciowe/Serwery
12 Source0:        http://www.webdav.org/mod_%{mod_name}/mod_%{mod_name}-%{version}-%{apache_version}.tar.gz
13 URL:            http://www.webdav.org/mod_%{mod_name}
14 Prereq:         /usr/sbin/apxs
15 BuildRequires:  expat-devel
16 BuildRequires:  apache(EAPI)-devel      >= %{apache_version}
17 Requires:       apache(EAPI)            >= %{apache_version}
18 Requires:       expat
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %define         _pkglibdir      %(%{_sbindir}/apxs -q LIBEXECDIR)
22
23 %description
24 mod_dav enables Apache to understand DAV protocol (extensions to
25 HTTP). DAV stands for "Distributed Authoring and Versioning", and is
26 defined by RFC 2518. DAV is intended to replace proprietary authoring
27 protocols such as those used by Frontpage or NetObjects' Fusion, but
28 is also a complete set of protocols for manipulating a webserver's
29 files and directories, and their properties.
30
31 %description -l pl
32 mod_dav w³±cza w Apache obs³ugê protoko³u DAV (rozszerzenie HTTP). DAV
33 oznacza "Dystrybuowane Oznaczanie i Wersjonowanie", i jest
34 zdefiniowany w RFC 2518. Podstawow± misj± DAV jest zast±piæ takie
35 protoko³y jak te u¿ywane w Frontpage czy NetObjects' Fusion. Lecz DAV
36 to tak¿e kompletny zestaw protoko³ów s³u¿±cych do manipulowania
37 plikami i katalogami serwera Web, oraz ich w³±¶ciwo¶ciami.
38
39 %prep 
40 %setup -q -n mod_%{mod_name}-%{version}-%{apache_version}
41
42 %build
43 %configure \
44         --with-apxs=%{_sbindir}/apxs
45 %{__make} APXS=%{_sbindir}/apxs
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49 install -d $RPM_BUILD_ROOT%{_pkglibdir}
50
51 install *.so $RPM_BUILD_ROOT%{_pkglibdir}
52
53 gzip -9nf README CHANGES INSTALL LICENSE.html
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %doc *.gz
61 %attr(755,root,root) %{_pkglibdir}/*
This page took 0.086986 seconds and 4 git commands to generate.