diff --git a/README.md b/README.md index 7b5bb11..3c64c6a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # kbackup +KDE Frameworks 5 backup program with an easy to use User Interface. + diff --git a/kbackup.spec b/kbackup.spec new file mode 100644 index 0000000..08822df --- /dev/null +++ b/kbackup.spec @@ -0,0 +1,84 @@ +%define majver %(echo %version | cut -d. -f1-2) + +Name: kbackup +Version: 18.04.0 +Release: 1mamba +Summary: KDE Frameworks 5 backup program with an easy to use User Interface +Group: Graphical Desktop/Applications/Utilities +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.kde.org +Source: https://download.kde.org/stable/applications/%{version}/src/kbackup-%{version}.tar.xz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libgcc +BuildRequires: libkarchive-devel +BuildRequires: libkauth-devel +BuildRequires: libkbookmarks-devel +BuildRequires: libkcodecs-devel +BuildRequires: libkcompletion-devel +BuildRequires: libkconfig-devel +BuildRequires: libkconfigwidgets-devel +BuildRequires: libkcoreaddons-devel +BuildRequires: libki18n-devel +BuildRequires: libkiconthemes-devel +BuildRequires: libkio-devel +BuildRequires: libkitemviews-devel +BuildRequires: libkjobwidgets-devel +BuildRequires: libknotifications-devel +BuildRequires: libkservice-devel +BuildRequires: libkwidgetsaddons-devel +BuildRequires: libkxmlgui-devel +BuildRequires: libqt5-devel +BuildRequires: libsolid-devel +BuildRequires: libstdc++6-devel +## AUTOBUILDREQ-END +BuildRequires: cmake +BuildRequires: rpm-macros-kde5 +BuildRequires: extra-cmake-modules +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +KDE Frameworks 5 backup program with an easy to use User Interface. + +%debug_package + +%prep +%setup -q + +%build +%cmake_kde5 -d build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall -C build + +%find_lang %{name}5_qt --with-qt --with-man --all-name || touch %{name}5_qt.lang + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files -f %{name}5_qt.lang +%defattr(-,root,root) +%{_bindir}/kbackup +%{_datadir}/applications/org.kde.kbackup.desktop +%{_datadir}/icons/hicolor/22x22/actions/kbackup*.png +%{_datadir}/icons/hicolor/*/apps/kbackup.png +%{_datadir}/icons/hicolor/*/mimetypes/text-x-kbp.png +%{_datadir}/kxmlgui5/kbackup/kbackupui.rc +%{_datadir}/metainfo/org.kde.kbackup.appdata.xml +%{_datadir}/mime/packages/kbackup.xml +%lang(ca) %{_datadir}/doc/HTML/ca/kbackup +%lang(de) %{_datadir}/doc/HTML/de/kbackup +%lang(en) %{_datadir}/doc/HTML/en/kbackup +%lang(nl) %{_datadir}/doc/HTML/nl/kbackup +%lang(sv) %{_datadir}/doc/HTML/sv/kbackup +%lang(uk) %{_datadir}/doc/HTML/uk/kbackup +%doc AUTHORS COPYING + +%changelog +* Tue Apr 24 2018 Silvan Calarco 18.04.0-1mamba +- package created using the webbuild interface