Autobuild autoformatter for 77573

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/snapper?expand=0&rev=10
This commit is contained in:
Sascha Peilicke 2011-08-01 14:11:48 +00:00 committed by Git OBS Bridge
parent 41cf6c3b50
commit f3cc80327a

View File

@ -1,22 +1,37 @@
#
# spec file for package snapper (Version 0.0.7)
# spec file for package snapper
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: snapper
Version: 0.0.7
Release: 0
License: GPL
Group: System/Packages
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: snapper-%{version}.tar.bz2
Prefix: /usr
BuildRequires: gcc-c++ boost-devel libblocxx-devel libxml2-devel doxygen
BuildRequires: libzypp(plugin:commit)
Requires: libsnapper1 = %version
Recommends: cron logrotate snapper-zypp-plugin
Summary: Tool for filesystem snapshot management
Url: http://en.opensuse.org/Portal:Snapper
Name: snapper
Version: 0.0.7
Release: 1
License: GPL
Group: System/Packages
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: snapper-%{version}.tar.bz2
Prefix: /usr
BuildRequires: boost-devel doxygen gcc-c++ libblocxx-devel libxml2-devel
BuildRequires: libzypp(plugin:commit)
Requires: libsnapper1 = %version
Recommends: cron logrotate snapper-zypp-plugin
Summary: Tool for filesystem snapshot management
Url: http://en.opensuse.org/Portal:Snapper
%description
This package contains snapper, a tool for filesystem snapshot management.
@ -59,10 +74,11 @@ rm -rf "$RPM_BUILD_ROOT"
/etc/cron.daily/suse.de-snapper
%package -n libsnapper1
Summary: Library for filesystem snapshot management
Group: System/Libraries
Requires: btrfsprogs diffutils util-linux
PreReq: %fillup_prereq
Summary: Library for filesystem snapshot management
Group: System/Libraries
Requires: btrfsprogs diffutils util-linux
PreReq: %fillup_prereq
%description -n libsnapper1
This package contains libsnapper, a library for filesystem snapshot management.
@ -96,10 +112,11 @@ Authors:
/sbin/ldconfig
%package -n libsnapper-devel
Requires: libsnapper1 = %version
Requires: gcc-c++ libstdc++-devel boost-devel blocxx-devel libxml2-devel
Summary: Header files and documentation for libsnapper
Group: Development/Languages/C and C++
Requires: libsnapper1 = %version
Requires: gcc-c++ libstdc++-devel boost-devel blocxx-devel libxml2-devel
Summary: Header files and documentation for libsnapper
Group: Development/Languages/C and C++
%description -n libsnapper-devel
This package contains header files and documentation for developing with
@ -116,9 +133,10 @@ Authors:
%{prefix}/include/snapper
%package -n snapper-zypp-plugin
Requires: snapper libzypp(plugin:commit) zypp-plugin-python
Summary: A zypp commit plugin for calling snapper
Group: System/Packages
Requires: snapper libzypp(plugin:commit) zypp-plugin-python
Summary: A zypp commit plugin for calling snapper
Group: System/Packages
%description -n snapper-zypp-plugin
This package contains a plugin for zypp that makes filesystem snapshots with
@ -131,3 +149,4 @@ Authors:
%files -n snapper-zypp-plugin
%defattr(-,root,root)
/usr/lib/zypp/plugins/commit/snapper.py
%changelog