Autobuild autoformatter for 68833

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/proftpd?expand=0&rev=2
This commit is contained in:
Sascha Peilicke 2011-05-19 08:26:58 +00:00 committed by Git OBS Bridge
parent 8e134df713
commit 3213ac697c

View File

@ -25,7 +25,7 @@ Version: 1.3.3e
Release: 1
License: GPLv2+
Group: Productivity/Networking/Ftp/Servers
Autoreqprov: on
AutoReqProv: on
Url: http://www.proftpd.org/
Source: ftp://ftp.proftpd.org/distrib/source/%{name}-%{version}.tar.bz2
Source1: %{name}.init
@ -51,13 +51,13 @@ BuildRequires: tcpd-devel
BuildRequires: unixODBC-devel
Requires: logrotate
%description
ProFTPD is a highly configurable FTP daemon for Unix and Unix-like
operating systems. See the README.ports file for more details about
the platforms on which ProFTPD in known or thought to build and run.
%package ldap
Summary: LDAP Module for ProFTPD
Group: Productivity/Networking/Ftp/Servers
Requires: %{name} = %{version}
@ -66,6 +66,7 @@ Requires: %{name} = %{version}
This is the LDAP Module for ProFTPD
%package mysql
Summary: MySQL Module for ProFTPD
Group: Productivity/Networking/Ftp/Servers
Requires: %{name} = %{version}
@ -74,6 +75,7 @@ Requires: %{name} = %{version}
This is the MySQL Module for ProFTPD
%package pgsql
Summary: PostgreSQL Module for ProFTPD
Group: Productivity/Networking/Ftp/Servers
Requires: %{name} = %{version}
@ -82,6 +84,7 @@ Requires: %{name} = %{version}
This is the PostgreSQL Module for ProFTPD
%package radius
Summary: Radius Module for ProFTPD
Group: Productivity/Networking/Ftp/Servers
Requires: %{name} = %{version}
@ -90,6 +93,7 @@ Requires: %{name} = %{version}
This is the Radius Module for ProFTPD
%package sqlite
Summary: SQLite Module for ProFTPD
Group: Productivity/Networking/Ftp/Servers
Requires: %{name} = %{version}
@ -98,6 +102,7 @@ Requires: %{name} = %{version}
This is the SQLite Module for ProFTPD
%package devel
Summary: Development files for ProFTPD
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}
@ -106,6 +111,7 @@ Requires: %{name} = %{version}
This package contains Development files for ProFTPD
%package doc
Summary: Documentation for ProFTPD
Group: Documentation/HTML
Requires: %{name} = %{version}
@ -158,7 +164,6 @@ export CXXFLAGS="$CFLAGS"
%{__install} -m 0644 %{S:2} $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/auth/passwd
%{__install} -d -m 0750 $RPM_BUILD_ROOT/var/log/%{name}
%pre
# on `rpm -ivh` PARAM is 1
# on `rpm -Uvh` PARAM is 2