2010-08-23 18:20:26 +02:00
|
|
|
#
|
2011-04-28 23:51:27 +02:00
|
|
|
# spec file for package deja-dup
|
2010-08-23 18:20:26 +02:00
|
|
|
#
|
2018-01-23 17:58:26 +01:00
|
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
2010-08-23 18:20:26 +02:00
|
|
|
#
|
|
|
|
# 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/
|
|
|
|
#
|
|
|
|
|
2011-05-16 11:55:52 +02:00
|
|
|
|
2010-08-23 18:20:26 +02:00
|
|
|
Name: deja-dup
|
2018-01-23 17:58:26 +01:00
|
|
|
Version: 37.1
|
2012-01-18 21:07:31 +01:00
|
|
|
Release: 0
|
2010-08-23 18:20:26 +02:00
|
|
|
Summary: Simple backup tool and frontend for duplicity
|
2018-03-05 14:44:02 +01:00
|
|
|
License: GPL-3.0-or-later
|
2010-08-23 18:20:26 +02:00
|
|
|
Group: Productivity/Archiving/Backup
|
2018-03-05 14:44:02 +01:00
|
|
|
URL: https://wiki.gnome.org/Apps/DejaDup
|
2018-01-23 17:58:26 +01:00
|
|
|
Source0: https://launchpad.net/deja-dup/38/%{version}/+download/%{name}-%{version}.tar.xz
|
2012-01-18 21:07:31 +01:00
|
|
|
# For make check to work, we need dbus-launch
|
|
|
|
BuildRequires: dbus-1-x11
|
2010-08-23 18:20:26 +02:00
|
|
|
BuildRequires: fdupes
|
2017-09-11 13:03:48 +02:00
|
|
|
BuildRequires: libgpg-error-devel
|
|
|
|
BuildRequires: meson
|
2011-04-28 23:51:27 +02:00
|
|
|
BuildRequires: perl-gettext
|
2017-09-11 13:03:48 +02:00
|
|
|
BuildRequires: pkgconfig
|
2011-04-29 00:57:33 +02:00
|
|
|
BuildRequires: update-desktop-files
|
2012-09-23 13:49:54 +02:00
|
|
|
BuildRequires: vala >= 0.16.0
|
2012-02-26 16:35:07 +01:00
|
|
|
BuildRequires: yelp-tools
|
2017-09-11 13:03:48 +02:00
|
|
|
BuildRequires: pkgconfig(appstream-builder)
|
2012-09-22 19:38:24 +02:00
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.32
|
2017-09-11 13:03:48 +02:00
|
|
|
BuildRequires: pkgconfig(goa-1.0)
|
|
|
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.22
|
2010-08-23 18:20:26 +02:00
|
|
|
BuildRequires: pkgconfig(libnautilus-extension)
|
2012-09-23 13:49:54 +02:00
|
|
|
BuildRequires: pkgconfig(libnotify) >= 0.7
|
2012-09-22 19:38:24 +02:00
|
|
|
BuildRequires: pkgconfig(libpeas-1.0)
|
2013-04-01 13:44:59 +02:00
|
|
|
BuildRequires: pkgconfig(libsecret-1)
|
2016-01-05 19:22:22 +01:00
|
|
|
BuildRequires: pkgconfig(packagekit-glib2)
|
2011-02-13 21:50:48 +01:00
|
|
|
Recommends: %{name}-lang
|
2017-09-11 13:03:48 +02:00
|
|
|
Recommends: duplicity >= 0.6.25
|
2011-09-05 19:23:55 +02:00
|
|
|
Recommends: python-boto
|
2012-09-22 19:38:24 +02:00
|
|
|
Recommends: python-cloudfiles
|
2010-08-23 18:20:26 +02:00
|
|
|
|
|
|
|
%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
|
|
|
|
|
|
|
|
%package -n nautilus-deja-dup
|
|
|
|
Summary: Déjà Dup Plugin for Nautilus
|
|
|
|
Group: Productivity/Archiving/Backup
|
|
|
|
Requires: %{name} = %{version}
|
2017-07-02 15:05:34 +02:00
|
|
|
Supplements: packageand(%{name}:nautilus)
|
2010-08-23 18:20:26 +02:00
|
|
|
|
|
|
|
%description -n nautilus-deja-dup
|
|
|
|
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
|
|
|
|
|
|
|
|
This package contains a plugin to integrate Déjà Dup into Nautilus.
|
|
|
|
|
|
|
|
%lang_package
|
2017-09-11 13:03:48 +02:00
|
|
|
|
2010-08-23 18:20:26 +02:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2014-08-15 13:14:46 +02:00
|
|
|
export CFLAGS="%{optflags} -Wl,-rpath=%{_libdir}/%{name}"
|
|
|
|
export CXXFLAGS="%{optflags} -Wl,-rpath=%{_libdir}/%{name}"
|
2018-01-23 17:58:26 +01:00
|
|
|
%meson
|
|
|
|
%meson_build
|
2010-08-23 18:20:26 +02:00
|
|
|
|
|
|
|
%install
|
2018-01-23 17:58:26 +01:00
|
|
|
%meson_install
|
2011-02-13 21:50:48 +01:00
|
|
|
%find_lang %{name} %{?no_lang_C}
|
2018-01-23 17:58:26 +01:00
|
|
|
%fdupes %{buildroot}%{_datadir}
|
2010-08-23 18:20:26 +02:00
|
|
|
|
2012-01-18 21:07:31 +01:00
|
|
|
%check
|
2017-09-11 13:03:48 +02:00
|
|
|
# Disabled as it currently fails a lot of tests.
|
|
|
|
#%%meson_test
|
2010-08-23 18:20:26 +02:00
|
|
|
|
2017-09-11 13:03:48 +02:00
|
|
|
%files
|
2018-03-05 14:44:02 +01:00
|
|
|
%license COPYING
|
|
|
|
%doc AUTHORS NEWS
|
2017-09-11 13:03:48 +02:00
|
|
|
%doc %{_datadir}/help/C/org.gnome.DejaDup/
|
2010-08-23 18:20:26 +02:00
|
|
|
%{_bindir}/deja-dup
|
2017-09-11 13:03:48 +02:00
|
|
|
%{_mandir}/man1/deja-dup.1%{?ext_man}
|
|
|
|
%{_sysconfdir}/xdg/autostart/org.gnome.DejaDup.Monitor.desktop
|
2011-09-05 19:23:55 +02:00
|
|
|
# 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
|
2017-09-11 13:03:48 +02:00
|
|
|
%{_libexecdir}/deja-dup/duplicity
|
2012-09-22 19:38:24 +02:00
|
|
|
%{_libexecdir}/deja-dup/tools/
|
2017-09-11 13:03:48 +02:00
|
|
|
%{_datadir}/applications/org.gnome.DejaDup.desktop
|
2011-04-28 23:51:27 +02:00
|
|
|
%{_datadir}/GConf/gsettings/deja-dup.convert
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.DejaDup.gschema.xml
|
2017-09-11 13:03:48 +02:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/org.gnome.DejaDup*
|
2012-09-22 19:38:24 +02:00
|
|
|
%dir %{_libdir}/deja-dup
|
2013-10-06 14:11:28 +02:00
|
|
|
%{_libdir}/deja-dup/libdeja.so
|
2012-09-22 19:38:24 +02:00
|
|
|
%{_libdir}/deja-dup/libwidgets.so
|
2017-09-11 13:03:48 +02:00
|
|
|
%dir %{_datadir}/metainfo
|
|
|
|
%{_datadir}/metainfo/org.gnome.DejaDup.appdata.xml
|
|
|
|
%dir %{_datadir}/polkit-1
|
|
|
|
%dir %{_datadir}/polkit-1/actions
|
|
|
|
%{_datadir}/polkit-1/actions/org.gnome.DejaDup.policy
|
|
|
|
%{_datadir}/dbus-1/services/org.gnome.DejaDup.service
|
2010-08-23 18:20:26 +02:00
|
|
|
|
|
|
|
%files -n nautilus-deja-dup
|
2011-09-05 19:23:55 +02:00
|
|
|
%{_libdir}/nautilus/extensions-3.0/libdeja-dup.so
|
2010-08-23 18:20:26 +02:00
|
|
|
|
2012-09-22 19:38:24 +02:00
|
|
|
%files lang -f %{name}.lang
|
2017-09-11 13:03:48 +02:00
|
|
|
%exclude %{_datadir}/help/C/org.gnome.DejaDup/
|
|
|
|
%doc %{_datadir}/help/*/org.gnome.DejaDup/
|
2010-08-23 18:20:26 +02:00
|
|
|
|
|
|
|
%changelog
|