]> git.pld-linux.org Git - packages/pure-ftpd.git/commitdiff
- fixed .src.rpm
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 10 Sep 2004 10:11:11 +0000 (10:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pure-ftpd.spec -> 1.122

pure-ftpd.spec

index e9ceddfdab03c3809d54f5be4972a862839dc9c1..91e572bc272e75ba53639931131f422e471c3d4c 100644 (file)
@@ -2,11 +2,11 @@
 # Conditional build:
 %bcond_with    longusername    # with username length = 128 (default 32)
 %bcond_with    extra           # with additional, maybe useful, but unmaintained features
-%bcond_without  ldap           # disable LDAP auth
-%bcond_without  mysql          # disable MySQL auth but disables PAM auth
-%bcond_without  pgsql          # disable PostgreSQL support
+%bcond_without ldap            # disable LDAP auth
+%bcond_without mysql           # disable MySQL auth but disables PAM auth
+%bcond_without pgsql           # disable PostgreSQL support
 %bcond_without puredb          # disable pure-db support
-%bcond_without  tls            # support SSL/TLS
+%bcond_without tls             # disable SSL/TLS support
 #
 Summary:       Small, fast and secure FTP server
 Summary(pl):   Ma³y, szybki i bezpieczny serwer FTP
@@ -26,7 +26,7 @@ Patch0:               %{name}-config.patch
 # This patch is broken and changes default pureftpd behaviour
 Patch1:                %{name}-path_to_ssl_cert_in_config.patch
 Patch2:                %{name}-pure-pw_passwd.patch
-%{?with_longusername:Patch3:   %{name}-userlength.patch}
+Patch3:                %{name}-userlength.patch
 URL:           http://www.pureftpd.org/
 BuildRequires: libcap-devel
 %{?with_ldap:BuildRequires:    openldap-devel}
@@ -34,7 +34,7 @@ BuildRequires:        libcap-devel
 %{?with_pgsql:BuildRequires:   postgresql-devel}
 %{?with_tls:BuildRequires:     openssl-devel}
 BuildRequires: pam-devel
-Prereq:                rc-scripts
+PreReq:                rc-scripts
 Requires(post,preun):/sbin/chkconfig
 Requires:      pam >= 0.77.3
 Requires:      perl-base
This page took 0.060194 seconds and 4 git commands to generate.