Autobuild autoformatter for 78621

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/snapper?expand=0&rev=14
This commit is contained in:
Sascha Peilicke 2011-08-12 11:53:49 +00:00 committed by Git OBS Bridge
parent 0268f14a35
commit e11dca3310

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 # norootforbuild
Name: snapper
Version: 0.0.7 Name: snapper
Release: 0 Version: 0.0.7
License: GPL Release: 5
Group: System/Packages License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-build Group: System/Packages
Source: snapper-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build
Prefix: /usr Source: snapper-%{version}.tar.bz2
BuildRequires: gcc-c++ boost-devel libblocxx-devel libxml2-devel doxygen Prefix: /usr
BuildRequires: libzypp(plugin:commit) BuildRequires: boost-devel doxygen gcc-c++ libblocxx-devel libxml2-devel
Requires: libsnapper1 = %version BuildRequires: libzypp(plugin:commit)
Recommends: cron logrotate snapper-zypp-plugin Requires: libsnapper1 = %version
Summary: Tool for filesystem snapshot management Recommends: cron logrotate snapper-zypp-plugin
Url: http://en.opensuse.org/Portal:Snapper Summary: Tool for filesystem snapshot management
Url: http://en.opensuse.org/Portal:Snapper
%description %description
This package contains snapper, a tool for filesystem snapshot management. This package contains snapper, a tool for filesystem snapshot management.
@ -59,11 +74,12 @@ rm -rf "$RPM_BUILD_ROOT"
/etc/cron.daily/suse.de-snapper /etc/cron.daily/suse.de-snapper
%package -n libsnapper1 %package -n libsnapper1
Summary: Library for filesystem snapshot management
Group: System/Libraries Summary: Library for filesystem snapshot management
Requires: diffutils util-linux Group: System/Libraries
PreReq: %fillup_prereq Requires: diffutils util-linux
Supplements: btrfsprogs PreReq: %fillup_prereq
Supplements: btrfsprogs
%description -n libsnapper1 %description -n libsnapper1
This package contains libsnapper, a library for filesystem snapshot management. This package contains libsnapper, a library for filesystem snapshot management.
@ -97,10 +113,11 @@ Authors:
/sbin/ldconfig /sbin/ldconfig
%package -n libsnapper-devel %package -n libsnapper-devel
Requires: libsnapper1 = %version
Requires: gcc-c++ libstdc++-devel boost-devel blocxx-devel libxml2-devel Requires: libsnapper1 = %version
Summary: Header files and documentation for libsnapper Requires: gcc-c++ libstdc++-devel boost-devel blocxx-devel libxml2-devel
Group: Development/Languages/C and C++ Summary: Header files and documentation for libsnapper
Group: Development/Languages/C and C++
%description -n libsnapper-devel %description -n libsnapper-devel
This package contains header files and documentation for developing with This package contains header files and documentation for developing with
@ -117,9 +134,10 @@ Authors:
%{prefix}/include/snapper %{prefix}/include/snapper
%package -n snapper-zypp-plugin %package -n snapper-zypp-plugin
Requires: snapper libzypp(plugin:commit) zypp-plugin-python
Summary: A zypp commit plugin for calling snapper Requires: snapper libzypp(plugin:commit) zypp-plugin-python
Group: System/Packages Summary: A zypp commit plugin for calling snapper
Group: System/Packages
%description -n snapper-zypp-plugin %description -n snapper-zypp-plugin
This package contains a plugin for zypp that makes filesystem snapshots with This package contains a plugin for zypp that makes filesystem snapshots with
@ -132,3 +150,4 @@ Authors:
%files -n snapper-zypp-plugin %files -n snapper-zypp-plugin
%defattr(-,root,root) %defattr(-,root,root)
/usr/lib/zypp/plugins/commit/snapper.py /usr/lib/zypp/plugins/commit/snapper.py
%changelog