rpms/pure-ftpd/devel pure-ftpd.spec,1.6,1.7

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Wed Feb 22 10:35:42 UTC 2006


Author: abompard

Update of /cvs/extras/rpms/pure-ftpd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20556

Modified Files:
	pure-ftpd.spec 
Log Message:
fix bug 182314


Index: pure-ftpd.spec
===================================================================
RCS file: /cvs/extras/rpms/pure-ftpd/devel/pure-ftpd.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pure-ftpd.spec	21 Feb 2006 18:56:27 -0000	1.6
+++ pure-ftpd.spec	22 Feb 2006 10:35:42 -0000	1.7
@@ -1,6 +1,6 @@
 Name:       pure-ftpd
 Version:    1.0.21
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    Lightweight, fast and secure FTP server
 
 Group:      System Environment/Daemons
@@ -46,7 +46,7 @@
 
 
 %prep
-%setup -q 
+%setup -q
 %patch0 -p0 -b .config
 %patch1 -p0 -b .libdir
 
@@ -72,7 +72,8 @@
             --with-virtualchroot \
             --with-largefile \
             --sysconfdir=%{_sysconfdir}/%{name} \
-            --without-rendezvous \
+            --without-bonjour \
+            --with-cork \
             --with-rfc2640 \
             %{!?_without_tls:--with-tls --with-certfile=%{_sysconfdir}/pki/%{name}/%{name}.pem} \
             %{!?_without_ldap:--with-ldap} \
@@ -82,7 +83,7 @@
 
 make %{?_smp_mflags}
 
-%install 
+%install
 rm -rf $RPM_BUILD_ROOT
 
 make install DESTDIR=$RPM_BUILD_ROOT
@@ -94,7 +95,7 @@
 install -d -m 755 $RPM_BUILD_ROOT%{_localstatedir}/ftp
 %{!?_without_tls:install -d -m 700 $RPM_BUILD_ROOT%{_sysconfdir}/pki/%{name}}
 
-# Conf 
+# Conf
 install -p -m 755 configuration-file/pure-config.pl $RPM_BUILD_ROOT%{_sbindir}
 install -p -m 644 configuration-file/pure-ftpd.conf $RPM_BUILD_ROOT%{_sysconfdir}/%{name}
 install -p -m 755 configuration-file/pure-config.py $RPM_BUILD_ROOT%{_sbindir}
@@ -177,6 +178,11 @@
 
 
 %changelog
+* Wed Feb 22 2006 Aurelien Bompard <gauret[AT]free.fr> 1.0.21-2
+- build option rendezvous has been renamed to bonjour
+- add --with-cork
+- see bug 182314 for more info, thanks to Jose Pedro Oliveira
+
 * Tue Feb 21 2006 Aurelien Bompard <gauret[AT]free.fr> 1.0.21-1
 - version 1.0.21
 




More information about the scm-commits mailing list