deja-dup/deja-dup.spec
Bjørn Lie c1f8c12800 - Update to version 46.1:
+ Fix backing up to and restoring from WebDAV servers.
  + Fix a "I/O socket timeout" error when connecting to Google
    Drive and Microsoft OneDrive servers (or at least, reduce its
    frequency).
  + Add a warning dialog if GVfs FUSE is not installed.
- Changes from version 46.0:
  + Use modern Adwaita dialogs.
  + Show storage location on the main overview page.
  + Show a nice warning if we can't connect to a secrets service or
    gvfs.
  + Stop showing an error when your cache dir has a CACHEDIR.TAG
    file.
  + Handle a wider variety of odd gvfs mount options during
    backups.
  + Rename "Resume Later" to "Pause" during backups to reduce
    confusion.
  + Show a "Reset All Folders" button in the include/exclude
    preferences.
  + Give feedback when include/exclude/storage folders are invalid
    in some way (either remote URLs for includes or folders inside
    the flatpak).
  + Fix rare crash if an unknown gsetting value is encountered.
  + Fix OAuth token parsing on some newer versions of libsoup/glib.
  + Stop double-mounting fstab entries.
  + Exclude Electron cache dirs by default.
  + Duplicity: Use rclone to connect to Microsoft OneDrive and
    Google Drive and FUSE to connect to remote locations, for
    better reliability.
  + Duplicity: Fix an error about "old signatures and incremental

OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/deja-dup?expand=0&rev=156
2024-09-09 19:53:17 +00:00

105 lines
3.3 KiB
RPMSpec

#
# spec file for package deja-dup
#
# Copyright (c) 2024 SUSE LLC
#
# 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 https://bugs.opensuse.org/
#
Name: deja-dup
Version: 46.1
Release: 0
Summary: Simple backup tool and frontend for duplicity
License: GPL-3.0-or-later
Group: Productivity/Archiving/Backup
URL: https://wiki.gnome.org/Apps/DejaDup
Source0: https://gitlab.gnome.org/World/deja-dup/-/archive/%{version}/%{name}-%{version}.tar.bz2
BuildRequires: appstream-glib
BuildRequires: dbus-1
BuildRequires: desktop-file-utils
BuildRequires: fdupes
BuildRequires: gettext-devel
BuildRequires: glib2-tools
BuildRequires: libgpg-error-devel
BuildRequires: meson >= 0.64
BuildRequires: pkgconfig
BuildRequires: vala >= 0.16.0
BuildRequires: xdg-user-dirs
BuildRequires: yelp-tools
BuildRequires: pkgconfig(gio-2.0) >= 2.70
BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.66.0
BuildRequires: pkgconfig(gtk4) >= 4.12
BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(libadwaita-1) >= 1.4
BuildRequires: pkgconfig(libnotify) >= 0.7
BuildRequires: pkgconfig(libsecret-1)
BuildRequires: pkgconfig(libsoup-3.0)
BuildRequires: pkgconfig(packagekit-glib2) >= 1.2
Requires: duplicity >= 0.8.21
Requires: python3-oauthlib
Obsoletes: nautilus-deja-dup <= 42.4
%description
Déjà Dup is a simple backup tool. It hides the complexity of doing
backups the 'right way' (encrypted, off-site, and regular) and uses
duplicity as the backend.
Features:
* Support for local or remote backup locations, including Amazon S3
* Securely encrypts and compresses your data
* Incrementally backs up, letting you restore from any particular backup
* Schedules regular backups
* Integrates well into your GNOME desktop
%lang_package
%prep
%autosetup -p1
%build
%meson
%meson_build
%install
%meson_install
%find_lang %{name} %{?no_lang_C}
%fdupes %{buildroot}%{_datadir}
%check
%meson_test
%files
%license LICENSES/GPL-3.0-or-later.md
%doc NEWS.md README.md CONTRIBUTING.md
%doc %{_datadir}/help/C/deja-dup/
%{_bindir}/deja-dup
%{_mandir}/man1/deja-dup.1%{?ext_man}
%{_sysconfdir}/xdg/autostart/org.gnome.DejaDup.Monitor.desktop
# We explicitly list the content of %%{_libexecdir}/deja-dup to make sure we
# put the files in the right subpackage
%dir %{_libexecdir}/deja-dup
%{_libexecdir}/deja-dup/deja-dup-monitor
%{_libexecdir}/deja-dup/restic-dump-to
%{_datadir}/applications/org.gnome.DejaDup.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.DejaDup.gschema.xml
%{_datadir}/icons/hicolor/*/apps/org.gnome.DejaDup*
%dir %{_libdir}/deja-dup
%{_libdir}/deja-dup/libdeja.so
%{_datadir}/metainfo/org.gnome.DejaDup.metainfo.xml
%{_datadir}/dbus-1/services/org.gnome.DejaDup.service
%files lang -f %{name}.lang
%changelog