[deja-dup/f20] * Mon Jan 20 2014 Kai Engert <kaie at redhat.com> - 29.4-1 - Update to 29.4 - Change configure to cmake

Kai Engert kengert at fedoraproject.org
Mon Jan 20 12:03:27 UTC 2014


commit 2d51e47104259317d561b755e7475c882ac99110
Author: Kai Engert <kaie at redhat.com>
Date:   Mon Jan 20 13:03:32 2014 +0100

    * Mon Jan 20 2014 Kai Engert <kaie at redhat.com> - 29.4-1
    - Update to 29.4
    - Change configure to cmake

 deja-dup.spec |   24 +++++++++++++++---------
 sources       |    2 +-
 2 files changed, 16 insertions(+), 10 deletions(-)
---
diff --git a/deja-dup.spec b/deja-dup.spec
index 0f7b83c..5765606 100644
--- a/deja-dup.spec
+++ b/deja-dup.spec
@@ -1,6 +1,6 @@
 Name:           deja-dup
-Version:        27.3.1
-Release:        2%{?dist}
+Version:        29.4
+Release:        1%{?dist}
 Summary:        Simple backup tool and frontend for duplicity
 
 Group:          Applications/Archiving
@@ -8,6 +8,7 @@ License:        GPLv3+
 URL:            https://launchpad.net/deja-dup
 Source0:        http://launchpad.net/%{name}/28/%{version}/+download/%{name}-%{version}.tar.xz
 
+BuildRequires:  cmake
 BuildRequires:  gettext desktop-file-utils intltool
 BuildRequires:  yelp-tools pango-devel cairo-devel vala-devel
 BuildRequires:  libtool glib2-devel libnotify-devel
@@ -35,7 +36,7 @@ Features:
 %setup -q
 
 %build
-%configure --disable-static --with-nautilus --with-gnu-ld
+cmake -DENABLE_NAUTILUS=ON -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_INSTALL_SYSCONFDIR=%{_sysconfdir}
 make %{?_smp_mflags}
 
 %install
@@ -80,11 +81,16 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_libexecdir}/deja-dup/
 %{_datadir}/applications/deja-dup.desktop
 %{_datadir}/deja-dup/
+%{_datadir}/appdata/deja-dup.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
 
 %changelog
+* Mon Jan 20 2014 Kai Engert <kaie at redhat.com> - 29.4-1
+- Update to 29.4
+- Change configure to cmake
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 27.3.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
@@ -177,18 +183,18 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 * Wed Apr 06 2011 Dan Williams <dcbw at redhat.com> - 17.92-3
 - Really fix for NM 0.9
 
-* Wed Apr 05 2011 Dan Williams <dcbw at redhat.com> - 17.92-2
+* Tue Apr 05 2011 Dan Williams <dcbw at redhat.com> - 17.92-2
 - Update for NetworkManager 0.9
 
 * Sun Mar 27 2011 Rahul Sundaram <sundaram at fedoraproject.org> - 17.92-1
 - Update to latest upstream release
 - http://bazaar.launchpad.net/~deja-dup-team/deja-dup/trunk/revision/863
 
-* Tue Mar 17 2011 Chris Smart <csmart at fedoraproject.org> - 17.91-1
+* Thu Mar 17 2011 Chris Smart <csmart at fedoraproject.org> - 17.91-1
 - Update to latest upstream release
 - http://bazaar.launchpad.net/~deja-dup-team/deja-dup/trunk/revision/854
 
-* Tue Mar 05 2011 Chris Smart <csmart at fedoraproject.org> - 17.90-1
+* Sat Mar 05 2011 Chris Smart <csmart at fedoraproject.org> - 17.90-1
 - Update to latest upstream release
 - http://bazaar.launchpad.net/~deja-dup-team/deja-dup/trunk/revision/838
 
@@ -224,7 +230,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 - Reorganize the backup location preferences to be more intuitive
 - New Chinese (simplified) translation and other translation updates
 
-* Fri Dec 04 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 17.3-1
+* Sat Dec 04 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 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
@@ -266,7 +272,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 - http://bazaar.launchpad.net/~deja-dup-team/deja-dup/14/annotate/head:/NEWS
 - Gconf schema installation. Fixes rhbz #577004
 
-* Mon Mar 20 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 13.92-1
+* Sat Mar 20 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 13.92-1
 - new upstream release
 - https://launchpad.net/deja-dup/+announcement/5313
 
@@ -281,5 +287,5 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 * Tue Dec 08 2009 Rahul Sundaram <sundaram at fedoraproject.org> - 13.3-1
 - new upstream release
 
-* Tue Nov 23 2009 Rahul Sundaram <sundaram at fedoraproject.org> - 11.1-1
+* Mon Nov 23 2009 Rahul Sundaram <sundaram at fedoraproject.org> - 11.1-1
 - Initial spec
diff --git a/sources b/sources
index d65a1f5..3fb50a2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-db09e01af52ef216a7b62c82ac788df1  deja-dup-27.3.1.tar.xz
+38bda79b3200c61b3e4f97d15ad3e9b3  deja-dup-29.4.tar.xz


More information about the scm-commits mailing list