okteta/okteta.spec

108 lines
3.0 KiB
RPMSpec

#
# spec file for package okteta
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: okteta
BuildRequires: attica-qt5-devel
BuildRequires: cmake
BuildRequires: extra-cmake-modules
BuildRequires: fdupes
BuildRequires: kcmutils-devel
BuildRequires: kdoctools-devel
BuildRequires: kf5-filesystem
BuildRequires: knewstuff-devel
BuildRequires: kparts-devel
BuildRequires: kiconthemes-devel
BuildRequires: kdbusaddons-devel
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(Qt5Designer)
BuildRequires: pkgconfig(Qt5PrintSupport)
BuildRequires: pkgconfig(Qt5ScriptTools)
Requires(post): shared-mime-info
Requires(postun): shared-mime-info
Obsoletes: okteta5 < %{version}
Summary: Hex Editor
License: GPL-2.0 and GFDL-1.2
Group: Development/Tools/Other
Url: http://www.kde.org/
Version: 15.04.0
Release: 0
Source0: okteta-%{version}.tar.xz
Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Okteta is a hex editor for the KDE desktop.
%package devel
Summary: Development files for the Okteta Hex Editor
Group: Development/Tools/Other
Requires: %{name} = %{version}
Obsoletes: okteta5-devel
%description devel
Contains the development files for the Okteta Hex Editor
%prep
%setup -q
%build
%cmake_kf5 -d build
%make_jobs
%install
%kf5_makeinstall -C build
%suse_update_desktop_file org.kde.okteta Utility Editor
%post
/sbin/ldconfig
%{_bindir}/update-mime-database %{_kf5_sharedir}/mime &> /dev/null || :
%postun
/sbin/ldconfig
%{_bindir}/update-mime-database %{_kf5_sharedir}/mime &> /dev/null || :
%files
%defattr(-,root,root)
%{_kf5_bindir}/struct2osd
%{_kf5_bindir}/okteta
%{_kf5_sharedir}/mime/packages/okteta.xml
%{_kf5_applicationsdir}/org.kde.okteta.desktop
%config %{_kf5_configdir}/okteta-structures.knsrc
%{_kf5_sharedir}/icons/hicolor/*/*/*.*
%{_kf5_sharedir}/okteta*/
%{_kf5_sharedir}/kxmlgui5/
%{_kf5_sharedir}/appdata/
%{_kf5_plugindir}/
%{_kf5_libdir}/libkasten*.so.*
%{_kf5_libdir}/libokteta*.so.*
%{_kf5_configkcfgdir}/
%dir %{_kf5_htmldir}/en
%dir %{_kf5_htmldir}
%doc %{_kf5_htmldir}/en/okteta/
%files devel
%defattr(-,root,root)
%{_kf5_prefix}/include/*/
%{_kf5_libdir}/libkasten*.so
%{_kf5_libdir}/libokteta*.so
%{_kf5_libdir}/cmake/
%changelog