Warning, /utilities/kbackup/kbackup.spec is written in an unsupported language. File is not indexed.
0001 Summary: kbackup is an application which lets you back up your data in a simple, user friendly way.
0002 Name: kbackup
0003 Version: 1.0.1
0004 Release: 1
0005 License: GPL
0006 Group: Applications/Archiving
0007 Source: http://members.aon.at/m.koller/kbackup-%{version}.tar.bz2
0008 BuildRoot: %{_tmppath}/%{name}-buildroot
0009
0010 %description
0011 KBackup is a program that lets you back up any directories or files,
0012 whereby it uses an easy to use directory tree to select the things to back up.
0013
0014 The program was designed to be very simple in its use
0015 so that it can be used by non-computer experts.
0016
0017 It can do full- and incremental backups.
0018
0019 The storage format is the well known TAR format, whereby the data
0020 is still stored in compressed format (bzip2 or gzip).
0021
0022 Included Languages:
0023 - User interface:
0024 English, German, French, Italian, Russian, Slovak, Portuguese, Spanish, Swedish
0025 - Handbook:
0026 English, German, French
0027
0028 %prep
0029 %setup
0030 mkdir kbackup-build
0031 cd kbackup-build && cmake -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` ..
0032
0033 %build
0034 cd kbackup-build && make
0035
0036 %install
0037 cd kbackup-build && make install
0038
0039 %clean
0040 if [ "${RPM_BUILD_ROOT}" != "/" -a ! -z "${RPM_BUILD_ROOT}" ]
0041 then
0042 rm -Rf ${RPM_BUILD_ROOT}
0043 fi
0044
0045 %files
0046 %defattr(-,root,root)
0047
0048 /usr/bin/kbackup
0049 /usr/share/mime/packages/kbackup.xml
0050 /usr/share/applications/kde4/kbackup.desktop
0051 /usr/share/icons/hicolor/16x16/mimetypes/text-x-kbp.png
0052 /usr/share/icons/hicolor/32x32/mimetypes/text-x-kbp.png
0053 /usr/share/icons/hicolor/16x16/apps/kbackup.png
0054 /usr/share/icons/hicolor/32x32/apps/kbackup.png
0055 /usr/share/kde4/apps/kbackup/
0056 %doc /usr/share/doc/kde/HTML/*/kbackup/
0057 /usr/share/locale/*/LC_MESSAGES/kbackup.mo