SPECS: pam-pam_bioapi.spec - minor fixes in config files - works4me

emes emes at pld-linux.org
Fri Sep 14 12:29:24 CEST 2007


Author: emes                         Date: Fri Sep 14 10:29:24 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- minor fixes in config files
- works4me

---- Files affected:
SPECS:
   pam-pam_bioapi.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/pam-pam_bioapi.spec
diff -u SPECS/pam-pam_bioapi.spec:1.6 SPECS/pam-pam_bioapi.spec:1.7
--- SPECS/pam-pam_bioapi.spec:1.6	Fri Sep 14 08:10:13 2007
+++ SPECS/pam-pam_bioapi.spec	Fri Sep 14 12:29:19 2007
@@ -11,8 +11,10 @@
 Source0:	http://pam-bioapi.googlecode.com/files/%{modulename}-%{version}.tar.gz
 # Source0-md5:	0896c6549be3720d358b1e8507c36a4d
 URL:		http://www.qrivy.net/~michael/blua/
+Requires:   sqlite3
 BuildRequires:	bioapi-devel
 BuildRequires:	pam-devel
+BuildRequires:  sqlite3-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -28,7 +30,11 @@
 
 %build
 CPPFLAGS="-I%{_includedir}/bioapi"
+# 1. We need to set prefix to empty string to have proper config files generated.
+# 2. libdir is set to /lib to allow pam to find modules in /lib/security.
+#    However, this package requires sqlite3, which is located under /usr.
 %configure \
+    --prefix='' \
 	--libdir=/%{_lib}
 %{__make}
 
@@ -61,6 +67,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2007/09/14 10:29:19  emes
+- minor fixes in config files
+- works4me
+
 Revision 1.6  2007/09/14 06:10:13  emes
 - included libbir*.so* files (should be separate package?)
 - added BR: sqlite3-devel
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pam-pam_bioapi.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list