]> git.pld-linux.org Git - packages/pure-ftpd.git/blob - pure-ftpd.spec
- rel 10 for rebuild with new mysql
[packages/pure-ftpd.git] / pure-ftpd.spec
1 #
2 # Conditional build:
3 %bcond_with     extra           # with additional, maybe useful, but unmaintained features
4 %bcond_without  ldap            # disable LDAP auth
5 %bcond_without  longusername    # with username length = 128 (default 32)
6 %bcond_without  mysql           # disable MySQL auth but disables PAM auth
7 %bcond_without  pgsql           # disable PostgreSQL support
8 %bcond_without  puredb          # disable pure-db support
9 %bcond_without  tls             # disable SSL/TLS support
10 %bcond_without  cap             # disable capabilities
11 #
12 Summary:        Small, fast and secure FTP server
13 Summary(pl.UTF-8):      Mały, szybki i bezpieczny serwer FTP
14 Name:           pure-ftpd
15 Version:        1.0.21
16 Release:        10%{?with_extra:extra}
17 Epoch:          0
18 License:        BSD-like%{?with_extra:, GLPv2 for pure-config due to libcfg+ license}
19 Group:          Daemons
20 Source0:        ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/%{name}-%{version}.tar.bz2
21 # Source0-md5:  ca8a8dbec0cd9c8ea92fc4c37ea9c410
22 Source1:        %{name}.pamd
23 Source2:        %{name}.init
24 Source3:        %{name}.sysconfig
25 Source4:        ftpusers.tar.bz2
26 # Source4-md5:  76c80b6ec9f4d079a1e27316edddbe16
27 Source5:        http://twittner.host.sk/files/pure-config/pure-config-20041201.tar.gz
28 # Source5-md5:  3f2ff6b00b5c38ee11ce588ee5af6cf6
29 Patch0:         %{name}-config.patch
30 Patch1:         %{name}-path_to_ssl_cert_in_config.patch
31 Patch2:         %{name}-pure-pw_passwd.patch
32 Patch3:         %{name}-mysql_config.patch
33 Patch4:         %{name}-nosymlinks-hideuidmismatch.patch
34 Patch5:         %{name}-auth-can-delete-pure.patch
35 Patch6:         %{name}-nonssl-die.patch
36 Patch7:         %{name}-del-log-path.patch
37 Patch8:         %{name}-anonymous.patch
38 URL:            http://www.pureftpd.org/
39 %{?with_extra:BuildRequires:    autoconf}
40 %{?with_extra:BuildRequires:    automake}
41 %{?with_cap:BuildRequires:      libcap-devel}
42 %{?with_extra:BuildRequires:    libcfg+-devel >= 0.6.2}
43 %{?with_mysql:BuildRequires:    mysql-devel}
44 %{?with_ldap:BuildRequires:     openldap-devel >= 2.4.6}
45 %{?with_tls:BuildRequires:      openssl-devel}
46 BuildRequires:  pam-devel
47 %{?with_pgsql:BuildRequires:    postgresql-devel}
48 BuildRequires:  rpmbuild(macros) >= 1.304
49 Requires(post,preun):   /sbin/chkconfig
50 Requires:       pam >= 0.79.0
51 %{!?with_extra:Requires:        perl-base}
52 Requires:       rc-scripts
53 Provides:       ftpserver
54 Obsoletes:      anonftp
55 Obsoletes:      bftpd
56 Obsoletes:      ftpd-BSD
57 Obsoletes:      ftpserver
58 Obsoletes:      glftpd
59 Obsoletes:      heimdal-ftpd
60 Obsoletes:      krb5-ftpd
61 Obsoletes:      linux-ftpd
62 Obsoletes:      muddleftpd
63 Obsoletes:      proftpd
64 Obsoletes:      proftpd-common
65 Obsoletes:      proftpd-inetd
66 Obsoletes:      proftpd-standalone
67 Obsoletes:      troll-ftpd
68 Obsoletes:      vsftpd
69 Obsoletes:      wu-ftpd
70 Conflicts:      man-pages < 1.51
71 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
72
73 %define         _sysconfdir     /etc/ftpd
74 %define         _ftpdir         /home/services/ftp
75 %define         schemadir       /usr/share/openldap/schema
76
77 %description
78 Pure-FTPd is a fast, production-quality, standard-comformant FTP
79 server, based upon Troll-FTPd. Unlike other popular FTP servers, it
80 has no known security flaw, it is really trivial to set up and it is
81 especially designed for modern Linux kernels (setfsuid, sendfile,
82 capabilities) . Features include PAM support, IPv6, chroot()ed home
83 directories, virtual domains, built-in LS, anti-warez system, bounded
84 ports for passive downloads...
85
86 %description -l pl.UTF-8
87 Pure-FTPD to szybki, wysokiej jakości, odpowiadający standardom serwer
88 FTP bazujący na Troll-FTPd. W przeciwieństwie do innych serwerów FTP
89 nie ma znanych luk w bezpieczeństwie. Ponadto jest trywialny w
90 konfiguracji i specjalnie zaprojektowany dla nowych kerneli Linuksa
91 (setfsuid, sendfile, capabilibies). Możliwości to wsparcie dla PAM-a,
92 IPv6, chroot()owanych katalogów domowych, virtualne domeny, wbudowany
93 LS, system anty-warezowy, ograniczanie portów dla pasywnych
94 połączeń...
95
96 %package -n openldap-schema-pureftpd
97 Summary:        Pure-FTPd LDAP schema
98 Summary(pl.UTF-8):      Schemat LDAP dla Pure-FTPd
99 Group:          Networking/Daemons
100 Requires(post,postun):  sed >= 4.0
101 Requires:       openldap-servers
102 Requires:       sed >= 4.0 
103
104 %description -n openldap-schema-pureftpd
105 This package contains an Pure-FTPd openldap schema.
106
107 %description -n openldap-schema-pureftpd -l pl.UTF-8
108 Ten pakiet zawiera schemat Pure-FTPd pureftpd.schema dla openldapa.
109
110 %prep
111 %setup -q -a 5
112 %patch0 -p0
113 %patch3 -p1
114 %patch4 -p1
115 %patch5 -p1
116 %patch6 -p0
117 %patch7 -p1
118 %patch8 -p1
119 %{?with_extra:%patch1 -p1}
120 %{?with_extra:%patch2 -p1}
121
122 %build
123 # drop --without-cork for Th
124 %configure \
125         --without-cork \
126         --with-boring \
127         --with-altlog \
128         --with-cookie \
129         --with-diraliases \
130         --with-extauth \
131         --with-ftpwho \
132         --with-language=english \
133         --with-largefile \
134         %{!?with_cap:--without-capabilities} \
135         %{?with_ldap:--with-ldap} \
136         %{?with_mysql:CPPFLAGS="-I%{_includedir}/mysql" --with-mysql} \
137         --with-pam \
138         --with-peruserlimits \
139         %{?with_pgsql:--with-pgsql} \
140         --with-privsep \
141         %{?with_puredb:--with-puredb} \
142         --with-quotas \
143         --with-ratios \
144         --with-throttling \
145         %{?with_tls:--with-tls --with-certfile=%{_sharedstatedir}/openssl/certs/ftpd.pem} \
146         --with-uploadscript \
147         --with-virtualchroot \
148         --with-virtualhosts
149
150 %if %{with extra}
151 cd pure-config
152 %{__aclocal}
153 %{__autoconf}
154 %{__autoheader}
155 %{__automake}
156 %configure
157 %{__make}
158 %endif
159
160 %install
161 rm -rf $RPM_BUILD_ROOT
162 install -d $RPM_BUILD_ROOT/etc/{pam.d,sysconfig,security,rc.d/init.d} \
163         $RPM_BUILD_ROOT{%{_sysconfdir}/vhosts,%{_ftpdir},%{schemadir}}
164
165 %{__make} install \
166         DESTDIR=$RPM_BUILD_ROOT
167
168 install %{SOURCE1} $RPM_BUILD_ROOT/etc/pam.d/%{name}
169 install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
170 install %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/%{name}
171
172 %{?with_ldap:install pureftpd-ldap.conf $RPM_BUILD_ROOT%{_sysconfdir}/pureftpd-ldap.conf}
173 %{?with_mysql:install pureftpd-mysql.conf $RPM_BUILD_ROOT%{_sysconfdir}/pureftpd-mysql.conf}
174 %{?with_pgsql:install pureftpd-pgsql.conf $RPM_BUILD_ROOT%{_sysconfdir}/pureftpd-pgsql.conf}
175 install configuration-file/pure-ftpd.conf $RPM_BUILD_ROOT%{_sysconfdir}/pureftpd.conf
176 %{!?with_extra:install configuration-file/pure-config.pl $RPM_BUILD_ROOT%{_sbindir}}
177 install pureftpd.schema $RPM_BUILD_ROOT%{schemadir}/pureftpd.schema
178
179 touch $RPM_BUILD_ROOT%{_sysconfdir}/{ftpusers,pureftpd-dir-aliases}
180
181 ln -s vhosts $RPM_BUILD_ROOT%{_sysconfdir}/pure-ftpd
182
183 bzip2 -dc %{SOURCE4} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
184 rm -f $RPM_BUILD_ROOT%{_mandir}/ftpusers-path.diff
185
186 %if %{with extra}
187 %{__make} -C pure-config install \
188         DESTDIR=$RPM_BUILD_ROOT
189 %endif
190
191 %clean
192 rm -rf $RPM_BUILD_ROOT
193
194 %post
195 /sbin/chkconfig --add %{name}
196 %service %{name} restart "PureFTPD daemon"
197
198 %preun
199 if [ "$1" = "0" ]; then
200         %service %{name} stop
201         /sbin/chkconfig --del %{name}
202 fi
203
204 %post -n openldap-schema-pureftpd
205 %openldap_schema_register %{schemadir}/pureftpd.schema -d core
206 %service -q ldap restart
207
208 %postun -n openldap-schema-pureftpd
209 if [ "$1" = "0" ]; then
210         %openldap_schema_unregister %{schemadir}/pureftpd.schema
211         %service -q ldap restart
212 fi
213
214
215 %files
216 %defattr(644,root,root,755)
217 %doc AUTHORS ChangeLog CONTACT COPYING FAQ HISTORY NEWS README* THANKS pure*.conf pureftpd.schema
218 %attr(755,root,root) %{_bindir}/*
219 %attr(755,root,root) %{_sbindir}/*
220 %attr(754,root,root) /etc/rc.d/init.d/%{name}
221 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/*
222 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/*
223 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ftpusers
224 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pureftpd-dir-aliases
225 %{?with_ldap:%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pureftpd-ldap.conf}
226 %{?with_mysql:%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pureftpd-mysql.conf}
227 %{?with_pgsql:%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pureftpd-pgsql.conf}
228 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pureftpd.conf
229 %attr(710,root,ftp) %dir %{_sysconfdir}
230 %dir %{_sysconfdir}/vhosts
231 %dir %{_sysconfdir}/pure-ftpd
232 %dir %{_ftpdir}
233 %{_mandir}/man?/*
234 %lang(ja) %{_mandir}/ja/man5/ftpusers*
235 %lang(pl) %{_mandir}/pl/man5/ftpusers*
236 %lang(pt_BR) %{_mandir}/pt_BR/man5/ftpusers*
237 %lang(ru) %{_mandir}/ru/man5/ftpusers*
238
239 %files -n openldap-schema-pureftpd
240 %defattr(644,root,root,755)
241 %{schemadir}/pureftpd.schema
This page took 0.057223 seconds and 3 git commands to generate.