Accepting request 135383 from home:ketheriel:branches:GNOME:Apps
need rework OBS-URL: https://build.opensuse.org/request/show/135383 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/deja-dup?expand=0&rev=44
This commit is contained in:
parent
365ca1113e
commit
f4d30c9bb6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44cb8fcd45799a369c8da2717792a87e3e183eeca1b07fa8f2aac8664f00ca5e
|
||||
size 777248
|
3
deja-dup-23.92.tar.xz
Normal file
3
deja-dup-23.92.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:13c7d57dcd74434f86751563e7269c1fa466cdca5c5588214fa748ac7fa129a2
|
||||
size 864552
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 21 23:39:21 UTC 2012 - nmo.marques@gmail.com
|
||||
|
||||
- Update to version 23.92:
|
||||
+ Only allow one deja-dup-monitor process at a time
|
||||
- Changes from version 23.90:
|
||||
+ Add extra checks at the end of a backup to verify we can
|
||||
successfully restore it later
|
||||
- Changes from version 23.4:
|
||||
+ lways makes a fresh backup every three months now,
|
||||
regardless of how often automatic backups happen
|
||||
+ Don't prompt for root password when restoring from Ubuntu
|
||||
One, as it won't work anyway (U1 needs to talk to your
|
||||
session bus, which root can't do)
|
||||
+ Use pkexec instead of gksu
|
||||
- Changes from version 23.2:
|
||||
+ Requires: glib >= 2.32
|
||||
Requires: valac >= 0.16
|
||||
Requires: libpeas
|
||||
- Add 'pkgconfig(libpea-1.0)' to BR's; new dependency
|
||||
- Add 'python-cloudfiles' to recommends (is available for >= 1220)
|
||||
- Removed localization scriptlets; %find_lang handles this ok now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 18 21:49:45 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
|
@ -17,11 +17,9 @@
|
||||
|
||||
|
||||
Name: deja-dup
|
||||
Version: 22.1
|
||||
Version: 23.92
|
||||
Release: 0
|
||||
# FIXME: reenable "make check" in %%check, when lp#940110 is fixed
|
||||
# FIXME: the %%{_datadir}/help/$locale/ files be found by %%find_lang
|
||||
# FIXME: check if python-cloudfiles is packaged, and if yes, uncomment Recommends
|
||||
Summary: Simple backup tool and frontend for duplicity
|
||||
License: GPL-3.0+
|
||||
Group: Productivity/Archiving/Backup
|
||||
@ -34,19 +32,20 @@ BuildRequires: gnome-doc-utils-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: perl-gettext
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: vala >= 0.14.0
|
||||
BuildRequires: vala >= 0.16
|
||||
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
|
||||
BuildRequires: xz
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.32
|
||||
BuildRequires: pkgconfig(gnome-keyring-1)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(libnautilus-extension)
|
||||
BuildRequires: pkgconfig(libnotify)
|
||||
BuildRequires: pkgconfig(libpeas-1.0)
|
||||
Requires: duplicity
|
||||
Recommends: %{name}-lang
|
||||
Recommends: python-boto
|
||||
# Needed for Rackspace Cloud Files support, but not packaged :/
|
||||
#Recommends: python-cloudfiles
|
||||
Recommends: python-cloudfiles
|
||||
%glib2_gsettings_schema_requires
|
||||
|
||||
%description
|
||||
@ -96,14 +95,6 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%suse_update_desktop_file deja-dup-monitor
|
||||
%suse_update_desktop_file -r deja-dup-preferences GTK GNOME System Archiving X-SuSE-Backup
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
# Localized help
|
||||
for help in %{buildroot}%{_datadir}/help/*/deja-dup/; do
|
||||
LOCALE=`echo $help | sed "s:.*%{_datadir}/help/\([^/]*\)/deja-dup/:\1:g"`
|
||||
echo "%%lang($LOCALE) %%dir %%{_datadir}/help/$LOCALE" >> %{name}.help-lang.tmp
|
||||
echo "%%lang($LOCALE) %%doc /${help##%{buildroot}}" >> %{name}.help-lang.tmp
|
||||
done
|
||||
sort -u %{name}.help-lang.tmp | grep -v "^%%lang(C)" > %{name}.help-lang
|
||||
rm %{name}.help-lang.tmp
|
||||
# Localized man pages
|
||||
for man in %{buildroot}%{_mandir}/*/man1/*; do
|
||||
LOCALE=`echo $man | sed "s:.*%{_mandir}/\([^/]*\)/man1/.*:\1:g"`
|
||||
@ -151,6 +142,7 @@ rm %{name}.man-lang.tmp
|
||||
# put the files in the right subpackage
|
||||
%dir %{_libexecdir}/deja-dup
|
||||
%{_libexecdir}/deja-dup/deja-dup-monitor
|
||||
%{_libexecdir}/deja-dup/tools/
|
||||
%{_datadir}/applications/deja-dup.desktop
|
||||
%{_datadir}/applications/deja-dup-preferences.desktop
|
||||
%{_datadir}/%{name}/
|
||||
@ -159,11 +151,14 @@ rm %{name}.man-lang.tmp
|
||||
%{_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
|
||||
%dir %{_libdir}/deja-dup
|
||||
%{_libdir}/deja-dup/libcommon.so
|
||||
%{_libdir}/deja-dup/libwidgets.so
|
||||
|
||||
%files -n nautilus-deja-dup
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/nautilus/extensions-3.0/libdeja-dup.so
|
||||
|
||||
%files lang -f %{name}.lang -f %{name}.help-lang
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user