Hello community,

here is the log from the commit of package snapper for openSUSE:Factory
checked in at Thu May 12 11:10:20 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/snapper/snapper.changes        2011-04-19 
14:15:10.000000000 +0200
@@ -0,0 +1,17 @@
+-------------------------------------------------------------------
+Wed Apr 06 16:44:43 CEST 2011 - [email protected]
+
+- simplified setup
+- version 0.0.5
+
+-------------------------------------------------------------------
+Mon Apr 04 14:20:43 CEST 2011 - [email protected]
+
+- allow to ignore files during snapshot comparison
+
+-------------------------------------------------------------------
+Mon Jan 10 14:55:25 CET 2011 - [email protected]
+
+- started development
+- version 0.0.1
+

calling whatdependson for head-i586


New:
----
  snapper-0.0.5.tar.bz2
  snapper.changes
  snapper.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ snapper.spec ++++++
#
# 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:        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.

Authors:
--------
    Arvin Schnell <[email protected]>

%prep
%setup -n snapper-%{version}

%build
export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"

aclocal
libtoolize --force --automake --copy
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}

%install
make install DESTDIR="$RPM_BUILD_ROOT"

%{find_lang} snapper

%clean
rm -rf "$RPM_BUILD_ROOT"

%files -f snapper.lang
%defattr(-,root,root)
%{prefix}/bin/snapper
%config(noreplace) %{_sysconfdir}/logrotate.d/snapper
/etc/cron.hourly/suse.de-snapper
/etc/cron.daily/suse.de-snapper

%package -n libsnapper0
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.

Authors:
--------
    Arvin Schnell <[email protected]>

%files -n libsnapper0
%defattr(-,root,root)
%{_libdir}/libsnapper.so.*
%dir %{_sysconfdir}/snapper
%dir %{_sysconfdir}/snapper/configs
%dir %{_sysconfdir}/snapper/config-templates
%config(noreplace) %{_sysconfdir}/snapper/config-templates/default
%dir %{_sysconfdir}/snapper/filters
%config(noreplace) %{_sysconfdir}/snapper/filters/*.txt
%doc %dir %{prefix}/share/doc/packages/snapper
%doc %{prefix}/share/doc/packages/snapper/AUTHORS
%doc %{prefix}/share/doc/packages/snapper/COPYING
/var/adm/fillup-templates/sysconfig.snapper
%dir %{prefix}/lib/snapper
%dir %{prefix}/lib/snapper/bin
%{prefix}/lib/snapper/bin/compare-dirs

%post -n libsnapper0
/sbin/ldconfig
%{fillup_only -n snapper}

%postun -n libsnapper0
/sbin/ldconfig

%package -n libsnapper-devel
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
libsnapper.

Authors:
--------
    Arvin Schnell <[email protected]>

%files -n libsnapper-devel
%defattr(-,root,root)
%{_libdir}/libsnapper.la
%{_libdir}/libsnapper.so
%{prefix}/include/snapper

%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to