File wxhexeditor.spec of Package wxhexeditor.openSUSE_Leap_42.2_Update
#
# spec file for package wxhexeditor
#
# Copyright (c) 2017 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/
#
%define _name wxHexEditor
%define _rev 07f791b4b1a767b1bb214e4ac921019f015d8ea2
Name: wxhexeditor
Version: 0.23+git20161226
Release: 0
Summary: A free HEX editor / disk editor
License: GPL-2.0
Group: Development/Tools/Other
Url: https://github.com/EUA/wxHexEditor
Source: https://github.com/EUA/wxHexEditor/archive/%{_rev}.tar.gz#/%{_name}-%{version}.tar.gz
# PATCH-FIX-OPENSUSE wxhexeditor-0.23-mhash.patch lazy.kent@opensuse.org -- Use system mhash library.
Patch0: %{name}-0.23-mhash.patch
# PATCH-FIX-OPENSUSE wxhexeditor-remove-debug.patch zaitor@opensuse.org -- Remove debug msg that include nonsense.
Patch1: wxhexeditor-remove-debug.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc-c++
BuildRequires: libtool
BuildRequires: mhash-devel
BuildRequires: pkg-config
BuildRequires: update-desktop-files
BuildRequires: wxWidgets-devel >= 3
Recommends: %{name}-lang
%description
wxHexEditor is an another Hex Editor, created because of there was no
good HEX editor for GNU/Linux, especially for big files. It supports
files up to 2^64 bytes. Written with C++/wxWidgets and can be used
with other operating systems such as Windows and OS X.
Features:
* Ability to work with files up to 2EB (ExaByte);
* Crossplatform;
* Small footprint on RAM;
* Raw Disk Access (on POSIX systems);
* Does not create temporary files.
%lang_package
%prep
%setup -q -n %{_name}-%{_rev}
%patch0 -p0
%patch1 -p0
chmod -x docs/*
%build
make %{?_smp_mflags} V=1 \
CFLAGS='%{optflags}' \
CXXFLAGS='%{optflags}'
%install
%make_install PREFIX=%{_prefix}
%find_lang %{_name} %{?no_lang_C}
%post
%desktop_database_post
%postun
%desktop_database_postun
%files
%defattr(-,root,root)
%doc docs/{Change.log,GPL.txt}
%{_bindir}/%{_name}
%{_datadir}/applications/%{_name}.desktop
%{_datadir}/pixmaps/%{_name}.png
%files lang -f %{_name}.lang
%defattr(-,root,root)
%changelog