forked from pool/deja-dup
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:
parent
6e709b6a4e
commit
1a661febda
@ -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
3
deja-dup-37.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:737a3613b8c3b695cb84716338d75c94773b83b50145e55473e8ee4c18b43bd3
|
||||||
|
size 723048
|
@ -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
|
Sun Nov 5 13:25:43 UTC 2017 - badshah400@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package deja-dup
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: deja-dup
|
Name: deja-dup
|
||||||
Version: 36.3
|
Version: 37.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Simple backup tool and frontend for duplicity
|
Summary: Simple backup tool and frontend for duplicity
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
Group: Productivity/Archiving/Backup
|
Group: Productivity/Archiving/Backup
|
||||||
Url: https://launchpad.net/deja-dup
|
Url: https://wiki.gnome.org/Apps/DejaDup
|
||||||
Source0: https://launchpad.net/deja-dup/36/%{version}/+download/%{name}-%{version}.tar.xz
|
Source0: https://launchpad.net/deja-dup/38/%{version}/+download/%{name}-%{version}.tar.xz
|
||||||
# For make check to work, we need dbus-launch
|
# For make check to work, we need dbus-launch
|
||||||
BuildRequires: dbus-1-x11
|
BuildRequires: dbus-1-x11
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -47,7 +47,6 @@ Recommends: %{name}-lang
|
|||||||
Recommends: duplicity >= 0.6.25
|
Recommends: duplicity >= 0.6.25
|
||||||
Recommends: python-boto
|
Recommends: python-boto
|
||||||
Recommends: python-cloudfiles
|
Recommends: python-cloudfiles
|
||||||
%glib2_gsettings_schema_requires
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Déjà Dup is a simple backup tool. It hides the complexity of doing
|
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
|
%build
|
||||||
export CFLAGS="%{optflags} -Wl,-rpath=%{_libdir}/%{name}"
|
export CFLAGS="%{optflags} -Wl,-rpath=%{_libdir}/%{name}"
|
||||||
export CXXFLAGS="%{optflags} -Wl,-rpath=%{_libdir}/%{name}"
|
export CXXFLAGS="%{optflags} -Wl,-rpath=%{_libdir}/%{name}"
|
||||||
%{meson}
|
%meson
|
||||||
%{meson_build}
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{meson_install}
|
%meson_install
|
||||||
|
|
||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}%{_datadir}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# Disabled as it currently fails a lot of tests.
|
# Disabled as it currently fails a lot of tests.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user