Accepting request 616630 from KDE:Extra
- Update to 0.25.0 * First stand-alone release independent of KDE Applications - Changes since 0.24.3 (as part of KDE Applications 17.12.3): * Support for opening files by Drag'n'Drop on the empty background and the empty view tab bar space has been restored (lost in Qt5 port) * Closing documents per MMB on the tab has been restored (lost in Qt5 port) * Mass reformatting & modernization of source code - Update build requirements and file list - Update URL and Source URL - Mark license files with %license instead of %doc - Ran spec-cleaner OBS-URL: https://build.opensuse.org/request/show/616630 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/okteta?expand=0&rev=61
This commit is contained in:
parent
bc981322a0
commit
a2b63373e8
3
okteta-0.25.0.tar.xz
Normal file
3
okteta-0.25.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e0399195fc2177fc39caf5c24585c9521f38b92c0780f92c329ee737e5e644d
|
||||
size 951328
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64b2d5264ac3b2e8010cbcf58fe03c567d4e44684a4fcd6e135eb14007da9a0f
|
||||
size 962772
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 12 08:05:47 UTC 2018 - wbauer@tmo.at
|
||||
|
||||
- Update to 0.25.0
|
||||
* First stand-alone release independent of KDE Applications
|
||||
- Changes since 0.24.3 (as part of KDE Applications 17.12.3):
|
||||
* Support for opening files by Drag'n'Drop on the empty
|
||||
background and the empty view tab bar space has been restored
|
||||
(lost in Qt5 port)
|
||||
* Closing documents per MMB on the tab has been restored (lost in
|
||||
Qt5 port)
|
||||
* Mass reformatting & modernization of source code
|
||||
- Update build requirements and file list
|
||||
- Update URL and Source URL
|
||||
- Mark license files with %license instead of %doc
|
||||
- Ran spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 08 23:52:30 CET 2018 - lbeltrame@kde.org
|
||||
|
||||
|
77
okteta.spec
77
okteta.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package okteta
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 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
|
||||
@ -17,45 +17,49 @@
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
Name: okteta
|
||||
Version: 17.12.3
|
||||
Version: 0.25.0
|
||||
Release: 0
|
||||
%define kf5_version 5.26.0
|
||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
Summary: Hex Editor
|
||||
License: GPL-2.0 and GFDL-1.2
|
||||
License: GPL-2.0-only AND GFDL-1.2-only
|
||||
Group: Development/Tools/Other
|
||||
Url: http://www.kde.org/
|
||||
Source0: okteta-%{version}.tar.xz
|
||||
BuildRequires: attica-qt5-devel
|
||||
URL: https://www.kde.org/applications/utilities/okteta
|
||||
Source0: https://download.kde.org/stable/okteta/%{version}/src/okteta-%{version}.tar.xz
|
||||
BuildRequires: cmake
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kcmutils-devel
|
||||
BuildRequires: kcrash-devel
|
||||
BuildRequires: kdbusaddons-devel
|
||||
BuildRequires: kdoctools-devel
|
||||
BuildRequires: extra-cmake-modules >= 5.38.0
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: kiconthemes-devel
|
||||
BuildRequires: knewstuff-devel
|
||||
BuildRequires: kparts-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: cmake(KF5Bookmarks)
|
||||
BuildRequires: cmake(KF5Codecs)
|
||||
BuildRequires: cmake(KF5Completion)
|
||||
BuildRequires: cmake(KF5ConfigWidgets)
|
||||
BuildRequires: cmake(KF5Crash)
|
||||
BuildRequires: cmake(KF5DBusAddons)
|
||||
BuildRequires: cmake(KF5DocTools)
|
||||
BuildRequires: cmake(KF5I18n)
|
||||
BuildRequires: cmake(KF5IconThemes)
|
||||
BuildRequires: cmake(KF5KCMUtils)
|
||||
BuildRequires: cmake(KF5KIO)
|
||||
BuildRequires: cmake(KF5NewStuff)
|
||||
BuildRequires: cmake(KF5Parts)
|
||||
BuildRequires: cmake(KF5Service)
|
||||
BuildRequires: cmake(KF5WidgetsAddons)
|
||||
BuildRequires: cmake(KF5XmlGui)
|
||||
BuildRequires: cmake(Qca-qt5)
|
||||
BuildRequires: pkgconfig(Qt5Designer)
|
||||
BuildRequires: pkgconfig(Qt5PrintSupport)
|
||||
BuildRequires: pkgconfig(Qt5ScriptTools)
|
||||
BuildRequires: cmake(Qt5Core) >= 5.9.0
|
||||
BuildRequires: cmake(Qt5Network)
|
||||
BuildRequires: cmake(Qt5PrintSupport)
|
||||
BuildRequires: cmake(Qt5Qml)
|
||||
BuildRequires: cmake(Qt5Script)
|
||||
BuildRequires: cmake(Qt5ScriptTools)
|
||||
BuildRequires: cmake(Qt5UiPlugin)
|
||||
BuildRequires: cmake(Qt5Widgets)
|
||||
BuildRequires: cmake(Qt5Xml)
|
||||
Requires(post): shared-mime-info
|
||||
Requires(postun): shared-mime-info
|
||||
Obsoletes: %{name}5 < %{version}
|
||||
Obsoletes: okteta5 < %{version}
|
||||
Provides: %{name}5 = %{version}
|
||||
%if %{with lang}
|
||||
Recommends: %{name}-lang
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Obsoletes: %{name}5 < %{version}
|
||||
Provides: %{name}5 = %{version}
|
||||
|
||||
%description
|
||||
Okteta is a hex editor for the raw data of files.
|
||||
@ -64,7 +68,7 @@ Okteta is a hex editor for the raw data of files.
|
||||
Summary: Development files for the Okteta Hex Editor
|
||||
Group: Development/Tools/Other
|
||||
Requires: %{name} = %{version}
|
||||
Obsoletes: okteta5-devel
|
||||
Obsoletes: %{name}5-devel
|
||||
|
||||
%description devel
|
||||
Contains the development files for the Okteta Hex Editor
|
||||
@ -84,7 +88,7 @@ Contains the development files for the Okteta Hex Editor
|
||||
%kf5_makeinstall -C build
|
||||
%if %{with lang}
|
||||
%find_lang %{name} --with-man --all-name
|
||||
%kf5_find_htmldocs
|
||||
%{kf5_find_htmldocs}
|
||||
%endif
|
||||
%suse_update_desktop_file org.kde.okteta Utility Editor
|
||||
|
||||
@ -97,11 +101,8 @@ Contains the development files for the Okteta Hex Editor
|
||||
%mime_database_postun
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING*
|
||||
%license COPYING*
|
||||
%config %{_kf5_configdir}/okteta-structures.knsrc
|
||||
%dir %{_kf5_htmldir}
|
||||
%dir %{_kf5_htmldir}/en
|
||||
%doc %lang(en) %{_kf5_htmldir}/en/okteta/
|
||||
%{_kf5_applicationsdir}/org.kde.okteta.desktop
|
||||
%{_kf5_appstreamdir}/
|
||||
@ -109,7 +110,6 @@ Contains the development files for the Okteta Hex Editor
|
||||
%{_kf5_bindir}/struct2osd
|
||||
%{_kf5_configkcfgdir}/
|
||||
%{_kf5_iconsdir}/hicolor/*/*/*.*
|
||||
%{_kf5_kxmlguidir}/
|
||||
%{_kf5_libdir}/libkasten*.so.*
|
||||
%{_kf5_libdir}/libokteta*.so.*
|
||||
%{_kf5_plugindir}/
|
||||
@ -117,8 +117,7 @@ Contains the development files for the Okteta Hex Editor
|
||||
%{_kf5_sharedir}/okteta*/
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING*
|
||||
%license COPYING*
|
||||
%{_kf5_cmakedir}/
|
||||
%{_kf5_libdir}/libkasten*.so
|
||||
%{_kf5_libdir}/libokteta*.so
|
||||
@ -126,7 +125,7 @@ Contains the development files for the Okteta Hex Editor
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%doc COPYING*
|
||||
%license COPYING*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user