Accepting request 68702 from home:dimstar:branches:GNOME:Apps
Updatet to 18.1.1 OBS-URL: https://build.opensuse.org/request/show/68702 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/deja-dup?expand=0&rev=14
This commit is contained in:
committed by
Git OBS Bridge
parent
580429d0e8
commit
ce61188b85
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package deja-dup (Version 16.1.1)
|
||||
# spec file for package deja-dup
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2011 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
|
||||
@@ -15,35 +15,35 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: deja-dup
|
||||
Version: 16.1.1
|
||||
Release: 2
|
||||
Version: 18.1.1
|
||||
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: intltool
|
||||
BuildRequires: perl-gettext
|
||||
BuildRequires: pkgconfig(gconf-2.0)
|
||||
BuildRequires: pkgconfig(gnome-keyring-1)
|
||||
%if 0%{favor_gtk2}
|
||||
BuildRequires: pkgconfig(gtk+-2.0)
|
||||
BuildRequires: pkgconfig(unique-1.0)
|
||||
%else
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(unique-3.0)
|
||||
%endif
|
||||
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: duplicity
|
||||
Recommends: %{name}-lang
|
||||
%gconf_schemas_prereq
|
||||
|
||||
%description
|
||||
Déjà Dup is a simple backup tool. It hides the complexity of doing
|
||||
@@ -81,13 +81,15 @@ 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 \
|
||||
%if 0%{favor_gtk2}
|
||||
--without-gtk3
|
||||
%else
|
||||
--with-gtk3
|
||||
%endif
|
||||
%__make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@@ -108,30 +110,25 @@ done
|
||||
%fdupes -s %{buildroot}%{_mandir}
|
||||
# create hardlinks for the rest
|
||||
%fdupes %{buildroot}
|
||||
%find_gconf_schemas
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%pre -f %{name}.schemas_pre
|
||||
|
||||
%posttrans -f %{name}.schemas_posttrans
|
||||
|
||||
%preun -f %{name}.schemas_preun
|
||||
|
||||
%if 0%{?suse_version} > 1130
|
||||
|
||||
%post
|
||||
%desktop_database_post
|
||||
%icon_theme_cache_post
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} > 1130
|
||||
|
||||
%postun
|
||||
%desktop_database_postun
|
||||
%icon_theme_cache_postun
|
||||
%endif
|
||||
|
||||
%files -f %{name}.schemas_list -f %{name}.man-lang
|
||||
%files -f %{name}.man-lang
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING NEWS
|
||||
%dir %{_datadir}/gnome/
|
||||
@@ -149,15 +146,25 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/deja-dup/deja-dup-monitor
|
||||
%{_datadir}/applications/deja-dup.desktop
|
||||
%{_datadir}/applications/deja-dup-preferences.desktop
|
||||
%{_datadir}/%{name}
|
||||
%{_datadir}/GConf/gsettings/deja-dup.convert
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.DejaDup.gschema.xml
|
||||
%{_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
|
||||
%{_datadir}/icons/hicolor/scalable/devices/deja-dup-cloud.svg
|
||||
%{_datadir}/icons/hicolor/*/apps/deja-dup.png
|
||||
%{_datadir}/icons/ubuntu-mono-*
|
||||
|
||||
%files -n nautilus-deja-dup
|
||||
%defattr(-,root,root)
|
||||
%if 0%{favor_gtk2}
|
||||
%{_libdir}/nautilus/extensions-2.0/libnautilus-deja-dup.so
|
||||
%else
|
||||
%{_libdir}/nautilus/extensions-3.0/libnautilus-deja-dup.so
|
||||
%endif
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%changelog
|
||||
|
||||
|
Reference in New Issue
Block a user