]> git.pld-linux.org Git - packages/apache-mod_roaming.git/blame - apache-mod_roaming.spec
- raw rawhide version.
[packages/apache-mod_roaming.git] / apache-mod_roaming.spec
CommitLineData
fa95933a 1Summary: Enables Netscape Communicator roaming profiles with Apache.
2Name: mod_roaming
3Version: 1.0.2
4Release: 4
5Group: System Environment/Daemons
6URL: http://www.klomp.org/mod_roaming/
7Source0: http://www.klomp.org/mod_roaming/%{name}-%{version}.tar.gz
8Source1: roaming.conf
9Copyright: BSD type
10BuildRoot: %{_tmppath}/%{name}-root
11BuildPrereq: apache-devel
12Requires: webserver
13
14%description
15With mod_roaming you can use your Apache web server as a Netscape
16Roaming Access server. This allows you to store your Netscape
17Communicator 4.5 preferences, bookmarks, address books, cookies
18etc. on the server so that you can use (and update) the same settings
19from any Netscape Communicator 4.5 that can access the server.
20
21%prep
22%setup -q
23
24%build
25%{_sbindir}/apxs -c -o mod_roaming.so -lc mod_roaming.c
26
27%install
28rm -fr $RPM_BUILD_ROOT
29mkdir -p $RPM_BUILD_ROOT%{_libdir}/apache
30mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf
31mkdir -p $RPM_BUILD_ROOT%{_var}/lib/mod_roaming
32install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf/
33install -m 755 mod_roaming.so $RPM_BUILD_ROOT%{_libdir}/apache
34
35%clean
36rm -rf $RPM_BUILD_ROOT
37
38%files
39%defattr(-,root,root)
40%config %{_sysconfdir}/httpd/conf/roaming.conf
41%{_libdir}/apache/mod_roaming.so
42%doc CHANGES INSTALL LICENSE README
43%attr(-,apache,apache) %dir /var/lib/mod_roaming
44
45%changelog
46* Fri May 25 2001 Nalin Dahyabhai <nalin@redhat.com>
47- rebuild in new environment
48
49* Fri Nov 17 2000 Nalin Dahyabhai <nalin@redhat.com>
50- rebuild in new environment
51- remove the bogus preun script
52- fix permissions on /var/lib/mod_roaming
53
54* Mon Jul 24 2000 Prospector <prospector@redhat.com>
55- rebuilt
56
57* Sun Jun 25 2000 Nalin Dahyabhai <nalin@redhat.com>
58- update to 1.0.2
59- call %{_sbindir}/apxs explicitly instead of expecting it to be in the PATH
60
61* Sun Jun 4 2000 Nalin Dahyabhai <nalin@redhat.com>
62- update for new release (release 5)
63- add URL: tag
64
65* Mon Feb 28 2000 Nalin Dahyabhai <nalin@redhat.com>
66- rebuild for new Apache (release 4)
67
68* Thu Feb 24 2000 Nalin Dahyabhai <nalin@redhat.com>
69- rebuild for 3.2 (revision 3)
70
71* Thu May 06 1999 Preston Brown <pbrown@redhat.com>
72- initial RPM for SWS 3.0
This page took 0.034883 seconds and 4 git commands to generate.