]> git.pld-linux.org Git - packages/apache1-mod_roaming.git/blob - apache1-mod_roaming.spec
just adapterized + fixed group field
[packages/apache1-mod_roaming.git] / apache1-mod_roaming.spec
1 Summary:        Enables Netscape Communicator roaming profiles with Apache.
2 Name:           mod_roaming
3 Version:        1.0.2
4 Release:        4
5 Group:          Networking/Daemons
6 Group(de):      Netzwerkwesen/Server
7 Group(pl):      Sieciowe/Serwery
8 URL:            http://www.klomp.org/mod_roaming/
9 Source0:        http://www.klomp.org/mod_roaming/%{name}-%{version}.tar.gz
10 Source1:        roaming.conf
11 License:        BSD type
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13 BuildPrereq:    apache-devel
14 Requires:       webserver
15
16 %description 
17 With mod_roaming you can use your Apache web server as a Netscape
18 Roaming Access server. This allows you to store your Netscape
19 Communicator 4.5 preferences, bookmarks, address books, cookies etc.
20 on the server so that you can use (and update) the same settings from
21 any Netscape Communicator 4.5 that can access the server.
22
23 %prep
24 %setup -q
25
26 %build
27 %{_sbindir}/apxs -c -o mod_roaming.so -lc mod_roaming.c
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT%{_libdir}/apache
32 install -d $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf
33 install -d $RPM_BUILD_ROOT%{_var}/lib/mod_roaming
34 install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf/
35 install -m 755 mod_roaming.so $RPM_BUILD_ROOT%{_libdir}/apache
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %config %{_sysconfdir}/httpd/conf/roaming.conf
43 %{_libdir}/apache/mod_roaming.so
44 %doc CHANGES INSTALL LICENSE README
45 %attr(-,apache,apache) %dir /var/lib/mod_roaming
This page took 0.036447 seconds and 4 git commands to generate.