SHA256
1
0
forked from pool/snapper

Accepting request 80674 from YaST:Head

- updated to latest repository

OBS-URL: https://build.opensuse.org/request/show/80674
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/snapper?expand=0&rev=15
This commit is contained in:
Lars Vogdt 2011-09-05 15:15:39 +00:00 committed by Git OBS Bridge
parent e11dca3310
commit 06a946ca59
3 changed files with 44 additions and 48 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:4c1d4dba75e460da86feb08458fdba197a9d4818ad3ea2f0e82a640e52b48fdf oid sha256:86a754791ee1d15fb932005c975fee5c2447761a35f83c93261e2c17cd57adc9
size 312215 size 316329

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Sep 02 10:27:46 CEST 2011 - aschnell@suse.de
- updated translations
-------------------------------------------------------------------
Wed Aug 31 15:44:42 CEST 2011 - aschnell@suse.de
- renamed snapper command diff to status and contentdiff to diff
-------------------------------------------------------------------
Mon Aug 29 16:17:11 CEST 2011 - aschnell@suse.de
- improved manpage (bnc #710858)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 11 12:09:19 CEST 2011 - aschnell@suse.de Thu Aug 11 12:09:19 CEST 2011 - aschnell@suse.de

View File

@ -1,37 +1,22 @@
# #
# spec file for package snapper # spec file for package snapper (Version 0.0.7)
# #
# 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: 5 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 Summary: Tool for filesystem snapshot management
Summary: Tool for filesystem snapshot management Url: http://en.opensuse.org/Portal:Snapper
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.
@ -74,12 +59,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
Summary: Library for filesystem snapshot management Group: System/Libraries
Group: System/Libraries Requires: diffutils util-linux
Requires: diffutils util-linux PreReq: %fillup_prereq
PreReq: %fillup_prereq Supplements: btrfsprogs
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.
@ -113,11 +97,10 @@ 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 Group: Development/Languages/C and C++
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
@ -134,10 +117,9 @@ 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
%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
@ -150,4 +132,3 @@ 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