rpms/proftpd/devel .cvsignore, 1.5, 1.6 proftpd.spec, 1.10, 1.11 sources, 1.5, 1.6

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Feb 9 18:30:16 UTC 2006


Author: thias

Update of /cvs/extras/rpms/proftpd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20033

Modified Files:
	.cvsignore proftpd.spec sources 
Log Message:
Update to 1.3.0rc3.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/proftpd/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	13 Dec 2004 18:00:15 -0000	1.5
+++ .cvsignore	9 Feb 2006 18:30:16 -0000	1.6
@@ -1 +1 @@
-proftpd-1.2.10.tar.bz2
+proftpd-1.3.0rc3.tar.bz2


Index: proftpd.spec
===================================================================
RCS file: /cvs/extras/rpms/proftpd/devel/proftpd.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- proftpd.spec	17 Nov 2005 12:46:50 -0000	1.10
+++ proftpd.spec	9 Feb 2006 18:30:16 -0000	1.11
@@ -1,11 +1,11 @@
 Summary: Flexible, stable and highly-configurable FTP server
 Name: proftpd
-Version: 1.2.10
-Release: 7%{?_with_ldap:_ldap}%{?_with_mysql:_mysql}%{?_with_postgresql:_pgsql}%{?dist}
+Version: 1.3.0
+Release: 0.1.rc3%{?dist}
 License: GPL
 Group: System Environment/Daemons
 URL: http://www.proftpd.org/
-Source0: ftp://ftp.proftpd.org/distrib/source/proftpd-%{version}.tar.bz2
+Source0: ftp://ftp.proftpd.org/distrib/source/proftpd-%{version}rc3.tar.bz2
 Source1: proftpd.conf
 Source2: proftpd.init
 Source3: proftpd-xinetd
@@ -38,11 +38,11 @@
 
 Available rpmbuild rebuild options :
 --without : tls
---with : ldap mysql postgresql
+--with : ldap mysql postgresql ipv6
 
 
 %prep
-%setup
+%setup -n %{name}-%{version}rc3
 
 
 %build
@@ -64,6 +64,7 @@
 %configure \
     --localstatedir="/var/run" \
     --with-includes="%{_includedir}%{!?_without_tls:${OPENSSL_INC}}%{?_with_mysql::%{_includedir}/mysql}" \
+    %{?_with_ipv6:--enable-ipv6} \
     %{?_with_mysql:--with-libraries="%{_libdir}/mysql"} \
     %{?_with_postgresql:--with-libraries="%{_libdir}"} \
     --with-modules=mod_readme:mod_auth_pam%{?_with_ldap::mod_ldap}%{?_with_mysql::mod_sql:mod_sql_mysql}%{?_with_postgresql::mod_sql:mod_sql_postgres}%{!?_without_tls::mod_tls}
@@ -75,12 +76,16 @@
 %makeinstall rundir="%{buildroot}%{_localstatedir}/run/proftpd" \
     INSTALL_USER=`id -un` \
     INSTALL_GROUP=`id -gn`
-%{__install} -D -m 640 %{SOURCE1} %{buildroot}%{_sysconfdir}/proftpd.conf
-%{__install} -D -m 755 %{SOURCE2} %{buildroot}%{_sysconfdir}/rc.d/init.d/proftpd
-%{__install} -D -m 640 %{SOURCE3} %{buildroot}%{_sysconfdir}/xinetd.d/xproftpd
-%{__install} -D -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/logrotate.d/proftpd
-%{__install} -D -m 644 %{SOURCE5} %{buildroot}/var/ftp/welcome.msg
-%{__install} -D -m 644 %{SOURCE6} %{buildroot}%{_sysconfdir}/pam.d/proftpd
+%{__install} -D -p -m 640 %{SOURCE1} \
+    %{buildroot}%{_sysconfdir}/proftpd.conf
+%{__install} -D -p -m 755 %{SOURCE2} \
+    %{buildroot}%{_sysconfdir}/rc.d/init.d/proftpd
+%{__install} -D -p -m 640 %{SOURCE3} \
+    %{buildroot}%{_sysconfdir}/xinetd.d/xproftpd
+%{__install} -D -p -m 644 %{SOURCE4} \
+    %{buildroot}%{_sysconfdir}/logrotate.d/proftpd
+%{__install} -D -p -m 644 %{SOURCE5} %{buildroot}/var/ftp/welcome.msg
+%{__install} -D -p -m 644 %{SOURCE6} %{buildroot}%{_sysconfdir}/pam.d/proftpd
 %{__mkdir_p} %{buildroot}/var/ftp/uploads
 %{__mkdir_p} %{buildroot}/var/ftp/pub
 %{__mkdir_p} %{buildroot}/var/log/proftpd
@@ -140,8 +145,11 @@
 
 
 %changelog
+* Thu Feb  9 2006 Matthias Saou <http://freshrpms.net/> 1.3.0-0.1.rc3
+- Update to 1.3.0rc3, which builds with the latest openssl.
+
 * Thu Nov 17 2005 Matthias Saou <http://freshrpms.net/> 1.2.10-7
-- Rebuild against new openssl library.
+- Rebuild against new openssl library... not.
 
 * Wed Jul 13 2005 Matthias Saou <http://freshrpms.net/> 1.2.10-6
 - The provided pam.d file no longer works, use our own based on the one from


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/proftpd/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	13 Dec 2004 18:00:15 -0000	1.5
+++ sources	9 Feb 2006 18:30:16 -0000	1.6
@@ -1 +1 @@
-5feb4a7348e12faefc25e34fd92efdd6  proftpd-1.2.10.tar.bz2
+050c3e2caec0d930f8a331e7b3ec0931  proftpd-1.3.0rc3.tar.bz2




More information about the scm-commits mailing list