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