From 82cbee688ed464600e2e3088e39cc7f9d84de462 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 29 Mar 2007 08:06:31 +0000 Subject: [PATCH] - revert illegal use of sysconfdir macro - cosmetics Changed files: changepassword.spec -> 1.28 --- changepassword.spec | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/changepassword.spec b/changepassword.spec index 59a81f5..50dba36 100644 --- a/changepassword.spec +++ b/changepassword.spec @@ -1,13 +1,14 @@ -# -# 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 @@ -43,12 +44,12 @@ cp %{SOURCE1} . --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 -- 2.44.0