|
@@ -1,7 +1,7 @@
|
|
Summary: Backup utility that use duplicity as the backend
|
|
Summary: Backup utility that use duplicity as the backend
|
|
Summary(ja): バックエンドとして duplicity を使うバックアップユーティリティ
|
|
Summary(ja): バックエンドとして duplicity を使うバックアップユーティリティ
|
|
Name: deja-dup
|
|
Name: deja-dup
|
|
-Version: 22.1
|
|
|
|
|
|
+Version: 24.0
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Group: Applications/Archiving
|
|
Group: Applications/Archiving
|
|
License: GPLv3
|
|
License: GPLv3
|
|
@@ -25,6 +25,7 @@ BuildRequires: intltool >= 0.40
|
|
BuildRequires: itstool
|
|
BuildRequires: itstool
|
|
BuildRequires: libgnome-keyring-devel
|
|
BuildRequires: libgnome-keyring-devel
|
|
BuildRequires: libnotify-devel
|
|
BuildRequires: libnotify-devel
|
|
|
|
+BuildRequires: libpeas-devel
|
|
BuildRequires: nautilus-devel
|
|
BuildRequires: nautilus-devel
|
|
BuildRequires: pango-devel
|
|
BuildRequires: pango-devel
|
|
BuildRequires: perl-XML-Parser
|
|
BuildRequires: perl-XML-Parser
|
|
@@ -63,6 +64,8 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
|
#unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
|
|
#unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
|
|
|
|
|
|
rm -f %{buildroot}/%{_libdir}/nautilus/extensions-3.0/*.la
|
|
rm -f %{buildroot}/%{_libdir}/nautilus/extensions-3.0/*.la
|
|
|
|
+rm -f %{buildroot}/%{_libdir}/%{name}/*.la
|
|
|
|
+rm -f %{buildroot}/%{_libexecdir}/tools/*.la
|
|
|
|
|
|
desktop-file-install --vendor "" \
|
|
desktop-file-install --vendor "" \
|
|
--dir %{buildroot}%{_datadir}/applications \
|
|
--dir %{buildroot}%{_datadir}/applications \
|
|
@@ -106,8 +109,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|
%{_datadir}/GConf/gsettings/deja-dup.convert
|
|
%{_datadir}/GConf/gsettings/deja-dup.convert
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.DejaDup.gschema.xml
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.DejaDup.gschema.xml
|
|
%{_sysconfdir}/xdg/autostart/deja-dup-monitor.desktop
|
|
%{_sysconfdir}/xdg/autostart/deja-dup-monitor.desktop
|
|
|
|
+%{_libdir}/%{name}/lib*.so
|
|
%{_libdir}/nautilus/extensions-3.0/libdeja-dup.so
|
|
%{_libdir}/nautilus/extensions-3.0/libdeja-dup.so
|
|
%{_libexecdir}/deja-dup/deja-dup*
|
|
%{_libexecdir}/deja-dup/deja-dup*
|
|
|
|
+%{_libexecdir}/deja-dup/tools/
|
|
%{_datadir}/applications/deja-dup.desktop
|
|
%{_datadir}/applications/deja-dup.desktop
|
|
%{_datadir}/deja-dup/ui/restore-missing.ui
|
|
%{_datadir}/deja-dup/ui/restore-missing.ui
|
|
%{_datadir}/icons/hicolor/*/apps/deja-dup.png
|
|
%{_datadir}/icons/hicolor/*/apps/deja-dup.png
|
|
@@ -116,6 +121,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|
%{_datadir}/help/*/deja-dup/
|
|
%{_datadir}/help/*/deja-dup/
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Nov 30 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 24.0-1
|
|
|
|
+- new upstream release
|
|
|
|
+- added BuildRequires: libpeas-devel
|
|
|
|
+
|
|
* Tue May 01 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 22.1-1
|
|
* Tue May 01 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 22.1-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- changed source archive type to xz
|
|
- changed source archive type to xz
|