Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
>
proftpd
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 12
[-]
[+]
Changed
proftpd.changes
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Sat Oct 06 15:05:00 CET 2007 - cs@linux-administrator.com + +- update to 1.3.1: + removed old patches + Wed Nov 29 04:11:44 CET 2006 - mrueckert@suse.de - update to 1.3.0a:
[-]
[+]
Changed
proftpd.spec
^
@@ -11,33 +11,20 @@ # norootforbuild Name: proftpd -Version: 1.3.0a -Release: 7 +Version: 1.3.1 +Release: 6 License: GPL Group: Productivity/Networking/Ftp/Servers BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: libacl-devel libattr-devel mysql-devel openssl-devel pam-devel postgresql-devel glibc-devel libgcc gcc gcc-c++ - -%if 0%{?fedora_version} || 0%{?centos_version} -BuildRequires: tcp_wrappers openldap-devel -%endif - -%if 0%{?suse_version} -BuildRequires: openldap2-devel tcpd-devel -%endif - -%if 0%{?sles_version} != 9 +BuildRequires: libacl-devel libattr-devel mysql-devel mysql-client openldap2-devel openssl-devel pam-devel postgresql-devel tcpd-devel glibc-devel libgcc gcc gcc-c++ +%if %{sles_version} != 9 BuildRequires: krb5-devel %endif - - Url: http://www.proftpd.org/ Packager: Carsten Schoene <cs@linux-administrator.com> Vendor: linux-administrator.com -Source: ftp://ftp.proftpd.org/distrib/source/proftpd-1.3.0a.tar.bz2 +Source: ftp://ftp.proftpd.org/distrib/source/proftpd-%{version}.tar.bz2 Source1: %{name}.init -Patch: proftpd-1.3.0_modules_install.patch -Patch1: proftpd-1.3.0_ipv6.patch Summary: Highly configurable GPL-licensed FTP server software %description @@ -64,8 +51,6 @@ %prep %setup -%patch -%patch1 %build %configure \ @@ -73,19 +58,17 @@ --libexecdir=%{_libdir}/%{name} \ --sysconfdir=%{_sysconfdir}/%{name} \ --localstatedir=%{_var}/run/ \ - --libdir=%{_libdir} \ --enable-sendfile \ --enable-ipv6 \ --enable-ctrls \ --enable-facl \ --enable-dso \ --with-includes="%{_includedir}/mysql:%{_includedir}/pgsql" \ - --with-libraries="%{_libdir}/mysql" \ --with-shared="mod_ctrls_admin:mod_ifsession:mod_ldap:mod_load:mod_quotatab:mod_quotatab_file:mod_quotatab_ldap:mod_quotatab_sql:mod_radius:mod_ratio:mod_readme:mod_rewrite:mod_site_misc:mod_sql:mod_sql_mysql:mod_sql_postgres:mod_tls:mod_wrap" %{__make} %install -make install INSTALL_USER=`id -un` INSTALL_GROUP=`id -gn` DESTDIR=${RPM_BUILD_ROOT} +%makeinstall INSTALL_USER=`id -un` INSTALL_GROUP=`id -gn` %{__rm} -fv %{buildroot}%{_libdir}/%{name}/*.a %{__install} -D -m 0644 contrib/dist/rpm/xinetd %{buildroot}%{_sysconfdir}/xinetd.d/%{name} %{__install} -D -m 0644 contrib/dist/rpm/proftpd.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/%{name} @@ -165,11 +148,11 @@ %{_libdir}/%{name}/mod_sql_postgres.so %changelog -n proftpd -* Sun Sep 16 2007 - cs@linux-administrator.com -- change buildrequirements to fix build on fedora and centos baseed systems +* Sat Oct 06 2007 - cs@linux-administrator.com +- changed release to 1.3.1 and remove patches * Mon Jan 22 2007 - cs@linux-administrator.com -- change buildrequirements to fix build on sles9 +- change buildrequirements, to fix build on sles9 * Wed Nov 29 2006 - mrueckert@suse.de - update to 1.3.0a:
Added
proftpd-1.3.1.tar.bz2
^