]> git.pld-linux.org Git - packages/pure-ftpd.git/blame - pure-ftpd.spec
- rel 3; certd dir needs 770
[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
ca1af9dd 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
82f72909 16Version: 1.0.49
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
82f72909 21# Source0-md5: b7025f469711d88bd84a3518f67c1470
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
f543dc07
AM
33# from Fedora
34Patch4: 0003-Allow-having-both-options-and-config-file-on-command.patch
ecd2d15e 35Patch5: paths.patch
a3eab664
AG
36Patch6: %{name}-apparmor.patch
37Patch7: %{name}-mysql-utf8.patch
cdcb87f6 38Patch8: caps.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
ecd2d15e 52Requires(post): /usr/bin/openssl
9ee5892a 53Requires(post,preun): /sbin/chkconfig
cc332e9f
AM
54Requires(postun): /usr/sbin/groupdel
55Requires(postun): /usr/sbin/userdel
56Requires(pre): /bin/id
57Requires(pre): /usr/bin/getgid
58Requires(pre): /usr/sbin/groupadd
59Requires(pre): /usr/sbin/useradd
8a7f5f1c 60Requires: pam >= 0.79.0
80d52d89 61%{!?with_extra:Requires: perl-base}
066593d9 62Requires: rc-scripts
6fb7bec9 63Provides: ftpserver
206fb567
AM
64Provides: user(ftpauth)
65Provides: group(ftpauth)
c91bab60
AM
66Provides: user(ftpcert)
67Provides: group(ftpcert)
052dc4ea 68Conflicts: man-pages < 1.51
1eca7e3d 69BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
6fb7bec9 70
07e0d7b6 71%define _sysconfdir /etc/ftpd
05a70f8c 72%define _ftpdir /home/services/ftp
895518e0 73%define schemadir /usr/share/openldap/schema
120cc4fb 74
6fb7bec9 75%description
1a7d4ed6
AM
76Pure-FTPd is a fast, production-quality, standard-comformant FTP
77server, based upon Troll-FTPd. Unlike other popular FTP servers, it
78has no known security flaw, it is really trivial to set up and it is
79especially designed for modern Linux kernels (setfsuid, sendfile,
80capabilities) . Features include PAM support, IPv6, chroot()ed home
81directories, virtual domains, built-in LS, anti-warez system, bounded
82ports for passive downloads...
6fb7bec9 83
73fbf17b
JR
84%description -l pl.UTF-8
85Pure-FTPD to szybki, wysokiej jakości, odpowiadający standardom serwer
86FTP bazujący na Troll-FTPd. W przeciwieństwie do innych serwerów FTP
87nie ma znanych luk w bezpieczeństwie. Ponadto jest trywialny w
25a7eaba 88konfiguracji i specjalnie zaprojektowany dla nowych kerneli Linuksa
73fbf17b
JR
89(setfsuid, sendfile, capabilibies). Możliwości to wsparcie dla PAM-a,
90IPv6, chroot()owanych katalogów domowych, virtualne domeny, wbudowany
91LS, system anty-warezowy, ograniczanie portów dla pasywnych
92połączeń...
6fb7bec9 93
90100a41 94%package -n openldap-schema-pureftpd
2e3c4f78 95Summary: Pure-FTPd LDAP schema
92a0cbe7 96Summary(pl.UTF-8): Schemat LDAP dla Pure-FTPd
dc8e8dbc 97Group: Networking/Daemons
2e3c4f78 98Requires(post,postun): sed >= 4.0
0cbff5aa 99Requires: openldap-servers
13a30c29 100Requires: sed >= 4.0
4a4a795a
ER
101%if "%{_rpmversion}" >= "5"
102BuildArch: noarch
103%endif
0cbff5aa 104
90100a41 105%description -n openldap-schema-pureftpd
0cbff5aa 106This package contains an Pure-FTPd openldap schema.
107
90100a41 108%description -n openldap-schema-pureftpd -l pl.UTF-8
0cbff5aa 109Ten pakiet zawiera schemat Pure-FTPd pureftpd.schema dla openldapa.
110
6fb7bec9 111%prep
f3b2c985 112%setup -q -a 5
05a70f8c 113%patch0 -p0
352b60a3 114%patch1 -p1
15be9429 115%patch3 -p1
f543dc07 116%patch4 -p1
ecd2d15e 117%patch5 -p1
bb9b82fe 118%patch6 -p1
77898da7 119%patch7 -p1
c91bab60 120%patch8 -p1
836fefa0 121
e77a91ac 122%{?with_extra:%patch2 -p1}
6fb7bec9
AM
123
124%build
d9632f10 125%{__aclocal} -Im4
efa71ea1
AM
126%{__autoconf}
127%{__autoheader}
06f32983 128%{__automake}
6fb7bec9 129%configure \
00b75b51 130 CFLAGS="%{rpmcflags} %{rpmcppflags} -DALLOW_DELETION_OF_TEMPORARY_FILES=1 -DALWAYS_SHOW_RESOLVED_SYMLINKS=1" \
23e4e26e 131 --disable-silent-rules \
1898bb50 132 --with-boring \
1a7d4ed6 133 --with-altlog \
bcf1319a 134 --with-cookie \
05a70f8c 135 --with-diraliases \
136 --with-extauth \
1dc0551b 137 --with-ftpwho \
05a70f8c 138 --with-language=english \
be28fa67 139 %{!?with_cap:--without-capabilities} \
05a70f8c 140 %{?with_ldap:--with-ldap} \
1eca7e3d 141 %{?with_mysql:CPPFLAGS="-I%{_includedir}/mysql" --with-mysql} \
05a70f8c 142 --with-pam \
143 --with-peruserlimits \
1eca7e3d 144 %{?with_pgsql:--with-pgsql} \
05a70f8c 145 --with-privsep \
146 %{?with_puredb:--with-puredb} \
147 --with-quotas \
148 --with-ratios \
149 --with-throttling \
ecd2d15e 150 %{?with_tls:--with-tls --with-certfile=/etc/pure-ftpd/ssl/pure-ftpd.pem} \
05a70f8c 151 --with-uploadscript \
152 --with-virtualchroot \
4b1c459f
AM
153 --with-virtualhosts \
154 --with-apparmor
ec7a73dd 155
156%if %{with extra}
157cd pure-config
158%{__aclocal}
159%{__autoconf}
160%{__autoheader}
161%{__automake}
162%configure
163%{__make}
164%endif
d98853a9 165
6fb7bec9
AM
166%install
167rm -rf $RPM_BUILD_ROOT
ecd2d15e 168install -d $RPM_BUILD_ROOT/etc/{pam.d,sysconfig,security,rc.d/init.d,%{name}/{certd,authd,conf,ssl}} \
895518e0 169 $RPM_BUILD_ROOT{%{_sysconfdir}/vhosts,%{_ftpdir},%{schemadir}}
6fb7bec9 170
81399515
PG
171%{__make} install \
172 DESTDIR=$RPM_BUILD_ROOT
6fb7bec9 173
0a237bd9
ER
174cp -p %{SOURCE1} $RPM_BUILD_ROOT/etc/pam.d/%{name}
175install -p %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
176cp -p %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/%{name}
743bf7df 177
1eca7e3d 178%{?with_ldap:install pureftpd-ldap.conf $RPM_BUILD_ROOT%{_sysconfdir}/pureftpd-ldap.conf}
179%{?with_mysql:install pureftpd-mysql.conf $RPM_BUILD_ROOT%{_sysconfdir}/pureftpd-mysql.conf}
180%{?with_pgsql:install pureftpd-pgsql.conf $RPM_BUILD_ROOT%{_sysconfdir}/pureftpd-pgsql.conf}
0a237bd9 181cp -p pureftpd.schema $RPM_BUILD_ROOT%{schemadir}/pureftpd.schema
403b943e 182
796cd365
AM
183mv $RPM_BUILD_ROOT%{_sysconfdir}/{pure-ftpd,pureftpd}.conf
184
aebfbb0d 185touch $RPM_BUILD_ROOT%{_sysconfdir}/{ftpusers,pureftpd-dir-aliases}
ecd2d15e 186:> $RPM_BUILD_ROOT/etc/pure-ftpd/ssl/dhparams.pem
f045676c 187
453b040c
AM
188ln -s vhosts $RPM_BUILD_ROOT%{_sysconfdir}/pure-ftpd
189
f3b2c985 190bzip2 -dc %{SOURCE4} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
6afff6dc 191rm -f $RPM_BUILD_ROOT%{_mandir}/ftpusers-path.diff
052dc4ea 192
ec7a73dd 193%if %{with extra}
a8147983 194%{__make} -C pure-config install \
066593d9 195 DESTDIR=$RPM_BUILD_ROOT
ec7a73dd 196%endif
197
6fb7bec9
AM
198%clean
199rm -rf $RPM_BUILD_ROOT
200
201%post
ecd2d15e
AM
202if [ ! -s /etc/pure-ftpd/ssl/dhparams.pem ]; then
203 umask 027
204 %{_bindir}/openssl dhparam -out /etc/pure-ftpd/ssl/dhparams.pem 2048 || :
205fi
206
1a7d4ed6 207/sbin/chkconfig --add %{name}
422ed04c 208%service %{name} restart "PureFTPD daemon"
6fb7bec9 209
cc332e9f
AM
210%pre
211%groupadd -g 326 ftpauth
212%useradd -u 326 -d %{_ftpdir} -s /bin/false -c "FTP Auth daemon" -g ftpauth ftpauth
c91bab60
AM
213%groupadd -g 335 ftpcert
214%useradd -u 335 -d %{_ftpdir} -s /bin/false -c "FTP Cert daemon" -g ftpcert ftpcert
cc332e9f 215
1a7d4ed6 216%preun
ee61d781 217if [ "$1" = "0" ]; then
422ed04c 218 %service %{name} stop
ee61d781 219 /sbin/chkconfig --del %{name}
8bcab37a 220fi
6fb7bec9 221
cc332e9f
AM
222%postun
223if [ "$1" = "0" ]; then
224 %userremove ftpauth
225 %groupremove ftpauth
c91bab60
AM
226 %userremove ftpcert
227 %groupremove ftpcert
cc332e9f
AM
228fi
229
895518e0 230%post -n openldap-schema-pureftpd
231%openldap_schema_register %{schemadir}/pureftpd.schema -d core
232%service -q ldap restart
233
234%postun -n openldap-schema-pureftpd
235if [ "$1" = "0" ]; then
236 %openldap_schema_unregister %{schemadir}/pureftpd.schema
237 %service -q ldap restart
238fi
239
993feb8b 240%triggerpostun -- %{name} < 1.0.41-2
f129099d
AM
241%{?with_mysql:sed -i -e 's#MYSQLCrypt[\t ]\+all#MYSQLCrypt any#gi' $RPM_BUILD_ROOT%{_sysconfdir}/pureftpd-mysql.conf}
242%{?with_pgsql:sed -i -e 's#PgSQLCrypt[\t ]\+all#PgSQLCrypt any#gi' $RPM_BUILD_ROOT%{_sysconfdir}/pureftpd-pgsql.conf}
993feb8b 243sed -i -e 's#SSLCertFile#CertFile#gi' $RPM_BUILD_ROOT%{_sysconfdir}/pureftpd.conf
f129099d 244exit 0
895518e0 245
6fb7bec9
AM
246%files
247%defattr(644,root,root,755)
a3eab664 248%doc AUTHORS ChangeLog COPYING FAQ HISTORY NEWS README* THANKS pure*.conf pureftpd.schema
066a5f91 249%attr(755,root,root) %{_bindir}/*
6fb7bec9 250%attr(755,root,root) %{_sbindir}/*
7a0525ff 251%attr(754,root,root) /etc/rc.d/init.d/%{name}
b133fe31 252%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/*
f3b2c985 253%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/*
23e4e26e
AM
254%attr(751,root,root) %config(noreplace) %verify(not md5 mtime size) %dir /etc/%{name}
255%attr(750,root,ftpauth) %config(noreplace) %verify(not md5 mtime size) %dir /etc/%{name}/authd
256%attr(750,root,ftpcert) %config(noreplace) %verify(not md5 mtime size) %dir /etc/%{name}/certd
257# for future /etc/ftpd -> /etc/pure-ftpd/conf migration
ecd2d15e
AM
258# %attr(750,root,root) %config(noreplace) %verify(not md5 mtime size) %dir /etc/%{name}/conf
259%attr(750,root,root) %config(noreplace) %verify(not md5 mtime size) %dir /etc/%{name}/ssl
260%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %ghost /etc/%{name}/ssl/dhparams.pem
403b943e 261%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ftpusers
aebfbb0d 262%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pureftpd-dir-aliases
1eca7e3d 263%{?with_ldap:%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pureftpd-ldap.conf}
264%{?with_mysql:%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pureftpd-mysql.conf}
265%{?with_pgsql:%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pureftpd-pgsql.conf}
453b040c 266%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pureftpd.conf
cbfee1f8 267%attr(710,root,ftp) %dir %{_sysconfdir}
cd12828e 268%dir %{_sysconfdir}/vhosts
453b040c 269%dir %{_sysconfdir}/pure-ftpd
05a70f8c 270%dir %{_ftpdir}
1dc0551b 271%{_mandir}/man?/*
052dc4ea 272%lang(ja) %{_mandir}/ja/man5/ftpusers*
273%lang(pl) %{_mandir}/pl/man5/ftpusers*
274%lang(pt_BR) %{_mandir}/pt_BR/man5/ftpusers*
275%lang(ru) %{_mandir}/ru/man5/ftpusers*
0cbff5aa 276
90100a41 277%files -n openldap-schema-pureftpd
92a0cbe7
JB
278%defattr(644,root,root,755)
279%{schemadir}/pureftpd.schema
This page took 0.18963 seconds and 4 git commands to generate.