packages: deja-dup/deja-dup.spec (NEW) - new

megabajt megabajt at pld-linux.org
Sat May 15 12:37:49 CEST 2010


Author: megabajt                     Date: Sat May 15 10:37:49 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/deja-dup:
   deja-dup.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/deja-dup/deja-dup.spec
diff -u /dev/null packages/deja-dup/deja-dup.spec:1.1
--- /dev/null	Sat May 15 12:37:50 2010
+++ packages/deja-dup/deja-dup.spec	Sat May 15 12:37:44 2010
@@ -0,0 +1,129 @@
+# $Revision$, $Date$
+Summary:	Backup tool
+Name:		deja-dup
+Version:	14.1
+Release:	1
+License:	GPL v3
+Group:		X11/Applications
+Source0:	http://launchpad.net/deja-dup/14/14.1/+download/%{name}-%{version}.tar.bz2
+# Source0-md5:	6fe6a0e1ece31121ec6d9c22ed805c45
+URL:		http://launchpad.net/deja-dup
+BuildRequires:	GConf2-devel
+BuildRequires:	autoconf >= 2.64
+BuildRequires:	automake >= 1:1.10
+BuildRequires:	dbus-glib-devel
+BuildRequires:	gettext-devel
+BuildRequires:	glib2-devel >= 1:2.20.0
+BuildRequires:	gnome-doc-utils
+BuildRequires:	gtk+2-devel >= 2:2.18.0
+BuildRequires:	intltool
+BuildRequires:	libgnome-keyring-devel
+BuildRequires:	libnotify-devel
+BuildRequires:	libtool
+BuildRequires:	libunique-devel
+BuildRequires:	nautilus-devel
+BuildRequires:	pkgconfig
+BuildRequires:	rpmbuild(find_lang) >= 1.23
+BuildRequires:	rpmbuild(macros) >= 1.311
+BuildRequires:	vala >= 0.8.0
+Requires(post,postun):	gtk+2
+Requires(post,preun):	GConf2
+Requires:	duplicity
+Requires:	hicolor-icon-theme
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Deja 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
+%{__intltoolize}
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+	--disable-schemas-install \
+	--disable-silent-rules
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-2.0/*.{a,la}
+
+%find_lang %{name} --with-gnome --with-omf
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%update_icon_cache hicolor
+%gconf_schema_install deja-dup.schemas
+
+%preun
+%gconf_schema_uninstall deja-dup.schemas
+
+%postun
+%update_icon_cache hicolor
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS NEWS
+%attr(755,root,root) %{_bindir}/deja-dup
+%attr(755,root,root) %{_bindir}/deja-dup-monitor
+%attr(755,root,root) %{_bindir}/deja-dup-preferences
+%{_desktopdir}/deja-dup.desktop
+%{_iconsdir}/hicolor/scalable/*/*.svg
+%{_sysconfdir}/xdg/autostart/deja-dup-monitor.desktop
+%{_sysconfdir}/gconf/schemas/deja-dup.schemas
+%{_mandir}/man1/*.1*
+%lang(ar) %{_mandir}/ar/man1/*.1*
+%lang(cs) %{_mandir}/cs/man1/*.1*
+%lang(da) %{_mandir}/da/man1/*.1*
+%lang(de) %{_mandir}/de/man1/*.1*
+%lang(en_GB) %{_mandir}/en_GB/man1/*.1*
+%lang(es) %{_mandir}/es/man1/*.1*
+%lang(fi) %{_mandir}/fi/man1/*.1*
+%lang(fr) %{_mandir}/fr/man1/*.1*
+%lang(gl) %{_mandir}/gl/man1/*.1*
+%lang(he) %{_mandir}/he/man1/*.1*
+%lang(hu) %{_mandir}/hu/man1/*.1*
+%lang(id) %{_mandir}/id/man1/*.1*
+%lang(it) %{_mandir}/it/man1/*.1*
+%lang(ja) %{_mandir}/ja/man1/*.1*
+%lang(lt) %{_mandir}/lt/man1/*.1*
+%lang(nl) %{_mandir}/nb/man1/*.1*
+%lang(nl) %{_mandir}/nl/man1/*.1*
+%lang(ps) %{_mandir}/ps/man1/*.1*
+%lang(ru) %{_mandir}/ru/man1/*.1*
+%lang(sv) %{_mandir}/sv/man1/*.1*
+%lang(tr) %{_mandir}/tr/man1/*.1*
+%attr(755,root,root) %{_libdir}/nautilus/extensions-2.0/libnautilus-deja-dup.so
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2010/05/15 10:37:44  megabajt
+- new
+
================================================================


More information about the pld-cvs-commit mailing list