]> git.pld-linux.org Git - packages/pure-ftpd.git/blame - pure-ftpd.spec
- release 3 (by relup.sh)
[packages/pure-ftpd.git] / pure-ftpd.spec
CommitLineData
2339236e 1#
55ef71da 2# Conditional build:
b0ee1286 3%bcond_with extra # with additional, maybe useful, but unmaintained features
55248013 4%bcond_without ldap # disable LDAP auth
a701bd94 5%bcond_without longusername # with username length = 128 (default 32)
55248013
JB
6%bcond_without mysql # disable MySQL auth but disables PAM auth
7%bcond_without pgsql # disable PostgreSQL support
b0ee1286 8%bcond_without puredb # disable pure-db support
55248013 9%bcond_without tls # disable SSL/TLS support
be28fa67 10%bcond_without cap # disable capabilities
4a4a795a 11
74bbe649 12%define rel 3
6fb7bec9 13Summary: Small, fast and secure FTP server
26699573 14Summary(pl.UTF-8): Mały, szybki i bezpieczny serwer FTP
6fb7bec9 15Name: pure-ftpd
f3835082 16Version: 1.0.42
dd22e622 17Release: %{rel}%{?with_extra:extra}
ec7a73dd 18License: BSD-like%{?with_extra:, GLPv2 for pure-config due to libcfg+ license}
6fb7bec9 19Group: Daemons
a5dd2398 20Source0: http://download.pureftpd.org/pub/pure-ftpd/releases/%{name}-%{version}.tar.bz2
f3835082 21# Source0-md5: 4022f38939f6a112b18c1a43dee552c1
1a7d4ed6
AM
22Source1: %{name}.pamd
23Source2: %{name}.init
f3b2c985 24Source3: %{name}.sysconfig
25Source4: ftpusers.tar.bz2
e495e203 26# Source4-md5: 76c80b6ec9f4d079a1e27316edddbe16
f3b2c985 27Source5: http://twittner.host.sk/files/pure-config/pure-config-20041201.tar.gz
e495e203 28# Source5-md5: 3f2ff6b00b5c38ee11ce588ee5af6cf6
05a70f8c 29Patch0: %{name}-config.patch
352b60a3 30Patch1: %{name}-allauth.patch
d4cb23e4 31Patch2: %{name}-pure-pw_passwd.patch
15be9429 32Patch3: %{name}-mysql_config.patch
f129099d 33
24109f58
AM
34Patch5: %{name}-passwd_location.patch
35Patch6: %{name}-additionalgid.patch
77898da7 36Patch7: audit_cap.patch
0a237bd9
ER
37Patch8: %{name}-apparmor.patch
38Patch9: %{name}-mysql-utf8.patch
1dc0551b 39URL: http://www.pureftpd.org/
2275e2d9 40%{?with_extra:BuildRequires: autoconf}
41%{?with_extra:BuildRequires: automake}
0a237bd9 42BuildRequires: libapparmor-devel
be28fa67 43%{?with_cap:BuildRequires: libcap-devel}
ec7a73dd 44%{?with_extra:BuildRequires: libcfg+-devel >= 0.6.2}
6a4b56ab 45BuildRequires: libsodium-devel
05a70f8c 46%{?with_mysql:BuildRequires: mysql-devel}
13a30c29 47%{?with_ldap:BuildRequires: openldap-devel >= 2.3.0}
05a70f8c 48%{?with_tls:BuildRequires: openssl-devel}
6fb7bec9 49BuildRequires: pam-devel
066593d9 50%{?with_pgsql:BuildRequires: postgresql-devel}
b0baff94 51BuildRequires: rpmbuild(macros) >= 1.304
9ee5892a 52Requires(post,preun): /sbin/chkconfig
cc332e9f
AM
53Requires(postun): /usr/sbin/groupdel
54Requires(postun): /usr/sbin/userdel
55Requires(pre): /bin/id
56Requires(pre): /usr/bin/getgid
57Requires(pre): /usr/sbin/groupadd
58Requires(pre): /usr/sbin/useradd
8a7f5f1c 59Requires: pam >= 0.79.0
80d52d89 60%{!?with_extra:Requires: perl-base}
066593d9 61Requires: rc-scripts
6fb7bec9 62Provides: ftpserver
206fb567
AM
63Provides: user(ftpauth)
64Provides: group(ftpauth)
052dc4ea 65Conflicts: man-pages < 1.51
1eca7e3d 66BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
6fb7bec9 67
07e0d7b6 68%define _sysconfdir /etc/ftpd
05a70f8c 69%define _ftpdir /home/services/ftp
895518e0 70%define schemadir /usr/share/openldap/schema
120cc4fb 71
6fb7bec9 72%description
1a7d4ed6
AM
73Pure-FTPd is a fast, production-quality, standard-comformant FTP
74server, based upon Troll-FTPd. Unlike other popular FTP servers, it
75has no known security flaw, it is really trivial to set up and it is
76especially designed for modern Linux kernels (setfsuid, sendfile,
77capabilities) . Features include PAM support, IPv6, chroot()ed home
78directories, virtual domains, built-in LS, anti-warez system, bounded
79ports for passive downloads...
6fb7bec9 80
73fbf17b
JR
81%description -l pl.UTF-8
82Pure-FTPD to szybki, wysokiej jakości, odpowiadający standardom serwer
83FTP bazujący na Troll-FTPd. W przeciwieństwie do innych serwerów FTP
84nie ma znanych luk w bezpieczeństwie. Ponadto jest trywialny w
25a7eaba 85konfiguracji i specjalnie zaprojektowany dla nowych kerneli Linuksa
73fbf17b
JR
86(setfsuid, sendfile, capabilibies). Możliwości to wsparcie dla PAM-a,
87IPv6, chroot()owanych katalogów domowych, virtualne domeny, wbudowany
88LS, system anty-warezowy, ograniczanie portów dla pasywnych
89połączeń...
6fb7bec9 90
90100a41 91%package -n openldap-schema-pureftpd
2e3c4f78 92Summary: Pure-FTPd LDAP schema
92a0cbe7 93Summary(pl.UTF-8): Schemat LDAP dla Pure-FTPd
dc8e8dbc 94Group: Networking/Daemons
2e3c4f78 95Requires(post,postun): sed >= 4.0
0cbff5aa 96Requires: openldap-servers
13a30c29 97Requires: sed >= 4.0
4a4a795a
ER
98%if "%{_rpmversion}" >= "5"
99BuildArch: noarch
100%endif
0cbff5aa 101
90100a41 102%description -n openldap-schema-pureftpd
0cbff5aa 103This package contains an Pure-FTPd openldap schema.
104
90100a41 105%description -n openldap-schema-pureftpd -l pl.UTF-8
0cbff5aa 106Ten pakiet zawiera schemat Pure-FTPd pureftpd.schema dla openldapa.
107
6fb7bec9 108%prep
f3b2c985 109%setup -q -a 5
05a70f8c 110%patch0 -p0
352b60a3 111%patch1 -p1
15be9429 112%patch3 -p1
f129099d 113
496cdaa9 114%patch5 -p1
24109f58 115%patch6 -p1
77898da7 116%patch7 -p1
4b1c459f 117%patch8 -p1
33f546fd 118%patch9 -p1
836fefa0 119
e77a91ac 120%{?with_extra:%patch2 -p1}
6fb7bec9
AM
121
122%build
d9632f10 123%{__aclocal} -Im4
efa71ea1
AM
124%{__autoconf}
125%{__autoheader}
6fb7bec9 126%configure \
00b75b51 127 CFLAGS="%{rpmcflags} %{rpmcppflags} -DALLOW_DELETION_OF_TEMPORARY_FILES=1 -DALWAYS_SHOW_RESOLVED_SYMLINKS=1" \
1898bb50 128 --with-boring \
1a7d4ed6 129 --with-altlog \
bcf1319a 130 --with-cookie \
05a70f8c 131 --with-diraliases \
132 --with-extauth \
1dc0551b 133 --with-ftpwho \
05a70f8c 134 --with-language=english \
be28fa67 135 %{!?with_cap:--without-capabilities} \
05a70f8c 136 %{?with_ldap:--with-ldap} \
1eca7e3d 137 %{?with_mysql:CPPFLAGS="-I%{_includedir}/mysql" --with-mysql} \
05a70f8c 138 --with-pam \
139 --with-peruserlimits \
4ec97c91 140 --with-rfc2640 \
1eca7e3d 141 %{?with_pgsql:--with-pgsql} \
05a70f8c 142 --with-privsep \
143 %{?with_puredb:--with-puredb} \
144 --with-quotas \
145 --with-ratios \
146 --with-throttling \
c2f4f1d5 147 %{?with_tls:--with-tls --with-certfile=%{_sharedstatedir}/openssl/certs/ftpd.pem} \
05a70f8c 148 --with-uploadscript \
149 --with-virtualchroot \
4b1c459f
AM
150 --with-virtualhosts \
151 --with-apparmor
ec7a73dd 152
153%if %{with extra}
154cd pure-config
155%{__aclocal}
156%{__autoconf}
157%{__autoheader}
158%{__automake}
159%configure
160%{__make}
161%endif
d98853a9 162
6fb7bec9
AM
163%install
164rm -rf $RPM_BUILD_ROOT
6c09eb3b 165install -d $RPM_BUILD_ROOT/etc/{pam.d,sysconfig,security,rc.d/init.d} \
895518e0 166 $RPM_BUILD_ROOT{%{_sysconfdir}/vhosts,%{_ftpdir},%{schemadir}}
6fb7bec9 167
81399515
PG
168%{__make} install \
169 DESTDIR=$RPM_BUILD_ROOT
6fb7bec9 170
0a237bd9
ER
171cp -p %{SOURCE1} $RPM_BUILD_ROOT/etc/pam.d/%{name}
172install -p %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
173cp -p %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/%{name}
743bf7df 174
1eca7e3d 175%{?with_ldap:install pureftpd-ldap.conf $RPM_BUILD_ROOT%{_sysconfdir}/pureftpd-ldap.conf}
176%{?with_mysql:install pureftpd-mysql.conf $RPM_BUILD_ROOT%{_sysconfdir}/pureftpd-mysql.conf}
177%{?with_pgsql:install pureftpd-pgsql.conf $RPM_BUILD_ROOT%{_sysconfdir}/pureftpd-pgsql.conf}
0a237bd9 178cp -p configuration-file/pure-ftpd.conf $RPM_BUILD_ROOT%{_sysconfdir}/pureftpd.conf
ec7a73dd 179%{!?with_extra:install configuration-file/pure-config.pl $RPM_BUILD_ROOT%{_sbindir}}
0a237bd9 180cp -p pureftpd.schema $RPM_BUILD_ROOT%{schemadir}/pureftpd.schema
403b943e 181
aebfbb0d 182touch $RPM_BUILD_ROOT%{_sysconfdir}/{ftpusers,pureftpd-dir-aliases}
f045676c 183
453b040c
AM
184ln -s vhosts $RPM_BUILD_ROOT%{_sysconfdir}/pure-ftpd
185
f3b2c985 186bzip2 -dc %{SOURCE4} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
6afff6dc 187rm -f $RPM_BUILD_ROOT%{_mandir}/ftpusers-path.diff
052dc4ea 188
ec7a73dd 189%if %{with extra}
a8147983 190%{__make} -C pure-config install \
066593d9 191 DESTDIR=$RPM_BUILD_ROOT
ec7a73dd 192%endif
193
6fb7bec9
AM
194%clean
195rm -rf $RPM_BUILD_ROOT
196
197%post
1a7d4ed6 198/sbin/chkconfig --add %{name}
422ed04c 199%service %{name} restart "PureFTPD daemon"
6fb7bec9 200
cc332e9f
AM
201%pre
202%groupadd -g 326 ftpauth
203%useradd -u 326 -d %{_ftpdir} -s /bin/false -c "FTP Auth daemon" -g ftpauth ftpauth
204
1a7d4ed6 205%preun
ee61d781 206if [ "$1" = "0" ]; then
422ed04c 207 %service %{name} stop
ee61d781 208 /sbin/chkconfig --del %{name}
8bcab37a 209fi
6fb7bec9 210
cc332e9f
AM
211%postun
212if [ "$1" = "0" ]; then
213 %userremove ftpauth
214 %groupremove ftpauth
215fi
216
895518e0 217%post -n openldap-schema-pureftpd
218%openldap_schema_register %{schemadir}/pureftpd.schema -d core
219%service -q ldap restart
220
221%postun -n openldap-schema-pureftpd
222if [ "$1" = "0" ]; then
223 %openldap_schema_unregister %{schemadir}/pureftpd.schema
224 %service -q ldap restart
225fi
226
993feb8b 227%triggerpostun -- %{name} < 1.0.41-2
f129099d
AM
228%{?with_mysql:sed -i -e 's#MYSQLCrypt[\t ]\+all#MYSQLCrypt any#gi' $RPM_BUILD_ROOT%{_sysconfdir}/pureftpd-mysql.conf}
229%{?with_pgsql:sed -i -e 's#PgSQLCrypt[\t ]\+all#PgSQLCrypt any#gi' $RPM_BUILD_ROOT%{_sysconfdir}/pureftpd-pgsql.conf}
993feb8b 230sed -i -e 's#SSLCertFile#CertFile#gi' $RPM_BUILD_ROOT%{_sysconfdir}/pureftpd.conf
f129099d 231exit 0
895518e0 232
6fb7bec9
AM
233%files
234%defattr(644,root,root,755)
8f66ece6 235%doc AUTHORS ChangeLog CONTACT COPYING FAQ HISTORY NEWS README* THANKS pure*.conf pureftpd.schema
066a5f91 236%attr(755,root,root) %{_bindir}/*
6fb7bec9 237%attr(755,root,root) %{_sbindir}/*
7a0525ff 238%attr(754,root,root) /etc/rc.d/init.d/%{name}
b133fe31 239%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/*
f3b2c985 240%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/*
403b943e 241%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ftpusers
aebfbb0d 242%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pureftpd-dir-aliases
1eca7e3d 243%{?with_ldap:%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pureftpd-ldap.conf}
244%{?with_mysql:%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pureftpd-mysql.conf}
245%{?with_pgsql:%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pureftpd-pgsql.conf}
453b040c 246%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pureftpd.conf
cbfee1f8 247%attr(710,root,ftp) %dir %{_sysconfdir}
cd12828e 248%dir %{_sysconfdir}/vhosts
453b040c 249%dir %{_sysconfdir}/pure-ftpd
05a70f8c 250%dir %{_ftpdir}
1dc0551b 251%{_mandir}/man?/*
052dc4ea 252%lang(ja) %{_mandir}/ja/man5/ftpusers*
253%lang(pl) %{_mandir}/pl/man5/ftpusers*
254%lang(pt_BR) %{_mandir}/pt_BR/man5/ftpusers*
255%lang(ru) %{_mandir}/ru/man5/ftpusers*
0cbff5aa 256
90100a41 257%files -n openldap-schema-pureftpd
92a0cbe7
JB
258%defattr(644,root,root,755)
259%{schemadir}/pureftpd.schema
This page took 0.283811 seconds and 4 git commands to generate.