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