Lines 1-15
Link Here
|
1 |
%define ver 1.3.0 |
1 |
%define ver 1.3.0 |
2 |
|
2 |
|
3 |
Name: proftpd |
3 |
Name: proftpd |
4 |
Version: %{ver}rc1 |
4 |
Version: %{ver}rc2 |
5 |
Release: alt2 |
5 |
Release: alt1 |
6 |
|
6 |
|
7 |
Summary: ProFTPd -- Professional FTP Server |
7 |
Summary: ProFTPd -- Professional FTP Server |
8 |
License: GPL |
8 |
License: GPL |
9 |
Group: System/Servers |
9 |
Group: System/Servers |
10 |
Url: http://www.%name.org/ |
10 |
Url: http://www.proftpd.org/ |
11 |
|
11 |
|
12 |
Source: ftp://ftp.%name.org/pub/%name/%name-%version.tar.bz2 |
12 |
Source: ftp://ftp.proftpd.org/pub/%name/%name-%version.tar.bz2 |
13 |
Source1: %name.logrotate |
13 |
Source1: %name.logrotate |
14 |
Source2: %name.xinetd |
14 |
Source2: %name.xinetd |
15 |
Source3: %name.init |
15 |
Source3: %name.init |
Lines 21-27
Link Here
|
21 |
Patch4: %name-ldap-config.patch |
21 |
Patch4: %name-ldap-config.patch |
22 |
Patch5: %name-1.2.10-iconv.patch |
22 |
Patch5: %name-1.2.10-iconv.patch |
23 |
Patch6: %name-1.3.0rc1-mod_sql_mysql.patch |
23 |
Patch6: %name-1.3.0rc1-mod_sql_mysql.patch |
24 |
Patch7: %name-1.3.0rc1-mod_sql_postgres.patch |
24 |
Patch7: %name-1.3.0rc2-mod_sql_postgres.patch |
25 |
Patch8: %name-1.3.0rc1-hidenoaccess-in-chroot.patch |
25 |
Patch8: %name-1.3.0rc1-hidenoaccess-in-chroot.patch |
26 |
|
26 |
|
27 |
Provides: ftpserver |
27 |
Provides: ftpserver |
Lines 178-184
Link Here
|
178 |
%patch5 -p1 |
178 |
%patch5 -p1 |
179 |
%patch6 -p1 |
179 |
%patch6 -p1 |
180 |
%patch7 -p1 |
180 |
%patch7 -p1 |
181 |
%patch8 -p1 |
181 |
|
|
|
182 |
# fixed in upstream |
183 |
#patch8 -p1 |
182 |
|
184 |
|
183 |
%build |
185 |
%build |
184 |
#%_target_platform --prefix=%prefix \ |
186 |
#%_target_platform --prefix=%prefix \ |
Lines 312-318
Link Here
|
312 |
|
314 |
|
313 |
%changelog |
315 |
%changelog |
314 |
* Mon May 30 2005 Konstantin Timoshenko <kt@altlinux.ru> 1.3.0rc1-alt2 |
316 |
* Mon May 30 2005 Konstantin Timoshenko <kt@altlinux.ru> 1.3.0rc1-alt2 |
315 |
- - rebuild with libpq4-devel |
317 |
- rebuild with libpq4-devel |
316 |
|
318 |
|
317 |
* Mon Apr 18 2005 Konstantin Timoshenko <kt@altlinux.ru> 1.3.0rc1-alt1 |
319 |
* Mon Apr 18 2005 Konstantin Timoshenko <kt@altlinux.ru> 1.3.0rc1-alt1 |
318 |
- 1.3.10rc1 |
320 |
- 1.3.10rc1 |