]> git.pld-linux.org Git - packages/apache-mod_auth_pam.git/commitdiff
- release 1: added -Wl,-shared to apxs invocation, builds now auto/ac/apache-mod_auth_pam-2_0-1
authorradek <radek@pld-linux.org>
Sun, 29 Aug 2004 16:41:39 +0000 (16:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_auth_pam.spec -> 1.26

apache-mod_auth_pam.spec

index e879a04e5429ba5c4d97d5458921e1712158f5cf..759a03243601d05e60753ce02db1b6c81700760a 100644 (file)
@@ -6,7 +6,7 @@ Summary(pl):    Modu
 Summary(pt_BR):        Este módulo provê autenticação PAM para o Apache
 Name:          apache-mod_%{mod_name}
 Version:       2.0
-Release:       0.1
+Release:       1
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://pam.sourceforge.net/mod_%{mod_name}/dist/mod_%{mod_name}-%{version}.tar.gz
@@ -41,15 +41,15 @@ diret
 %patch0 -p0
 
 %build
-%{apxs} -c mod_%{mod_name}2.c   -o mod_%{mod_name}2.so   -lpam
-%{apxs} -c mod_auth_etc_group.c -o mod_auth_etc_group.so -lpam
+%{apxs} -c mod_%{mod_name}2.c   -o mod_%{mod_name}2.so   -lpam -Wl,-shared
+%{apxs} -c mod_auth_etc_group.c -o mod_auth_etc_group.so -lpam -Wl,-shared
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_pkglibdir},/etc/pam.d}
 
 install mod_*.so $RPM_BUILD_ROOT%{_pkglibdir}
-install samples/httpd- $RPM_BUILD_ROOT/etc/pam.d/httpd
+install ../samples/httpd- $RPM_BUILD_ROOT/etc/pam.d/httpd
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -72,6 +72,6 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc doc/{configure,faq}.txt samples/dot-htaccess README
+%doc ../doc/{configure,faq}.txt ../samples/dot-htaccess ../README
 %config(noreplace) /etc/pam.d/httpd
 %attr(755,root,root) %{_pkglibdir}/*.so
This page took 0.079035 seconds and 4 git commands to generate.