]> git.pld-linux.org Git - packages/apache-mod_cfg_ldap.git/commitdiff
- pl
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 28 Jul 2004 16:33:43 +0000 (16:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_cfg_ldap.spec -> 1.2

apache-mod_cfg_ldap.spec

index 25a4f166159c0d711af02d4a38a61b5f493c6072..8e121d91a79f6b0f954b7e0baba0d8c2af90f24e 100644 (file)
@@ -1,14 +1,15 @@
 %define        apxs            /usr/sbin/apxs
-Summary:       Module to keep Apache VirtualHost configuration in an LDAP directory.
+Summary:       Module to keep Apache VirtualHost configuration in an LDAP directory
+Summary(pl):   Modu³ do przechowywania konfiguracji wirtualek Apache'a w katalogu LDAP
 %define tarname mod_cfg_ldap
 Name:          apache-%{tarname}
 Version:       1.1
 Release:       1
+License:       BSD
 Group:         Networking/Daemons
-URL:           http://modcfgldap.sourceforge.net/
 Source0:       http://dl.sourceforge.net/modcfgldap/%{tarname}-%{version}.tar.gz
 # Source0-md5: 42f4018277a2d3673d765d1bfd884c89
-License:       BSD
+URL:           http://modcfgldap.sourceforge.net/
 BuildRequires: %{apxs}
 BuildRequires: apache-devel
 BuildRequires: db-devel >= 4.2.52
@@ -20,6 +21,10 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 mod_cfg_ldap allows you to keep your virtual host configuration in a
 LDAP directory and update it in nearly realtime.
 
+%description -l pl
+mod_cfg_ldap pozwala na przechowywanie konfiguracji hostów wirtualnych
+w katalogu LDAP i uaktualnianie jej prawie w czasie rzeczywistym.
+
 %prep
 %setup -q -n %{tarname}-%{version}
 
@@ -28,8 +33,8 @@ LDAP directory and update it in nearly realtime.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_libdir}/httpd/modules
+
 install -m755 .libs/%{tarname}.so $RPM_BUILD_ROOT%{_libdir}/httpd/modules
 
 # Install the config file
@@ -42,5 +47,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog INSTALL README TODO
-%{_libdir}/httpd/modules/*.so
+%attr(755,root,root) %{_libdir}/httpd/modules/*.so
 %config(noreplace) %{_sysconfdir}/httpd/httpd.conf/*.conf
This page took 0.085194 seconds and 4 git commands to generate.