Accepting request 45463 from GNOME:Apps

Copy from GNOME:Apps/deja-dup based on submit request 45463 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/45463
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deja-dup?expand=0&rev=1
This commit is contained in:
OBS User autobuild 2010-08-23 16:20:26 +00:00 committed by Git OBS Bridge
commit 7f744d7596
6 changed files with 215 additions and 0 deletions

23
.gitattributes vendored Normal file
View 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
View File

@ -0,0 +1 @@
.osc

3
deja-dup-15.5.tar.bz2 Normal file
View File

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

View File

@ -0,0 +1,18 @@
--- configure.ac.orig 2010-08-11 02:58:17.243029596 +0100
+++ configure.ac 2010-08-11 03:08:21.949181713 +0100
@@ -120,6 +120,7 @@ AC_SUBST(PREF_CFLAGS)
AC_SUBST(PREF_LIBS)
PKG_CHECK_MODULES(COMMON,
+ $GTK_MODULE >= $GTK_REQ_VER
gio-2.0 >= $GIO_REQ_VER
gio-unix-2.0 >= $GIO_REQ_VER
gconf-2.0
@@ -135,6 +136,7 @@ AC_SUBST(WIDGETS_CFLAGS)
AC_SUBST(WIDGETS_LIBS)
PKG_CHECK_MODULES(MONITOR,
+ $GTK_MODULE >= $GTK_REQ_VER
gconf-2.0
gio-2.0 >= $GIO_REQ_VER
dbus-glib-1

30
deja-dup.changes Normal file
View File

@ -0,0 +1,30 @@
-------------------------------------------------------------------
Thu Aug 12 12:29:24 CEST 2010 - vuntz@opensuse.org
- Remove desktop-file-utils BuildRequires and change vala-devel
BuildRequires to vala.
- Split a nautilus-deja-dup subpackage for the nautilus extension.
- Pass --without-gtk3 to configure to explicitly disable GTK+ 3 at
the moment.
- Put localized man pages in the lang package.
-------------------------------------------------------------------
Wed Aug 11 14:25:56 UTC 2010 - dimstar@opensuse.org
- Minor spec cleanups like trailing spaces and the like.
- Add gnome-common BuildRequires and use gnome-autogen.sh for the
patch to re-bootstrap.
- Convert generic BuildRequires to pkgconfig() ones:
+ gconf2-devel => gconf-2.0
+ nautilus-devel => nautilus-extension
+ unique-devel => unique-1.0
+ libnotify-devel => libnotify
+ gnome-keyring-devel => gnome-keyring-1
- Drop un-needed BuildRequires: gettext, pango-devel, intltool,
glib2-devel, cairo-devel, libtool.
- Use %{?_smp_mflags} for parallel build.
-------------------------------------------------------------------
Wed Aug 11 15:03:10 CEST 2010 - lmedinas@opensuse.org
- Initial import.

140
deja-dup.spec Normal file
View File

@ -0,0 +1,140 @@
#
# spec file for package deja-dup (Version 15.5)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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/
#
Name: deja-dup
Version: 15.5
Release: 1
License: GPLv3+
Summary: Simple backup tool and frontend for duplicity
Url: https://launchpad.net/deja-dup
Group: Productivity/Archiving/Backup
Source0: %{name}-%{version}.tar.bz2
# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/Packaging/Patches
Patch0: deja-dup-monitor_check_for_gtk.patch
BuildRequires: fdupes
# Required for PATCH0
BuildRequires: gnome-common
BuildRequires: gnome-doc-utils-devel
BuildRequires: pkgconfig(gconf-2.0)
BuildRequires: pkgconfig(gnome-keyring-1)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(libnautilus-extension)
# This would be an additional Option for deja-dup
#BuildRequires: pkgconfig(appindicator-0.1)
BuildRequires: pkgconfig(libnotify)
BuildRequires: pkgconfig(unique-1.0)
BuildRequires: update-desktop-files
BuildRequires: vala
Requires: %{name}-lang = %{version}
Requires: duplicity
%gconf_schemas_prereq
%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
License: GPLv3+
Summary: Déjà Dup Plugin for Nautilus
Group: Productivity/Archiving/Backup
Requires: %{name} = %{version}
Supplements: packageand(%{name}:nautilus}
%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
%prep
%setup -q
%patch0
%build
NOCONFIGURE=1 gnome-autogen.sh
%configure --disable-static \
--disable-schemas-install \
--without-gtk3
%__make %{?_smp_mflags}
%install
%makeinstall
find %{buildroot} -type f -name "*.la" -delete -print
%suse_update_desktop_file deja-dup
%suse_update_desktop_file deja-dup-monitor
%find_lang %{name}
# Localized man pages
for man in %{buildroot}%{_mandir}/*/man1/*; do
LOCALE=`echo $man | sed "s:.*%{_mandir}/\([^/]*\)/man1/.*:\1:g"`
echo "%%lang($LOCALE) %%doc ${man##%{buildroot}}*" >> %{name}.lang
done
# create symlinks for man pages
%fdupes -s %{buildroot}%{_mandir}
# create hardlinks for the rest
%fdupes %{buildroot}
%find_gconf_schemas
%pre -f %{name}.schemas_pre
%posttrans -f %{name}.schemas_posttrans
%preun -f %{name}.schemas_preun
%clean
rm -rf %{buildroot}
%files -f %{name}.schemas_list
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS
%{_bindir}/deja-dup
%{_bindir}/deja-dup-preferences
%{_mandir}/man1/deja-dup.*
%{_mandir}/man1/deja-dup-preferences.*
%{_sysconfdir}/xdg/autostart/deja-dup-monitor.desktop
%{_libdir}/deja-dup/deja-dup-monitor
%{_datadir}/applications/deja-dup.desktop
%{_datadir}/icons/hicolor/scalable/actions/deja-dup-backup.svg
%{_datadir}/icons/hicolor/scalable/actions/deja-dup-restore.svg
%{_datadir}/icons/hicolor/scalable/apps/deja-dup.svg
%{_datadir}/icons/hicolor/scalable/apps/deja-dup-symbolic.svg
%files -n nautilus-deja-dup
%defattr(-,root,root)
%{_libdir}/nautilus/extensions-2.0/libnautilus-deja-dup.so
%files lang -f %{name}.lang
%changelog