Some spec file formatting
This commit is contained in:
parent
b09c1c9da1
commit
8f6eee70ee
91
bacula.spec
91
bacula.spec
@ -9,7 +9,7 @@ Summary: Cross platform network backup for Linux, Unix, Mac and W
|
|||||||
License: AGPLv3 with exceptions
|
License: AGPLv3 with exceptions
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://www.bacula.org
|
URL: http://www.bacula.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
|
|
||||||
Source0: http://www.bacula.org/downloads/Bacula-%{version}/%{name}-%{version}.tar.gz
|
Source0: http://www.bacula.org/downloads/Bacula-%{version}/%{name}-%{version}.tar.gz
|
||||||
Source5: README.Fedora
|
Source5: README.Fedora
|
||||||
@ -69,12 +69,11 @@ BuildRequires: systemd-units
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Bacula is a set of programs that allow you to manage the backup,
|
Bacula is a set of programs that allow you to manage the backup, recovery, and
|
||||||
recovery, and verification of computer data across a network of
|
verification of computer data across a network of different computers. It is
|
||||||
different computers. It is based on a client/server architecture and is
|
based on a client/server architecture and is efficient and relatively easy to
|
||||||
efficient and relatively easy to use, while offering many advanced
|
use, while offering many advanced storage management features that make it easy
|
||||||
storage management features that make it easy to find and recover lost
|
to find and recover lost or damaged files.
|
||||||
or damaged files.
|
|
||||||
|
|
||||||
|
|
||||||
%package libs
|
%package libs
|
||||||
@ -102,13 +101,13 @@ Provides: bacula-libs-sqlite = %{version}-%{release}
|
|||||||
Provides: bacula-libs-postgresql = %{version}-%{release}
|
Provides: bacula-libs-postgresql = %{version}-%{release}
|
||||||
|
|
||||||
%description libs-sql
|
%description libs-sql
|
||||||
Bacula is a set of programs that allow you to manage the backup,
|
Bacula is a set of programs that allow you to manage the backup, recovery, and
|
||||||
recovery, and verification of computer data across a network of
|
verification of computer data across a network of different computers. It is
|
||||||
different computers. It is based on a client/server architecture.
|
based on a client/server architecture.
|
||||||
|
|
||||||
This package contains the SQL Bacula libraries, which are used by
|
This package contains the SQL Bacula libraries, which are used by Director and
|
||||||
Director and Storage daemons. You have to select your preferred catalog
|
Storage daemons. You have to select your preferred catalog library through the
|
||||||
library through the alternatives system.
|
alternatives system.
|
||||||
|
|
||||||
|
|
||||||
%package common
|
%package common
|
||||||
@ -121,9 +120,9 @@ Requires(pre): shadow-utils
|
|||||||
Requires(postun): shadow-utils
|
Requires(postun): shadow-utils
|
||||||
|
|
||||||
%description common
|
%description common
|
||||||
Bacula is a set of programs that allow you to manage the backup,
|
Bacula is a set of programs that allow you to manage the backup, recovery, and
|
||||||
recovery, and verification of computer data across a network of
|
verification of computer data across a network of different computers. It is
|
||||||
different computers. It is based on a client/server architecture.
|
based on a client/server architecture.
|
||||||
|
|
||||||
This package contains files common to all Bacula daemons.
|
This package contains files common to all Bacula daemons.
|
||||||
|
|
||||||
@ -155,9 +154,9 @@ Requires(postun): /sbin/service
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description director
|
%description director
|
||||||
Bacula is a set of programs that allow you to manage the backup,
|
Bacula is a set of programs that allow you to manage the backup, recovery, and
|
||||||
recovery, and verification of computer data across a network of
|
verification of computer data across a network of different computers. It is
|
||||||
different computers. It is based on a client/server architecture.
|
based on a client/server architecture.
|
||||||
|
|
||||||
This package contains the director files.
|
This package contains the director files.
|
||||||
|
|
||||||
@ -188,13 +187,13 @@ Requires(postun): /sbin/service
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description storage
|
%description storage
|
||||||
Bacula is a set of programs that allow you to manage the backup,
|
Bacula is a set of programs that allow you to manage the backup, recovery, and
|
||||||
recovery, and verification of computer data across a network of
|
verification of computer data across a network of different computers. It is
|
||||||
different computers. It is based on a client/server architecture.
|
based on a client/server architecture.
|
||||||
|
|
||||||
This package contains the storage daemon, the daemon responsible for
|
This package contains the storage daemon, the daemon responsible for writing
|
||||||
writing the data received from the clients onto tape drives or other
|
the data received from the clients onto tape drives or other mass storage
|
||||||
mass storage devices.
|
devices.
|
||||||
|
|
||||||
|
|
||||||
%package client
|
%package client
|
||||||
@ -214,12 +213,12 @@ Requires(postun): /sbin/service
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description client
|
%description client
|
||||||
Bacula is a set of programs that allow you to manage the backup,
|
Bacula is a set of programs that allow you to manage the backup, recovery, and
|
||||||
recovery, and verification of computer data across a network of
|
verification of computer data across a network of different computers. It is
|
||||||
different computers. It is based on a client/server architecture.
|
based on a client/server architecture.
|
||||||
|
|
||||||
This package contains the bacula client, the daemon running on the
|
This package contains the bacula client, the daemon running on the system to be
|
||||||
system to be backed up.
|
backed up.
|
||||||
|
|
||||||
|
|
||||||
%package console
|
%package console
|
||||||
@ -230,12 +229,12 @@ Obsoletes: bacula-console-wxwidgets <= 5.0.3
|
|||||||
|
|
||||||
|
|
||||||
%description console
|
%description console
|
||||||
Bacula is a set of programs that allow you to manage the backup,
|
Bacula is a set of programs that allow you to manage the backup, recovery, and
|
||||||
recovery, and verification of computer data across a network of
|
verification of computer data across a network of different computers. It is
|
||||||
different computers. It is based on a client/server architecture.
|
based on a client/server architecture.
|
||||||
|
|
||||||
This package contains the command-line management console for the bacula
|
This package contains the command-line management console for the bacula backup
|
||||||
backup system.
|
system.
|
||||||
|
|
||||||
|
|
||||||
%if 0%{?fedora} >= 11 || 0%{?rhel} >= 6
|
%if 0%{?fedora} >= 11 || 0%{?rhel} >= 6
|
||||||
@ -244,9 +243,9 @@ Summary: Bacula bat console
|
|||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
|
|
||||||
%description console-bat
|
%description console-bat
|
||||||
Bacula is a set of programs that allow you to manage the backup,
|
Bacula is a set of programs that allow you to manage the backup, recovery, and
|
||||||
recovery, and verification of computer data across a network of
|
verification of computer data across a network of different computers. It is
|
||||||
different computers. It is based on a client/server architecture.
|
based on a client/server architecture.
|
||||||
|
|
||||||
This package contains the bat version of the bacula management console.
|
This package contains the bat version of the bacula management console.
|
||||||
|
|
||||||
@ -256,12 +255,12 @@ Summary: Bacula system tray monitor
|
|||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
|
|
||||||
%description traymonitor
|
%description traymonitor
|
||||||
Bacula is a set of programs that allow you to manage the backup,
|
Bacula is a set of programs that allow you to manage the backup, recovery, and
|
||||||
recovery, and verification of computer data across a network of
|
verification of computer data across a network of different computers. It is
|
||||||
different computers. It is based on a client/server architecture.
|
based on a client/server architecture.
|
||||||
|
|
||||||
This package contains the Gnome and KDE compatible tray monitor to
|
This package contains the Gnome and KDE compatible tray monitor to monitor your
|
||||||
monitor your bacula server.
|
bacula server.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
@ -270,9 +269,9 @@ Summary: Bacula development files
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Bacula is a set of programs that allow you to manage the backup,
|
Bacula is a set of programs that allow you to manage the backup, recovery, and
|
||||||
recovery, and verification of computer data across a network of
|
verification of computer data across a network of different computers. It is
|
||||||
different computers. It is based on a client/server architecture.
|
based on a client/server architecture.
|
||||||
|
|
||||||
This development package contains static libraries and header files.
|
This development package contains static libraries and header files.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user