Accepting request 568073 from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/568073
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/deja-dup?expand=0&rev=90
This commit is contained in:
Dominique Leuenberger 2018-01-23 16:58:26 +00:00 committed by Git OBS Bridge
parent 6e709b6a4e
commit 1a661febda
4 changed files with 25 additions and 13 deletions

View File

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

3
deja-dup-37.1.tar.xz Normal file
View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jan 17 01:56:58 UTC 2018 - luc14n0@linuxmail.org
- Update to version 37.1:
+ Add new Google Drive backend and make it the new default
backend.
+ Updated translations.
- Update Url to https://wiki.gnome.org/Apps/DejaDup: current Deja
Dup's GNOME web page.
- Point fdupes to the data directory instead of the build root,
which is a practice that must be avoided.
- Drop %glib2_gsettings_schema_requires macro: it's no longer
needed since RPM File Triggers.
-------------------------------------------------------------------
Sun Nov 5 13:25:43 UTC 2017 - badshah400@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package deja-dup
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,13 +17,13 @@
Name: deja-dup
Version: 36.3
Version: 37.1
Release: 0
Summary: Simple backup tool and frontend for duplicity
License: GPL-3.0+
Group: Productivity/Archiving/Backup
Url: https://launchpad.net/deja-dup
Source0: https://launchpad.net/deja-dup/36/%{version}/+download/%{name}-%{version}.tar.xz
Url: https://wiki.gnome.org/Apps/DejaDup
Source0: https://launchpad.net/deja-dup/38/%{version}/+download/%{name}-%{version}.tar.xz
# For make check to work, we need dbus-launch
BuildRequires: dbus-1-x11
BuildRequires: fdupes
@ -47,7 +47,6 @@ Recommends: %{name}-lang
Recommends: duplicity >= 0.6.25
Recommends: python-boto
Recommends: python-cloudfiles
%glib2_gsettings_schema_requires
%description
Déjà Dup is a simple backup tool. It hides the complexity of doing
@ -89,14 +88,13 @@ This package contains a plugin to integrate Déjà Dup into Nautilus.
%build
export CFLAGS="%{optflags} -Wl,-rpath=%{_libdir}/%{name}"
export CXXFLAGS="%{optflags} -Wl,-rpath=%{_libdir}/%{name}"
%{meson}
%{meson_build}
%meson
%meson_build
%install
%{meson_install}
%meson_install
%find_lang %{name} %{?no_lang_C}
%fdupes %{buildroot}
%fdupes %{buildroot}%{_datadir}
%check
# Disabled as it currently fails a lot of tests.