]> git.pld-linux.org Git - packages/apache1-mod_roaming.git/commitdiff
just adapterized + fixed group field
authorMaciej Pijanka <agaran@pld-linux.org>
Thu, 26 Jul 2001 02:39:21 +0000 (02:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_roaming.spec -> 1.2

apache1-mod_roaming.spec

index 21e46da18a4e081c63270b68bc88abe1480b5655..7591e89cf7aa1ddd6a25634ae9972b752853a447 100644 (file)
@@ -1,22 +1,24 @@
-Summary: Enables Netscape Communicator roaming profiles with Apache.
-Name: mod_roaming
-Version: 1.0.2
-Release: 4
-Group: System Environment/Daemons
-URL: http://www.klomp.org/mod_roaming/
-Source0: http://www.klomp.org/mod_roaming/%{name}-%{version}.tar.gz
-Source1: roaming.conf
-Copyright: BSD type
-BuildRoot: %{_tmppath}/%{name}-root
-BuildPrereq: apache-devel
-Requires: webserver
+Summary:       Enables Netscape Communicator roaming profiles with Apache.
+Name:          mod_roaming
+Version:       1.0.2
+Release:       4
+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
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+BuildPrereq:   apache-devel
+Requires:      webserver
 
 %description 
 With mod_roaming you can use your Apache web server as a Netscape
 Roaming Access server. This allows you to store your Netscape
-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.
+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.
 
 %prep
 %setup -q
@@ -25,48 +27,19 @@ from any Netscape Communicator 4.5 that can access the server.
 %{_sbindir}/apxs -c -o mod_roaming.so -lc mod_roaming.c
 
 %install
-rm -fr $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT%{_libdir}/apache
-mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf
-mkdir -p $RPM_BUILD_ROOT%{_var}/lib/mod_roaming
-install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf/
+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
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-,root,root)
+%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
-
-%changelog
-* Fri May 25 2001 Nalin Dahyabhai <nalin@redhat.com>
-- rebuild in new environment
-
-* Fri Nov 17 2000 Nalin Dahyabhai <nalin@redhat.com>
-- rebuild in new environment
-- remove the bogus preun script
-- fix permissions on /var/lib/mod_roaming
-
-* Mon Jul 24 2000 Prospector <prospector@redhat.com>
-- rebuilt
-
-* Sun Jun 25 2000 Nalin Dahyabhai <nalin@redhat.com>
-- update to 1.0.2
-- call %{_sbindir}/apxs explicitly instead of expecting it to be in the PATH
-
-* Sun Jun  4 2000 Nalin Dahyabhai <nalin@redhat.com>
-- update for new release (release 5)
-- add URL: tag
-
-* Mon Feb 28 2000 Nalin Dahyabhai <nalin@redhat.com>
-- rebuild for new Apache (release 4)
-
-* Thu Feb 24 2000 Nalin Dahyabhai <nalin@redhat.com>
-- rebuild for 3.2 (revision 3)
-
-* Thu May 06 1999 Preston Brown <pbrown@redhat.com>
-- initial RPM for SWS 3.0
This page took 0.085351 seconds and 4 git commands to generate.