]> git.pld-linux.org Git - packages/proftpd.git/blame - proftpd.spec
- release 7: -standalone Prereq: /sbin/chkconfig
[packages/proftpd.git] / proftpd.spec
CommitLineData
4934f71a
AF
1#
2# Conditional builds:
53fb21f0
AF
3# _without_pam - disable PAM support
4# _with_ldap - enable LDAP suppoer
5# _with_mysql - enable MySQL suppoer
6# _with_quota - enable quota support
7# _with_linuxprivs - enable libcap support
8# _without_ipv6 - disable IPv6 and TCPD support
9# _without_ssl - disbale TLS/SSL support
72ab0692 10# --without pam --with ldap --with mysql --with quota --with linuxprivs
060127a7 11Summary: PROfessional FTP Daemon with apache-like configuration syntax
12Summary(pl): PROfesionalny serwer FTP
13Name: proftpd
66721136 14Version: 1.2.2rc3
a6fa6631 15Release: 7
884b7ece 16Epoch: 0
3915e5da 17License: GPL
060127a7 18Group: Daemons
be566d02 19Group(de): Server
060127a7 20Group(pl): Serwery
dfe8b502 21Source0: ftp://ftp.proftpd.org/distrib/source/%{name}-%{version}.tar.bz2
a96efe6e
SZ
22Source1: %{name}.conf
23Source2: %{name}.logrotate
f2119458 24Source3: ftp.pamd
9a9f906b 25Source4: %{name}.inetd
15a3b9cf
JR
26Source5: %{name}.sysconfig
27Source6: %{name}.init
28Source7: %{name}-mod_tcpd.c
8bd05441 29Patch0: %{name}-1.2.2rc3-v6-20010814.patch.gz
32124831 30# ftp://ftp.runestig.com/pub/proftpd-tls/
66721136 31Patch1: %{name}-1.2.2rc3+v6-tls.20010505.patch.gz
cf4c34bc
JR
32Patch2: %{name}-umode_t.patch
33Patch3: %{name}-glibc.patch
34Patch4: %{name}-paths.patch
4526b024
AF
35Patch5: %{name}-release.patch
36Patch6: %{name}-noautopriv.patch
de020e22 37Patch7: %{name}-DESTDIR.patch
38Patch8: %{name}-wtmp.patch
39Patch9: %{name}-link.patch
8bd05441 40Patch10: %{name}-port-65535.patch
dfe8b502 41URL: http://www.proftpd.org/
53fb21f0
AF
42%{?!_without_pam:BuildRequires: pam-devel}
43%{?_with_ldap:BuildRequires: openldap-devel}
44%{?_with_mysql:BuildRequires: mysql-devel}
45%{?!_without_ssl:BuildRequires: openssl-devel >= 0.9.6a}
067a0562 46BuildRequires: libwrap-devel
d5382fca 47BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12250d98 48
3531a682 49%define _sysconfdir /etc/ftpd
50%define _localstatedir /var/run
51
12250d98 52%description
53ProFTPD is a highly configurable ftp daemon for unix and unix-like
64843696 54operating systems. ProFTPD is designed to be somewhat of a "drop-in"
3915e5da 55replacement for wu-ftpd. Full online documentation is available at
56http://www.proftpd.org/, including a server configuration directive
57reference manual.
12250d98 58
59%description -l pl
f2119458 60