SPECS: changepassword.spec - revert illegal use of sysconfdir macr...

glen glen at pld-linux.org
Thu Mar 29 10:06:36 CEST 2007


Author: glen                         Date: Thu Mar 29 08:06:36 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- revert illegal use of sysconfdir macro
- cosmetics

---- Files affected:
SPECS:
   changepassword.spec (1.27 -> 1.28) 

---- Diffs:

================================================================
Index: SPECS/changepassword.spec
diff -u SPECS/changepassword.spec:1.27 SPECS/changepassword.spec:1.28
--- SPECS/changepassword.spec:1.27	Wed Mar 28 23:44:36 2007
+++ SPECS/changepassword.spec	Thu Mar 29 10:06:31 2007
@@ -1,14 +1,15 @@
 # $Revision$, $Date$
-#
-# Conditional build:
-%bcond_without	samba	# without samba passwords support
-%bcond_without	squid	# without squid passwords support
-
 # TODO
+# - webapps
 # - move cgi binary to /usr/share/changepassword
 # - write changepassword.conf for apache redirection + execution
 # - get sources for libdes and compile then instead of using
 #   precompiled version for x86!!!
+#
+# Conditional build:
+%bcond_without	samba	# without samba passwords support
+%bcond_without	squid	# without squid passwords support
+#
 Summary:	ChangePassword
 Summary(pl.UTF-8):	ChangePassword - modyfikator haseł
 Name:		changepassword
@@ -44,12 +45,12 @@
 	--enable-cgidir=%{_cgidir} \
 	--enable-language=Polish \
 	--enable-logo=pldlogo.png \
-	--enable-smbpasswd=%{_sysconfdir}/samba/smbpasswd \
-	--enable-squidpasswd=%{_sysconfdir}/squid/passwd \
-%if !%{with samba}
+	--enable-smbpasswd=/etc/samba/smbpasswd \
+	--enable-squidpasswd=/etc/squid/passwd \
+%if %{without samba}
 	--disable-smbpasswd \
 %endif
-%if !%{with squid}
+%if %{without squid}
 	--disable-squidpasswd
 %endif
 
@@ -79,6 +80,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.28  2007/03/29 08:06:31  glen
+- revert illegal use of sysconfdir macro
+- cosmetics
+
 Revision 1.27  2007/03/28 21:44:36  domelu
 - rel 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/changepassword.spec?r1=1.27&r2=1.28&f=u



More information about the pld-cvs-commit mailing list