SHA256
1
0
forked from pool/snapper

Autobuild autoformatter for 73237

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/snapper?expand=0&rev=4
This commit is contained in:
Sascha Peilicke 2011-06-10 09:41:19 +00:00 committed by Git OBS Bridge
parent 558de6057b
commit 3e975b386c

View File

@ -1,21 +1,36 @@
# #
# spec file for package snapper (Version 0.0.6) # 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.6 Name: snapper
Release: 0 Version: 0.0.6
License: GPL Release: 1
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 blocxx-devel doxygen dejagnu libxml2-devel Prefix: /usr
Requires: libsnapper1 = %version BuildRequires: blocxx-devel boost-devel dejagnu doxygen gcc-c++ libxml2-devel
Recommends: cron logrotate Requires: libsnapper1 = %version
Summary: Tool for filesystem snapshot management Recommends: cron logrotate
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.
@ -58,10 +73,11 @@ 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: btrfsprogs diffutils util-linux Group: System/Libraries
PreReq: %fillup_prereq Requires: btrfsprogs diffutils util-linux
PreReq: %fillup_prereq
%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.
@ -95,10 +111,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
@ -113,3 +130,4 @@ Authors:
%{_libdir}/libsnapper.la %{_libdir}/libsnapper.la
%{_libdir}/libsnapper.so %{_libdir}/libsnapper.so
%{prefix}/include/snapper %{prefix}/include/snapper
%changelog