diff --git a/snapper.spec b/snapper.spec index 34798b6..875c0eb 100644 --- a/snapper.spec +++ b/snapper.spec @@ -1,20 +1,35 @@ # -# spec file for package snapper (Version 0.0.5) +# 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.5 -Release: 0 -License: GPL -Group: System/Packages -BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source: snapper-%{version}.tar.bz2 -Prefix: /usr -BuildRequires: gcc-c++ boost-devel blocxx-devel doxygen dejagnu libxml2-devel -Requires: libsnapper0 = %version -Recommends: cron logrotate -Summary: Tool for filesystem snapshot management + +Name: snapper +Version: 0.0.5 +Release: 1 +License: GPL +Group: System/Packages +BuildRoot: %{_tmppath}/%{name}-%{version}-build +Source: snapper-%{version}.tar.bz2 +Prefix: /usr +BuildRequires: blocxx-devel boost-devel dejagnu doxygen gcc-c++ libxml2-devel +Requires: libsnapper0 = %version +Recommends: cron logrotate +Summary: Tool for filesystem snapshot management %description This package contains snapper, a tool for filesystem snapshot management. @@ -56,10 +71,11 @@ rm -rf "$RPM_BUILD_ROOT" /etc/cron.daily/suse.de-snapper %package -n libsnapper0 -Summary: Library for filesystem snapshot management -Group: System/Libraries -Requires: btrfsprogs diffutils util-linux -PreReq: %fillup_prereq +License: GPL +Summary: Library for filesystem snapshot management +Group: System/Libraries +Requires: btrfsprogs diffutils util-linux +PreReq: %fillup_prereq %description -n libsnapper0 This package contains libsnapper, a library for filesystem snapshot management. @@ -93,10 +109,11 @@ Authors: /sbin/ldconfig %package -n libsnapper-devel -Requires: libsnapper0 = %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++ +License: GPL +Requires: libsnapper0 = %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 @@ -111,3 +128,5 @@ Authors: %{_libdir}/libsnapper.la %{_libdir}/libsnapper.so %{prefix}/include/snapper + +%changelog