]> git.pld-linux.org Git - packages/pure-ftpd.git/commitdiff
- added bcond_with extra (default off) for my patches: auto/ac/pure-ftpd-1_0_20-2
authortwittner <twittner@pld-linux.org>
Tue, 17 Aug 2004 12:36:57 +0000 (12:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  -path_to_ssl_cert_in_config.patch
  -pure-pw_passwd.patch
- fixed -path_to_ssl_cert_in_config.patch - don't pass NULL instead of
  char * in certain situation, handle both --with-certfile configure switch
  and SSLCertFile config option (noticed by arekm).
- rel. 2

Changed files:
    pure-ftpd.spec -> 1.119

pure-ftpd.spec

index 9df0b2be4f9de7dcefaf1764a9f4d541cae190e4..d6f13ca629248de892f2f45f34c226cf9fd9c488 100644 (file)
@@ -1,5 +1,6 @@
 #
 # Conditional build:
+%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
@@ -10,7 +11,7 @@ Summary:      Small, fast and secure FTP server
 Summary(pl):   Ma³y, szybki i bezpieczny serwer FTP
 Name:          pure-ftpd
 Version:       1.0.20
-Release:       1
+Release:       2
 Epoch:         0
 License:       BSD-like
 Group:         Daemons
@@ -79,9 +80,8 @@ po
 %prep
 %setup -q
 %patch0 -p0
-# broken
-#%patch1 -p1
-%patch2 -p1
+%{?with_extra:%patch1 -p1}
+%{?with_extra:%patch2 -p1}
 
 %build
 %configure \
This page took 0.135224 seconds and 4 git commands to generate.