Autobuild autoformatter for 78114

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/snapper?expand=0&rev=12
This commit is contained in:
Sascha Peilicke 2011-08-07 17:04:24 +00:00 committed by Git OBS Bridge
parent 59097065a0
commit 50074755b6

View File

@ -1,17 +1,32 @@
# #
# 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 Name: snapper
Version: 0.0.7 Version: 0.0.7
Release: 0 Release: 3
License: GPL License: GPL
Group: System/Packages Group: System/Packages
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: snapper-%{version}.tar.bz2 Source: snapper-%{version}.tar.bz2
Prefix: /usr Prefix: /usr
BuildRequires: gcc-c++ boost-devel libblocxx-devel libxml2-devel doxygen BuildRequires: boost-devel doxygen gcc-c++ libblocxx-devel libxml2-devel
BuildRequires: libzypp(plugin:commit) BuildRequires: libzypp(plugin:commit)
Requires: libsnapper1 = %version Requires: libsnapper1 = %version
Recommends: cron logrotate snapper-zypp-plugin Recommends: cron logrotate snapper-zypp-plugin
@ -59,6 +74,7 @@ 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 Summary: Library for filesystem snapshot management
Group: System/Libraries Group: System/Libraries
Requires: diffutils util-linux Requires: diffutils util-linux
@ -97,6 +113,7 @@ Authors:
/sbin/ldconfig /sbin/ldconfig
%package -n libsnapper-devel %package -n libsnapper-devel
Requires: libsnapper1 = %version Requires: libsnapper1 = %version
Requires: gcc-c++ libstdc++-devel boost-devel blocxx-devel libxml2-devel Requires: gcc-c++ libstdc++-devel boost-devel blocxx-devel libxml2-devel
Summary: Header files and documentation for libsnapper Summary: Header files and documentation for libsnapper
@ -117,6 +134,7 @@ 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 Requires: snapper libzypp(plugin:commit) zypp-plugin-python
Summary: A zypp commit plugin for calling snapper Summary: A zypp commit plugin for calling snapper
Group: System/Packages Group: System/Packages
@ -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