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