]> git.pld-linux.org Git - packages/proftpd.git/commitdiff
- security update to 1.2.10rc3
authorluzik <luzik@pld-linux.org>
Wed, 1 Sep 2004 06:42:45 +0000 (06:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
 - updates %files
 - updates patch

Changed files:
    proftpd.spec -> 1.179

proftpd.spec

index 2d2e666f1f45050870d7035054d48e28d6105c1e..6c1539bb10ee9119e8909d24ceb289d38b245b4a 100644 (file)
@@ -9,19 +9,20 @@
 %bcond_with    quota           # enable quota support
 %bcond_with    linuxprivs      # enable libcap support
 #
+%define                _rc     rc3
 Summary:       PROfessional FTP Daemon with apache-like configuration syntax
 Summary(es):   Servidor FTP profesional, con sintaxis de configuración semejante a la del apache
 Summary(pl):   PROfesionalny serwer FTP
 Summary(pt_BR):        Servidor FTP profissional, com sintaxe de configuração semelhante à do apache
 Summary(zh_CN):        Ò×ÓÚ¹ÜÀíµÄ,°²È«µÄ FTP ·þÎñÆ÷
 Name:          proftpd
-Version:       1.2.9
-Release:       3
+Version:       1.2.10
+Release:       0.%{_rc}.1
 Epoch:         1
 License:       GPL v2+
 Group:         Daemons
-Source0:       ftp://ftp.proftpd.org/distrib/source/%{name}-%{version}.tar.bz2
-# Source0-md5: 7c85503b160a36a96594ef75f3180a07
+Source0:       ftp://ftp.proftpd.org/distrib/source/%{name}-%{version}%{_rc}.tar.bz2
+# Source0-md5: d834bb822816a2ce483cc2ef1a9533e7
 Source1:       %{name}.conf
 Source2:       %{name}.logrotate
 Source3:       ftp.pamd
@@ -171,7 +172,7 @@ Pliki konfiguracyjne ProFTPD do startowania demona w trybie
 standalone.
 
 %prep
-%setup  -q
+%setup  -q -n %{name}-%{version}%{_rc}
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -281,7 +282,7 @@ fi
 %files common
 %defattr(644,root,root,755)
 %doc sample-configurations/*.conf CREDITS ChangeLog NEWS
-%doc README README.LDAP README.PAM README.capabilities README.mod_sql README.modules
+%doc README README.LDAP README.PAM README.capabilities README.modules
 %doc doc/*html contrib/*.html
 
 %attr(750,root,ftp) %dir %{_sysconfdir}
This page took 0.090281 seconds and 4 git commands to generate.