New stable rel
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/deja-dup?expand=0&rev=158
This commit is contained in:
commit
fa68d7dec9
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
18
_service
Normal file
18
_service
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<services>
|
||||||
|
<service name="obs_scm" mode="manual">
|
||||||
|
<param name="scm">git</param>
|
||||||
|
<param name="url">https://gitlab.gnome.org/World/deja-dup.git</param>
|
||||||
|
<param name="revision">47.0</param>
|
||||||
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
|
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||||
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
<!-- <param name="changesgenerate">enable</param> -->
|
||||||
|
</service>
|
||||||
|
<service name="tar" mode="buildtime"/>
|
||||||
|
<service name="recompress" mode="buildtime">
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
<param name="compression">zst</param>
|
||||||
|
</service>
|
||||||
|
<service name="set_version" mode="manual" />
|
||||||
|
</services>
|
3
deja-dup-45.2.tar.bz2
Normal file
3
deja-dup-45.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ea5755d2f1b32e7f26fbad926ff86517baa084ceb0d25bec9ef4450583e70c00
|
||||||
|
size 1031603
|
3
deja-dup-46.1.tar.bz2
Normal file
3
deja-dup-46.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a46bdbd98a92ef552429d84ebf54b479fdc4600380b9a08d4cee4fe53d9bb575
|
||||||
|
size 1070971
|
3
deja-dup-47.0.obscpio
Normal file
3
deja-dup-47.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:aa5f1d42587b209e2c51615b26a2552d04121a6f14b6120e18a61b1cc852d7b6
|
||||||
|
size 7777805
|
1217
deja-dup.changes
Normal file
1217
deja-dup.changes
Normal file
File diff suppressed because it is too large
Load Diff
4
deja-dup.obsinfo
Normal file
4
deja-dup.obsinfo
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
name: deja-dup
|
||||||
|
version: 47.0
|
||||||
|
mtime: 1727650431
|
||||||
|
commit: 3cb532e91a65754d9040dc2f13fbcf353c1befb4
|
103
deja-dup.spec
Normal file
103
deja-dup.spec
Normal file
@ -0,0 +1,103 @@
|
|||||||
|
#
|
||||||
|
# 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: 47.0
|
||||||
|
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: %{name}-%{version}.tar.zst
|
||||||
|
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.6
|
||||||
|
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
|
||||||
|
%{_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
|
Loading…
Reference in New Issue
Block a user