]> git.pld-linux.org Git - packages/apache-mod_roaming.git/commitdiff
- some fixes in %%install/%%files, pl translations
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 31 Oct 2001 11:57:22 +0000 (11:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_roaming.spec -> 1.3

apache-mod_roaming.spec

index 7591e89cf7aa1ddd6a25634ae9972b752853a447..fa197a94bddd0129743e1a765d482b7ee8fed15b 100644 (file)
@@ -1,16 +1,17 @@
-Summary:       Enables Netscape Communicator roaming profiles with Apache.
+Summary:       Enables Netscape Communicator roaming profiles with Apache
+Summary(pl):   Modu³ Apache obs³uguj±cy przechodnie profile Netscape Communicatora
 Name:          mod_roaming
 Version:       1.0.2
 Release:       4
+License:       BSD type
 Group:         Networking/Daemons
 Group(de):     Netzwerkwesen/Server
 Group(pl):     Sieciowe/Serwery
-URL:           http://www.klomp.org/mod_roaming/
 Source0:       http://www.klomp.org/mod_roaming/%{name}-%{version}.tar.gz
 Source1:       roaming.conf
-License:       BSD type
+URL:           http://www.klomp.org/mod_roaming/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-BuildPrereq:   apache-devel
+BuildRequires: apache-devel
 Requires:      webserver
 
 %description 
@@ -20,6 +21,14 @@ Communicator 4.5 preferences, bookmarks, address books, cookies etc.
 on the server so that you can use (and update) the same settings from
 any Netscape Communicator 4.5 that can access the server.
 
+%description -l pl
+Dziêki mod_roaming mo¿esz u¿ywaæ serwera Apache jako serwera Netscape
+Roaming Access. Pozwala to na zapisywanie ustawieñ, bookmarków,
+ksi±¿ek adresowych, cookie z Netscape Communicatora >= 4.5 na
+serwerze, dziêki czemu mo¿esz u¿ywaæ (i uaktualniaæ) tych samych
+ustawieñ z dowolnego Netscape Communicatora >= 4.5, który ma dostêp do
+serwera.
+
 %prep
 %setup -q
 
@@ -28,18 +37,19 @@ any Netscape Communicator 4.5 that can access the server.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_libdir}/apache
-install -d $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf
-install -d $RPM_BUILD_ROOT%{_var}/lib/mod_roaming
-install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf/
-install -m 755 mod_roaming.so $RPM_BUILD_ROOT%{_libdir}/apache
+install -d $RPM_BUILD_ROOT{%{_libdir}/apache,%{_sysconfdir}/httpd,%{_var}/lib/mod_roaming}
+
+install mod_roaming.so $RPM_BUILD_ROOT%{_libdir}/apache
+install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd
+
+gzip -9nf CHANGES INSTALL LICENSE README
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%config %{_sysconfdir}/httpd/conf/roaming.conf
-%{_libdir}/apache/mod_roaming.so
-%doc CHANGES INSTALL LICENSE README
-%attr(-,apache,apache) %dir /var/lib/mod_roaming
+%doc CHANGES* INSTALL* LICENSE* README*
+%attr(755,root,root) %{_libdir}/apache/mod_roaming.so
+%attr(660,root,http) %dir %{_var}/lib/mod_roaming
+%config %{_sysconfdir}/httpd/roaming.conf
This page took 0.155649 seconds and 4 git commands to generate.