]> git.pld-linux.org Git - packages/apache-mod_roaming.git/blob - apache-mod_roaming.spec
- some fixes in %%install/%%files, pl translations
[packages/apache-mod_roaming.git] / apache-mod_roaming.spec
1 Summary:        Enables Netscape Communicator roaming profiles with Apache
2 Summary(pl):    Modu³ Apache obs³uguj±cy przechodnie profile Netscape Communicatora
3 Name:           mod_roaming
4 Version:        1.0.2
5 Release:        4
6 License:        BSD type
7 Group:          Networking/Daemons
8 Group(de):      Netzwerkwesen/Server
9 Group(pl):      Sieciowe/Serwery
10 Source0:        http://www.klomp.org/mod_roaming/%{name}-%{version}.tar.gz
11 Source1:        roaming.conf
12 URL:            http://www.klomp.org/mod_roaming/
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14 BuildRequires:  apache-devel
15 Requires:       webserver
16
17 %description 
18 With mod_roaming you can use your Apache web server as a Netscape
19 Roaming Access server. This allows you to store your Netscape
20 Communicator 4.5 preferences, bookmarks, address books, cookies etc.
21 on the server so that you can use (and update) the same settings from
22 any Netscape Communicator 4.5 that can access the server.
23
24 %description -l pl
25 Dziêki mod_roaming mo¿esz u¿ywaæ serwera Apache jako serwera Netscape
26 Roaming Access. Pozwala to na zapisywanie ustawieñ, bookmarków,
27 ksi±¿ek adresowych, cookie z Netscape Communicatora >= 4.5 na
28 serwerze, dziêki czemu mo¿esz u¿ywaæ (i uaktualniaæ) tych samych
29 ustawieñ z dowolnego Netscape Communicatora >= 4.5, który ma dostêp do
30 serwera.
31
32 %prep
33 %setup -q
34
35 %build
36 %{_sbindir}/apxs -c -o mod_roaming.so -lc mod_roaming.c
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 install -d $RPM_BUILD_ROOT{%{_libdir}/apache,%{_sysconfdir}/httpd,%{_var}/lib/mod_roaming}
41
42 install mod_roaming.so $RPM_BUILD_ROOT%{_libdir}/apache
43 install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd
44
45 gzip -9nf CHANGES INSTALL LICENSE README
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc CHANGES* INSTALL* LICENSE* README*
53 %attr(755,root,root) %{_libdir}/apache/mod_roaming.so
54 %attr(660,root,http) %dir %{_var}/lib/mod_roaming
55 %config %{_sysconfdir}/httpd/roaming.conf
This page took 0.055468 seconds and 3 git commands to generate.