]> git.pld-linux.org Git - packages/proftpd.git/blame - proftpd.spec
- release 4
[packages/proftpd.git] / proftpd.spec
CommitLineData
4934f71a
AF
1#
2# Conditional builds:
72ab0692
AF
3# bcond_off_pam - disable PAM support
4# bcond_on_ldap - enable LDAP suppoer
5# bcond_on_mysql - enable MySQL suppoer
6# bcond_on_quota - enable quota support
7# bcond_on_linuxprivs - enable libcap support
15a3b9cf 8# bcond_off_ipv6 - disable IPv6 and TCPD support
32124831 9# bcond_off_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
de020e22 14Version: 1.2.2rc1
321fac3d
JR
15Release: 4
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
672c88b0 29Patch0: %{name}-1.2.2rc1-v6-20010406.patch.gz
32124831 30# ftp://ftp.runestig.com/pub/proftpd-tls/
672c88b0 31Patch1: %{name}-1.2.2rc1+v6-tls.20010401.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
dfe8b502 40URL: http://www.proftpd.org/
72ab0692 41%{?!bcond_off_pam:BuildRequires: pam-devel}
32124831
JR
42%{?bcond_on_ldap:BuildRequires: openldap-devel}
43%{?bcond_on_mysql:BuildRequires: mysql-devel}
44%{?!bcond_off_ssl:BuildRequires: openssl-devel}
067a0562 45BuildRequires: libwrap-devel
d5382fca 46BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12250d98 47
3531a682 48%define _sysconfdir /etc/ftpd
49%define _localstatedir /var/run
50
12250d98 51%description
52ProFTPD is a highly configurable ftp daemon for unix and unix-like
64843696 53operating systems. ProFTPD is designed to be somewhat of a "drop-in"
3915e5da 54replacement for wu-ftpd. Full online documentation is available at
55http://www.proftpd.org/, including a server configuration directive
56reference manual.
12250d98 57
58%description -l pl
f2119458 59