From 5ad9800a138434aec559fbb85885f68c86b5879e Mon Sep 17 00:00:00 2001 From: Rahul Sundaram Date: Mar 02 2010 09:42:25 +0000 Subject: cvs-import --- diff --git a/.cvsignore b/.cvsignore index e69de29..38ffb7a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +deja-dup-13.91.tar.bz2 diff --git a/deja-dup.spec b/deja-dup.spec new file mode 100644 index 0000000..13a438a --- /dev/null +++ b/deja-dup.spec @@ -0,0 +1,92 @@ +Name: deja-dup +Version: 13.91 +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}/14/%{version}/+download/%{name}-%{version}.tar.bz2 +BuildRequires: gettext desktop-file-utils intltool scrollkeeper +BuildRequires: gnome-doc-utils pango-devel cairo-devel vala-devel +BuildRequires: libtool GConf2-devel glib2-devel libnotify-devel +BuildRequires: po4a unique-devel nautilus-devel gnome-keyring-devel +Requires: duplicity yelp +%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 or remote backup locations, including Amazon S3 + • 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 + +%prep +%setup -q + + +%build +%configure --disable-static +make %{?_smp_mflags} + + +%install +make install DESTDIR=%{buildroot} +rm -f %{buildroot}/%{_libdir}/nautilus/extensions-2.0/*.la +rm -f %{buildroot}/%{_datadir}/icons/Humanity/ + +%find_lang %{name} --with-man --with-gnome + +%clean +rm -rf %{buildroot} + +%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 || : +fi + +%posttrans +gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : + + + +%files -f %{name}.lang +%defattr(-,root,root,-) +%doc COPYING NEWS +%{_bindir}/deja-* +%{_mandir}/man1/deja-dup.1.gz +%{_mandir}/man1/deja-dup-monitor.1.gz +%{_mandir}/man1/deja-dup-preferences.1.gz +%{_mandir}/*/man1/deja-dup-monitor.1.gz +%{_mandir}/*/man1/deja-dup-preferences.1.gz +%{_sysconfdir}/gconf/schemas/deja-dup.schemas +%{_sysconfdir}/xdg/autostart/deja-dup-monitor.desktop +%{_libdir}/nautilus/extensions-2.0/libnautilus-deja-dup.so +%{_datadir}/applications/deja-dup.desktop +%{_datadir}/icons/hicolor/scalable/actions/deja-dup-backup.svg +%{_datadir}/icons/hicolor/scalable/actions/deja-dup-restore.svg +%{_datadir}/icons/hicolor/scalable/apps/deja-dup.svg +%{_datadir}/icons/hicolor/scalable/apps/deja-dup-symbolic.svg + + +%changelog +* 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 + +* Tue Nov 23 2009 Rahul Sundaram - 11.1-1 +- Initial spec diff --git a/import.log b/import.log new file mode 100644 index 0000000..71abbd9 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +deja-dup-13_91-1_fc12:HEAD:deja-dup-13.91-1.fc12.src.rpm:1267522418 diff --git a/sources b/sources index e69de29..fed4296 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +03fe0294463746660a20f0dc79e1a066 deja-dup-13.91.tar.bz2