]> git.pld-linux.org Git - packages/deja-dup.git/blob - deja-dup.spec
1fafdcc49421590f29ec6966adad97ea6dc7d40f
[packages/deja-dup.git] / deja-dup.spec
1 Summary:        Backup tool
2 Name:           deja-dup
3 Version:        14.1
4 Release:        1
5 License:        GPL v3
6 Group:          X11/Applications
7 Source0:        http://launchpad.net/deja-dup/14/14.1/+download/%{name}-%{version}.tar.bz2
8 # Source0-md5:  6fe6a0e1ece31121ec6d9c22ed805c45
9 URL:            http://launchpad.net/deja-dup
10 BuildRequires:  GConf2-devel
11 BuildRequires:  autoconf >= 2.64
12 BuildRequires:  automake >= 1:1.10
13 BuildRequires:  dbus-glib-devel
14 BuildRequires:  gettext-devel
15 BuildRequires:  glib2-devel >= 1:2.20.0
16 BuildRequires:  gnome-doc-utils
17 BuildRequires:  gtk+2-devel >= 2:2.18.0
18 BuildRequires:  intltool
19 BuildRequires:  libgnome-keyring-devel
20 BuildRequires:  libnotify-devel
21 BuildRequires:  libtool
22 BuildRequires:  libunique-devel
23 BuildRequires:  nautilus-devel
24 BuildRequires:  pkgconfig
25 BuildRequires:  rpmbuild(find_lang) >= 1.23
26 BuildRequires:  rpmbuild(macros) >= 1.311
27 BuildRequires:  vala >= 0.8.0
28 Requires(post,postun):  gtk+2
29 Requires(post,preun):   GConf2
30 Requires:       duplicity
31 Requires:       hicolor-icon-theme
32 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
34 %description
35 Deja Dup is a simple backup tool. It hides the complexity of doing
36 backups the 'right way' (encrypted, off-site, and regular) and uses
37 duplicity as the backend.
38
39 Features:
40 - Support for local or remote backup locations, including Amazon S3
41 - Securely encrypts and compresses your data
42 - Incrementally backs up, letting you restore from any particular
43   backup
44 - Schedules regular backups
45 - Integrates well into your GNOME desktop
46
47 %prep
48 %setup -q
49
50 %build
51 %{__intltoolize}
52 %{__libtoolize}
53 %{__aclocal} -I m4
54 %{__autoconf}
55 %{__autoheader}
56 %{__automake}
57 %configure \
58         --disable-schemas-install \
59         --disable-silent-rules
60
61 %{__make}
62
63 %install
64 rm -rf $RPM_BUILD_ROOT
65
66 %{__make} install \
67         DESTDIR=$RPM_BUILD_ROOT
68
69 rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-2.0/*.{a,la}
70
71 %find_lang %{name} --with-gnome --with-omf
72
73 %clean
74 rm -rf $RPM_BUILD_ROOT
75
76 %post
77 %update_icon_cache hicolor
78 %gconf_schema_install deja-dup.schemas
79
80 %preun
81 %gconf_schema_uninstall deja-dup.schemas
82
83 %postun
84 %update_icon_cache hicolor
85
86 %files -f %{name}.lang
87 %defattr(644,root,root,755)
88 %doc AUTHORS NEWS
89 %attr(755,root,root) %{_bindir}/deja-dup
90 %attr(755,root,root) %{_bindir}/deja-dup-monitor
91 %attr(755,root,root) %{_bindir}/deja-dup-preferences
92 %{_desktopdir}/deja-dup.desktop
93 %{_iconsdir}/hicolor/scalable/*/*.svg
94 %{_sysconfdir}/xdg/autostart/deja-dup-monitor.desktop
95 %{_sysconfdir}/gconf/schemas/deja-dup.schemas
96 %{_mandir}/man1/*.1*
97 %lang(ar) %{_mandir}/ar/man1/*.1*
98 %lang(cs) %{_mandir}/cs/man1/*.1*
99 %lang(da) %{_mandir}/da/man1/*.1*
100 %lang(de) %{_mandir}/de/man1/*.1*
101 %lang(en_GB) %{_mandir}/en_GB/man1/*.1*
102 %lang(es) %{_mandir}/es/man1/*.1*
103 %lang(fi) %{_mandir}/fi/man1/*.1*
104 %lang(fr) %{_mandir}/fr/man1/*.1*
105 %lang(gl) %{_mandir}/gl/man1/*.1*
106 %lang(he) %{_mandir}/he/man1/*.1*
107 %lang(hu) %{_mandir}/hu/man1/*.1*
108 %lang(id) %{_mandir}/id/man1/*.1*
109 %lang(it) %{_mandir}/it/man1/*.1*
110 %lang(ja) %{_mandir}/ja/man1/*.1*
111 %lang(lt) %{_mandir}/lt/man1/*.1*
112 %lang(nl) %{_mandir}/nb/man1/*.1*
113 %lang(nl) %{_mandir}/nl/man1/*.1*
114 %lang(ps) %{_mandir}/ps/man1/*.1*
115 %lang(ru) %{_mandir}/ru/man1/*.1*
116 %lang(sv) %{_mandir}/sv/man1/*.1*
117 %lang(tr) %{_mandir}/tr/man1/*.1*
118 %attr(755,root,root) %{_libdir}/nautilus/extensions-2.0/libnautilus-deja-dup.so
This page took 0.116407 seconds and 3 git commands to generate.