SPECS: apache-mod_authn_sasl.spec - 1.0.2 - fixed missing library (Built, b...

aredridel aredridel at pld-linux.org
Sun Dec 28 05:19:44 CET 2008


Author: aredridel                    Date: Sun Dec 28 04:19:44 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 1.0.2
- fixed missing library (Built, but caused errors on load)

---- Files affected:
SPECS:
   apache-mod_authn_sasl.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/apache-mod_authn_sasl.spec
diff -u SPECS/apache-mod_authn_sasl.spec:1.3 SPECS/apache-mod_authn_sasl.spec:1.4
--- SPECS/apache-mod_authn_sasl.spec:1.3	Sat Oct 25 17:50:01 2008
+++ SPECS/apache-mod_authn_sasl.spec	Sun Dec 28 05:19:38 2008
@@ -4,12 +4,12 @@
 Summary:	Basic authentication for the Apache Web server using SASL
 Summary(pl.UTF-8):	Podstawowe uwierzytelnianie (Basic) dla serwera WWW Apache przy użyciu SASL
 Name:		apache-mod_%{mod_name}
-Version:	1.0
+Version:	1.0.2
 Release:	1
 License:	BSD
 Group:		Networking/Daemons/HTTP
 Source0:	http://dl.sourceforge.net/mod-authn-sasl/mod_authn_sasl-%{version}.tar.bz2
-# Source0-md5:	53e60c13cdb749128da13a91d413789c
+# Source0-md5:	0272cb8550fe557177729b0c927d56f0
 URL:		http://mod-authn-sasl.sourceforge.net/
 BuildRequires:	%{apxs}
 BuildRequires:	apache-devel >= 2.2
@@ -30,7 +30,7 @@
 %setup -q -n mod_%{mod_name}-%{version}
 
 %build
-%{apxs} -c mod_%{mod_name}.c -o mod_%{mod_name}.la
+%{apxs} -c mod_%{mod_name}.c -o mod_%{mod_name}.la -lsasl2
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -62,6 +62,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2008/12/28 04:19:38  aredridel
+- 1.0.2
+- fixed missing library (Built, but caused errors on load)
+
 Revision 1.3  2008/10/25 15:50:01  blues
 - HTTP group
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache-mod_authn_sasl.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list