Accepting request 98052 from YaST:Head

- updated to latest repository

OBS-URL: https://build.opensuse.org/request/show/98052
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/snapper?expand=0&rev=23
This commit is contained in:
Stephan Kulow 2012-01-04 06:31:45 +00:00 committed by Git OBS Bridge
parent 3b7c2343ec
commit 0f23e32fb6
4 changed files with 49 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f9f188bb0f8376e3bf040a722e4cd761352729a586cc0b3e448d90fbe07e02d9
size 330273

3
snapper-0.0.8.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:950456deea9aa6f17bb6bf5e1f3e017c1f8edc79f4211bc81604c98074ba2d46
size 341658

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri Dec 23 15:33:12 CET 2011 - aschnell@suse.de
- allow to delete a configuration
-------------------------------------------------------------------
Thu Nov 24 14:09:15 CET 2011 - aschnell@suse.de
- package Python bindings
- 0.0.8
-------------------------------------------------------------------
Sat Nov 19 20:46:08 UTC 2011 - coolo@suse.com
- add libtool as buildrequire to avoid implicit dependency
-------------------------------------------------------------------
Fri Nov 11 11:20:03 CET 2011 - aschnell@suse.de
- moved supplements btrfsprogs from libsnapper to snapper
(bnc#729859)
-------------------------------------------------------------------
Fri Oct 21 11:34:27 CEST 2011 - aschnell@suse.de

View File

@ -15,21 +15,22 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: snapper
Version: 0.0.7
Version: 0.0.8
Release: 0
License: GPL
License: GPL-2.0
Group: System/Packages
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: snapper-%{version}.tar.bz2
Prefix: /usr
BuildRequires: boost-devel doxygen gcc-c++ libblocxx-devel libxml2-devel
BuildRequires: boost-devel doxygen gcc-c++ libblocxx-devel libtool libxml2-devel
BuildRequires: python-devel swig
BuildRequires: libzypp(plugin:commit)
Requires: libsnapper1 = %version
Recommends: cron logrotate snapper-zypp-plugin
Supplements: btrfsprogs
Summary: Tool for filesystem snapshot management
Url: http://en.opensuse.org/Portal:Snapper
@ -53,7 +54,6 @@ autoheader
automake --add-missing --copy
autoconf
%{?suse_update_config:%{suse_update_config -f}}
./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir} --disable-silent-rules
make %{?jobs:-j%jobs}
@ -62,6 +62,9 @@ make install DESTDIR="$RPM_BUILD_ROOT"
%{find_lang} snapper
rm -f $RPM_BUILD_ROOT/%{python_sitearch}/_libsnapper.a
rm -f $RPM_BUILD_ROOT/%{python_sitearch}/_libsnapper.la
%clean
rm -rf "$RPM_BUILD_ROOT"
@ -78,7 +81,6 @@ Summary: Library for filesystem snapshot management
Group: System/Libraries
Requires: diffutils util-linux
PreReq: %fillup_prereq
Supplements: btrfsprogs
%description -n libsnapper1
This package contains libsnapper, a library for filesystem snapshot management.
@ -131,6 +133,22 @@ Authors:
%{_libdir}/libsnapper.so
%{prefix}/include/snapper
%package -n libsnapper-python
Summary: Python bindings for libsnapper
Group: System/Libraries
%description -n libsnapper-python
This package contains Python bindings for libsnapper.
Authors:
--------
Thomas Fehr <fehr@suse.de>
%files -n libsnapper-python
%defattr(-,root,root)
%{python_sitelib}/libsnapper.py*
%attr(755,root,root) %{python_sitearch}/_libsnapper.so
%package -n snapper-zypp-plugin
Requires: snapper libzypp(plugin:commit) zypp-plugin-python
Summary: A zypp commit plugin for calling snapper