SPECS: nss_pgsql.spec - bcond desc - disable static instead of rem...

qboosh qboosh at pld-linux.org
Fri Jan 12 11:12:07 CET 2007


Author: qboosh                       Date: Fri Jan 12 10:12:07 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- bcond desc
- disable static instead of removing it

---- Files affected:
SPECS:
   nss_pgsql.spec (1.20 -> 1.21) 

---- Diffs:

================================================================
Index: SPECS/nss_pgsql.spec
diff -u SPECS/nss_pgsql.spec:1.20 SPECS/nss_pgsql.spec:1.21
--- SPECS/nss_pgsql.spec:1.20	Tue Jan  9 17:46:20 2007
+++ SPECS/nss_pgsql.spec	Fri Jan 12 11:12:02 2007
@@ -1,7 +1,7 @@
 # $Revision$, $Date$
 #
 # Conditional build:
-%bcond_without	openssl
+%bcond_without	openssl		# without SSL support
 #
 Summary:	PostgreSQL Name Service Switch Module
 Summary(pl):	Moduł NSS PostgreSQL
@@ -43,6 +43,7 @@
 %{__autoconf}
 %{__automake}
 %configure \
+	--disable-static \
 	%{?debug:--enable-debug} \
 	%{?with_openssl:--with-ssl}
 
@@ -57,7 +58,7 @@
 install conf/nss-pgsql-root.conf $RPM_BUILD_ROOT%{_sysconfdir}
 
 # useless for module
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la,so}
+rm -f $RPM_BUILD_ROOT%{_libdir}/*.{la,so}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -78,6 +79,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.21  2007/01/12 10:12:02  qboosh
+- bcond desc
+- disable static instead of removing it
+
 Revision 1.20  2007/01/09 16:46:20  alucard
 - bconded openssl, URL update
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/nss_pgsql.spec?r1=1.20&r2=1.21&f=u



More information about the pld-cvs-commit mailing list