Name: deja-dup Version: 34.3 Release: 1%{?dist} Summary: Simple backup tool and frontend for duplicity Group: Applications/Archiving License: GPLv3+ URL: https://launchpad.net/deja-dup Source0: http://launchpad.net/%{name}/34/%{version}/+download/%{name}-%{version}.tar.xz Patch0: deja-dup-34.2-appdata.patch BuildRequires: cmake BuildRequires: gettext desktop-file-utils intltool scrollkeeper BuildRequires: yelp-tools pango-devel cairo-devel vala-devel BuildRequires: libtool glib2-devel libnotify-devel BuildRequires: libpeas-devel BuildRequires: nautilus-devel libsecret-devel BuildRequires: gtk3-devel itstool BuildRequires: PackageKit-glib-devel BuildRequires: libappstream-glib Requires: duplicity >= 0.6.23 Requires: python-cloudfiles %if 0%{?rhel} Requires: pygobject3-base %else Requires: python-gobject-base %endif Requires: dconf Requires(post): /usr/bin/gtk-update-icon-cache Requires(postun): /usr/bin/gtk-update-icon-cache %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, remote, or cloud backup locations (Amazon S3 or Rackspace) • 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 nautilus Summary: Déjà Dup extension for nautilus Group: User Interface/Desktops Requires: %{name}%{_isa} = %{version}-%{release} %description nautilus This package contains the Déjà Dup extension for the nautilus file manger. It adds an item to the nautilus context menu that lets you restore files. %prep %autosetup -p1 %build %cmake -DENABLE_NAUTILUS=ON -DCMAKE_INSTALL_SYSCONFDIR=%{_sysconfdir} make %{?_smp_mflags} %install %make_install rm -f %{buildroot}/%{_libdir}/deja-dup/*.la rm -f %{buildroot}/%{_libdir}/nautilus/extensions-3.0/*.la desktop-file-validate %{buildroot}/%{_datadir}/applications/deja-dup.desktop desktop-file-validate %{buildroot}/%{_datadir}/applications/deja-dup-preferences.desktop desktop-file-validate %{buildroot}/%{_sysconfdir}/xdg/autostart/deja-dup-monitor.desktop appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata.xml %find_lang %{name} --with-gnome %post touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : %postun if [ $1 -eq 0 ] ; then touch --no-create %{_datadir}/icons/hicolor &>/dev/null gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : fi %posttrans gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %files -f %{name}.lang %doc COPYING NEWS %{_bindir}/deja-dup %{_bindir}/deja-dup-preferences %{_datadir}/applications/deja-dup-preferences.desktop %{_mandir}/man1/deja-dup-preferences.1.gz %{_mandir}/man1/deja-dup.1.gz %{_mandir}/*/man1/deja-dup-preferences.1.gz %{_mandir}/*/man1/deja-dup.1.gz %{_datadir}/GConf/gsettings/deja-dup.convert %{_datadir}/glib-2.0/schemas/org.gnome.DejaDup.gschema.xml %{_sysconfdir}/xdg/autostart/deja-dup-monitor.desktop %{_libdir}/deja-dup/ %{_libexecdir}/deja-dup/ %{_datadir}/applications/deja-dup.desktop %{_datadir}/deja-dup/ %{_datadir}/appdata/deja-dup-preferences.appdata.xml %{_datadir}/icons/hicolor/*/apps/deja-dup.png %{_datadir}/icons/hicolor/scalable/apps/deja-dup-symbolic.svg %{_datadir}/icons/hicolor/scalable/devices/deja-dup-cloud.svg %files nautilus %{_libdir}/nautilus/extensions-3.0/libdeja-dup.so %changelog * Wed Nov 30 2016 Jon Ciesla - 34.3-1 - Latest upstream, BZ 1400115 * Thu Jun 30 2016 Pete Walter - 34.2-3 - Fix pygobject3 dependencies on RHEL 7 * Sat Apr 23 2016 Kevin Fenzi - 34.2-2 - Fix appstream data. Fixes bug #1237364 * Mon Apr 11 2016 Jon Ciesla - 34.2-1 - Latest upstream, BZ 1325550 * Wed Feb 03 2016 Fedora Release Engineering - 34.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Dec 02 2015 Jon Ciesla - 34.1-1 - Latest upstream, BZ 1287328 * Thu Nov 19 2015 Jon Ciesla - 34.0-3 - Add python-gobject-base Requires, BZ 1283311. * Wed Jun 17 2015 Fedora Release Engineering - 34.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Apr 11 2015 Jon Ciesla - 34.0-1 - Update to 34.0, BZ 1210918. * Sat Oct 18 2014 Rahul Sundaram - 32.0-3 - let's try that again * Fri Oct 17 2014 Rahul Sundaram - 32.0-2 - split up nautilus extension into a subpackage. resolves rhbz#1152449 * Sun Oct 12 2014 Richard Hughes - 32.0-1 - Update to 32.0 * Sat Aug 16 2014 Fedora Release Engineering - 30.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 30.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Fri Apr 11 2014 Rahul Sundaram - 30.0-1 - update to 30.0 - add a runtime requirement on duplicity >= 0.6.23 * Wed Mar 05 2014 Rahul Sundaram - 29.5-1 - update to 29.5. resolves rhbz#1011780 - respect rpm opt flags. resolves rhbz#1057771 - add requires on dconf. resolves rhbz#1072097 - add upstream patch to make it build with cmake 3.0 * Mon Jan 20 2014 Kai Engert - 29.4-1 - Update to 29.4 - Change configure to cmake * Sat Aug 03 2013 Fedora Release Engineering - 27.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Jun 20 2013 Rahul Sundaram - 27.3.1-1 - update to 27.3.1-1 * Fri Mar 29 2013 Kalev Lember - 26.0-1 - Update to 26.0 * Fri Jan 25 2013 Rahul Sundaram - 25.3-1 - upstream release 25.3 * Fri Sep 21 2012 Kalev Lember - 23.92-1 - Update to 23.92 * Wed Jul 18 2012 Fedora Release Engineering - 20.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Jun 1 2012 Ville Skyttä - 20.2-3 - Own %%{_libexecdir}/deja-dup and %%{_datadir}/deja-dup dirs. * Wed Mar 21 2012 Tom Callaway - 20.2-2 - fix BuildRequires * Wed Mar 21 2012 Richard Hughes - 20.2-1 - Update to 20.2 * Fri Jan 13 2012 Fedora Release Engineering - 20.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Sun Oct 23 2011 Rahul Sundaram - 20.1-1 - New upstream release - https://launchpad.net/deja-dup/+announcement/9065 - http://bazaar.launchpad.net/~deja-dup-hackers/deja-dup/20/view/1210/NEWS - Fixes rhbz#748223 - validate deja-dup-monitor.desktop * Tue Aug 23 2011 Rahul Sundaram - 19.90-1 - New upstream release - https://launchpad.net/deja-dup/+announcement/8826 - http://bazaar.launchpad.net/~deja-dup-hackers/deja-dup/20/view/1141/NEWS - Drop no longer needed build requires on po4a and unique-devel * Sun Aug 07 2011 Rahul Sundaram - 19.5-1 - New upstream release - Validate the preferences desktop file. Upstream bug reported by me lp:822312 - Drop BR on libxml2-python since itstool was fixed by me to add that dep * Sun Aug 07 2011 Rahul Sundaram - 19.4-1 - New upstream release - https://launchpad.net/deja-dup/+announcement/8715 - Upstream dropped Ubuntu specific icons per my bug report - Dropped build requires on control-center-devel. no longer exists - Added build requires on itstool and libxml2-python - Changed build requires from gnome-doc-utils to yelp-tools - Add versioned requires on duplicity as per offlist mail from upstream - Validate the primary desktop file - Drop GConf entirely * Sun Jun 26 2011 Jitesh Shah - 19.3-1 - New upstream release (Mostly bugfixes and a couple of layout changes) - https://launchpad.net/deja-dup/20/19.3 - http://bazaar.launchpad.net/~deja-dup-team/deja-dup/20/view/head:/NEWS * Tue Jun 14 2011 Rahul Sundaram - 19.2.2-1 - New upstream release - https://launchpad.net/deja-dup/20/19.2 - http://bazaar.launchpad.net/~deja-dup-team/deja-dup/20/view/head:/NEWS - Drop build dependency on unique3-devel. No longer needed * Mon May 09 2011 Rahul Sundaram - 19.1-1 - New upstream release - Drop defattr since recent rpm makes it redundant - Add control-center-devel as build requires - Update gsettings scriptlets to match latest guidelines - Drop obsolete and invalid configuration options * Sat Apr 16 2011 Chris Smart - 18.1.1-1 - Update to latest upstream release, which will "actually work with NetworkManager 0.9" - http://bazaar.launchpad.net/~deja-dup-team/deja-dup/18/revision/888 * Wed Apr 13 2011 Chris Smart - 18.1-1 - Update to latest upstream release, 18.1 - https://launchpad.net/deja-dup/18/18.1 * Sat Apr 09 2011 Chris Smart - 18.0-1 - Update to latest upstream release, 18.0 - https://launchpad.net/deja-dup/18/18.0 * Wed Apr 06 2011 Dan Williams - 17.92-3 - Really fix for NM 0.9 * Tue Apr 05 2011 Dan Williams - 17.92-2 - Update for NetworkManager 0.9 * Sun Mar 27 2011 Rahul Sundaram - 17.92-1 - Update to latest upstream release - http://bazaar.launchpad.net/~deja-dup-team/deja-dup/trunk/revision/863 * Thu Mar 17 2011 Chris Smart - 17.91-1 - Update to latest upstream release - http://bazaar.launchpad.net/~deja-dup-team/deja-dup/trunk/revision/854 * Sat Mar 05 2011 Chris Smart - 17.90-1 - Update to latest upstream release - http://bazaar.launchpad.net/~deja-dup-team/deja-dup/trunk/revision/838 * Tue Feb 15 2011 Rahul Sundaram - 17.6-3 - Rebuild against new GTK * Fri Feb 11 2011 Matthias Clasen - 17.6-2 - Rebuild against newer gtk * Fri Feb 11 2011 Rahul Sundaram - 17.6-2 - Update build requirements * Fri Feb 11 2011 Rahul Sundaram - 17.6-1 - Update to latest upstream release - http://bazaar.launchpad.net/~deja-dup-team/deja-dup/trunk/revision/827 - Drop no longer needed nautilus extension related patch - Enable GTK3 and Nautilus support unconditionally * Tue Feb 08 2011 Fedora Release Engineering - 17.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Feb 2 2011 Matthias Clasen - 17.5-1 - Update to 17.5 * Sat Jan 29 2011 Ville Skyttä - 17.4-3 - Dir ownership fixes. * Fri Jan 7 2011 Matthias Clasen - 17.4-2 - Rebuild against new GTK+ * Tue Dec 28 2010 Rahul Sundaram - 17.4-1 - http://bazaar.launchpad.net/~deja-dup-team/deja-dup/trunk/annotate/761/NEWS - Reorganize the backup location preferences to be more intuitive - New Chinese (simplified) translation and other translation updates * Sat Dec 04 2010 Rahul Sundaram - 17.3-1 - https://launchpad.net/deja-dup/+announcement/7341 - http://bazaar.launchpad.net/~deja-dup-team/deja-dup/trunk/revision/753#NEWS - drop no longer needed libnotify patch * Fri Dec 3 2010 Matthias Clasen - 17.2-1 - Update to 17.2 * Fri Nov 12 2010 Adam Williamson - 17.1-1 - bump to 17.1 - adjust for use of gsettings - add notify.patch to fix build against new libnotify * Sun Jun 06 2010 Rahul Sundaram - 15.3-2 - Drop the dependency on yelp * Sun Jun 06 2010 Rahul Sundaram - 15.3-1 - Several bug fixes including a potential data loss fix * Sat May 08 2010 Rahul Sundaram - 15.1-1 - http://bazaar.launchpad.net/~deja-dup-team/deja-dup/trunk/revision/646#NEWS - Reorganize help documentation to use new mallard format - Change terminology for 'backup' verb to 'back up' - Many new and updated translations * Sat May 01 2010 Rahul Sundaram - 14.1-1 - https://launchpad.net/deja-dup/+announcement/5730 - Fix critical bugs preventing backup to external disks and restore single dir * Sun Apr 18 2010 Rahul Sundaram - 14.0.3-1 - https://launchpad.net/deja-dup/+announcement/5630 - fix restoring to a non-empty directory * Mon Apr 12 2010 Rahul Sundaram - 14.0.2-1 - https://launchpad.net/deja-dup/+announcement/5544 - drop the clean section * Thu Apr 01 2010 Rahul Sundaram - 14.0-1 - new upstream release - http://bazaar.launchpad.net/~deja-dup-team/deja-dup/14/annotate/head:/NEWS - Gconf schema installation. Fixes rhbz #577004 * Sat Mar 20 2010 Rahul Sundaram - 13.92-1 - new upstream release - https://launchpad.net/deja-dup/+announcement/5313 * Mon Mar 01 2010 Rahul Sundaram - 13.91-1 - new upstream release - Fix review issues * Tue Dec 22 2009 Rahul Sundaram - 13.4-1 - new upstream release - http://bazaar.launchpad.net/~deja-dup-team/deja-dup/trunk/revision/557#NEWS * Tue Dec 08 2009 Rahul Sundaram - 13.3-1 - new upstream release * Mon Nov 23 2009 Rahul Sundaram - 11.1-1 - Initial spec