Author: qboosh                       Date: Fri Jan  4 23:57:52 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- standalone bcond bugfix
- removed invalid _sysconfdir macro usage

---- Files affected:
SPECS:
   solid-pop3d.spec (1.85 -> 1.86) 

---- Diffs:

================================================================
Index: SPECS/solid-pop3d.spec
diff -u SPECS/solid-pop3d.spec:1.85 SPECS/solid-pop3d.spec:1.86
--- SPECS/solid-pop3d.spec:1.85 Fri Jan  4 15:58:51 2008
+++ SPECS/solid-pop3d.spec      Sat Jan  5 00:57:47 2008
@@ -1,13 +1,13 @@
 # $Revision$, $Date$
 #
 # Conditional build:
-%bcond_without apop    # build without APOP support
-%bcond_without ipv6    # build without IPv6 support
-%bcond_without maildir # build without Maildir support
-%bcond_with    sasl    # build with SASL support (uses obsolete cyrus-sasl 1.x)
-%bcond_without ssl     # build without SSL support
+%bcond_without apop            # build without APOP support
+%bcond_without ipv6            # build without IPv6 support
+%bcond_without maildir         # build without Maildir support
+%bcond_with    sasl            # build with SASL support (uses obsolete 
cyrus-sasl 1.x)
+%bcond_without ssl             # build without SSL support
 %bcond_with    standalone      # compile server as a standalone server, not 
inetd
-%bcond_with    whoson  # build with whoson support
+%bcond_with    whoson          # build with whoson support
 #
 Summary:       POP3 server
 Summary(pl.UTF-8):     Serwer POP3
@@ -33,7 +33,7 @@
 BuildRequires: rpmbuild(macros) >= 1.268
 %{?with_whoson:BuildRequires:  whoson-devel}
 Requires:      pam >= 0.79.0
-%{?with_standalone:Requires:   rc-inetd >= 0.8.1}
+%{!?with_standalone:Requires:  rc-inetd >= 0.8.1}
 Provides:      pop3daemon
 Provides:      user(pop3)
 Obsoletes:     imap-pop
@@ -104,7 +104,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d 
$RPM_BUILD_ROOT%{_sysconfdir}/{pam.d,%{!?with_standalone:sysconfig/rc-inetd,}security}
 \
+install -d 
$RPM_BUILD_ROOT/etc/{pam.d,security%{!?with_standalone:,sysconfig/rc-inetd}} \
        $RPM_BUILD_ROOT/var/mail/bulletins
 
 %{__make} install \
@@ -158,6 +158,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.86  2008-01-04 23:57:47  qboosh
+- standalone bcond bugfix
+- removed invalid _sysconfdir macro usage
+
 Revision 1.85  2008-01-04 14:58:51  gotar
 - added APOP, IPv6, Maildir and standalone bconds,
 - more ./configure options and docs,
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/solid-pop3d.spec?r1=1.85&r2=1.86&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to