Dominique Leuenberger 2014-08-13 18:35:08 +00:00 committed by Git OBS Bridge
parent 143d02426b
commit 400087a5d9
3 changed files with 9 additions and 7 deletions

View File

@ -32,10 +32,12 @@ Sat Aug 9 19:26:09 UTC 2014 - sfalken@opensuse.org
- Add some autopilot tests, runnable by 'autopilot' and - Add some autopilot tests, runnable by 'autopilot' and
'autopilot-system' targets (which test against the local 'autopilot-system' targets (which test against the local
built executables or the installed system ones respectively). built executables or the installed system ones respectively).
- Updated translations. + Updated translations.
- Add 0001-help2man_stderr.patch: Corrects help2man failure in build - Add deja-dup-help2man_stderr.patch: Corrects help2man failure in
- Drop deja-dup-vala-0.22.patch: Incorporated upstream build.
- Updated .spec file for new CMake build process - Drop deja-dup-vala-0.22.patch: Incorporated upstream.
- Updated .spec file for new CMake build process: add cmake
BuildRequires.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 24 21:06:08 UTC 2013 - dimstar@opensuse.org Tue Dec 24 21:06:08 UTC 2013 - dimstar@opensuse.org

View File

@ -25,8 +25,8 @@ License: GPL-3.0+
Group: Productivity/Archiving/Backup Group: Productivity/Archiving/Backup
Url: https://launchpad.net/deja-dup Url: https://launchpad.net/deja-dup
Source0: https://launchpad.net/deja-dup/28/%{version}/+download/%{name}-%{version}.tar.xz Source0: https://launchpad.net/deja-dup/28/%{version}/+download/%{name}-%{version}.tar.xz
# PATCH-FIX-OPENSUSE 0001-help2man_stderr.patch sfalken@opensuse.org -- fixes help2man failure in build # PATCH-FIX-OPENSUSE deja-dup-help2man_stderr.patch sfalken@opensuse.org -- fixes help2man failure in build
Patch0: 0001-help2man_stderr.patch Patch0: deja-dup-help2man_stderr.patch
# For make check to work, we need dbus-launch # For make check to work, we need dbus-launch
BuildRequires: cmake BuildRequires: cmake
BuildRequires: dbus-1-x11 BuildRequires: dbus-1-x11
@ -42,7 +42,7 @@ BuildRequires: pkgconfig(libnautilus-extension)
BuildRequires: pkgconfig(libnotify) >= 0.7 BuildRequires: pkgconfig(libnotify) >= 0.7
BuildRequires: pkgconfig(libpeas-1.0) BuildRequires: pkgconfig(libpeas-1.0)
BuildRequires: pkgconfig(libsecret-1) BuildRequires: pkgconfig(libsecret-1)
Requires: duplicity >= 0.6.21 Requires: duplicity >= 0.6.23
Recommends: %{name}-lang Recommends: %{name}-lang
Recommends: python-boto Recommends: python-boto
Recommends: python-cloudfiles Recommends: python-cloudfiles