File: kbackup.spec

package info (click to toggle)
kbackup 0.7.1-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,096 kB
  • sloc: cpp: 1,888; sh: 78; xml: 10; makefile: 2
file content (57 lines) | stat: -rw-r--r-- 1,620 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Summary: kbackup is an application which lets you back up your data in a simple, user friendly way.
Name: kbackup
Version: 0.7.1
Release: 1
License: GPL
Group: Applications/Archiving
Source: http://members.aon.at/m.koller/kbackup-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-buildroot

%description
KBackup is a program that lets you back up any directories or files,
whereby it uses an easy to use directory tree to select the things to back up.
 
The program was designed to be very simple in its use
so that it can be used by non-computer experts.

It can do full- and incremental backups.
 
The storage format is the well known TAR format, whereby the data
is still stored in compressed format (bzip2 or gzip).

Included Languages:
- User interface:
  English, German, French, Italian, Russian, Slovak, Portuguese, Spanish, Swedish
- Handbook:
  English, German, French

%prep
%setup
mkdir kbackup-build
cd kbackup-build && cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..

%build
cd kbackup-build && make

%install
cd kbackup-build && make install

%clean
if [ "${RPM_BUILD_ROOT}" != "/" -a ! -z "${RPM_BUILD_ROOT}" ]
then
  rm -Rf ${RPM_BUILD_ROOT}
fi

%files
%defattr(-,root,root)

/usr/bin/kbackup
/usr/share/mime/packages/kbackup.xml
/usr/share/applications/kde4/kbackup.desktop
/usr/share/icons/hicolor/16x16/mimetypes/text-x-kbp.png
/usr/share/icons/hicolor/32x32/mimetypes/text-x-kbp.png
/usr/share/icons/hicolor/16x16/apps/kbackup.png
/usr/share/icons/hicolor/32x32/apps/kbackup.png
/usr/share/kde4/apps/kbackup/
%doc /usr/share/doc/kde/HTML/*/kbackup/
/usr/share/locale/*/LC_MESSAGES/kbackup.mo