Accepting request 74009 from YaST:Head
- updated to latest repository OBS-URL: https://build.opensuse.org/request/show/74009 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/snapper?expand=0&rev=5
This commit is contained in:
parent
3e975b386c
commit
08e04ff4a6
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:7fc9784df36a53b0d48800aa2ae46de9cf576c7d434e54c72fd60e0401921c22
|
oid sha256:7e52cbd021c4c8adb77f4e05cf3338148d66e6270e38aa1908b27d70e6edf3a3
|
||||||
size 302889
|
size 306745
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 17 11:02:48 CEST 2011 - aschnell@suse.de
|
||||||
|
|
||||||
|
- updated translations
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 09 17:52:41 CEST 2011 - aschnell@suse.de
|
Thu Jun 09 17:52:41 CEST 2011 - aschnell@suse.de
|
||||||
|
|
||||||
|
62
snapper.spec
62
snapper.spec
@ -1,36 +1,21 @@
|
|||||||
#
|
#
|
||||||
# spec file for package snapper
|
# spec file for package snapper (Version 0.0.6)
|
||||||
#
|
#
|
||||||
# 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.6
|
||||||
Version: 0.0.6
|
Release: 0
|
||||||
Release: 1
|
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 blocxx-devel doxygen dejagnu libxml2-devel
|
||||||
BuildRequires: blocxx-devel boost-devel dejagnu doxygen gcc-c++ libxml2-devel
|
Requires: libsnapper1 = %version
|
||||||
Requires: libsnapper1 = %version
|
Recommends: cron logrotate
|
||||||
Recommends: cron logrotate
|
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.
|
||||||
@ -73,11 +58,10 @@ 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: btrfsprogs diffutils util-linux
|
||||||
Requires: btrfsprogs diffutils util-linux
|
PreReq: %fillup_prereq
|
||||||
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.
|
||||||
@ -111,11 +95,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
|
||||||
@ -130,4 +113,3 @@ Authors:
|
|||||||
%{_libdir}/libsnapper.la
|
%{_libdir}/libsnapper.la
|
||||||
%{_libdir}/libsnapper.so
|
%{_libdir}/libsnapper.so
|
||||||
%{prefix}/include/snapper
|
%{prefix}/include/snapper
|
||||||
%changelog
|
|
||||||
|
Loading…
Reference in New Issue
Block a user