Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1491097 Details for
Bug 1636668
Review Request: wxHexEditor - A graphical Hex Editor
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Spec File
file_1636668.txt (text/plain), 2.46 KB, created by
John F
on 2018-10-06 13:26:42 UTC
(
hide
)
Description:
Spec File
Filename:
MIME Type:
Creator:
John F
Created:
2018-10-06 13:26:42 UTC
Size:
2.46 KB
patch
obsolete
>Name: wxHexEditor >Version: 0.24 >Release: 1%{?dist} >Summary: Hex editor for files and disks > >License: GPLv2 >URL: https://www.wxhexeditor.org >Source0: https://github.com/EUA/wxHexEditor/archive/v%{version}.tar.gz ># This patch fixes the #includes preprocessor directives to look at the system ># includes directory instead of a local file. Status: not yet submitted to ># upstream >Patch0: %{name}-fix-includes.diff ># Changes needed for the included desktop file to pass the validation step. ># Status: not yet submitted to upstream >Patch1: %{name}-fix-desktop-file.diff ># Change the make file to use install -p instead of just install Status: not ># yet submitted to upstream >Patch2: %{name}-install-p.diff > >BuildRequires: wxGTK3-devel >BuildRequires: udis86-devel >BuildRequires: mhash-devel >BuildRequires: desktop-file-utils > >ExcludeArch: aarch64 >ExcludeArch: armv7hl > >%description >wxHexEditor is not an ordinary hex editor, but could work as low level disk >editor too. If you have problems with your HDD or partition, you can recover >your data from HDD or from partition via editing sectors in raw hex. You can >edit your partition tables or you could recover files from File System by hand >with help of wxHexEditor. Or you might want to analyze your big binary files, >partitions, devices. If you need a good reverse engineer tool like a good hex >editor, you welcome. wxHexEditor could edit HDD/SDD disk devices or partitions >in raw up to exabyte sizes. > >%prep >%setup -q >%patch0 -p1 >%patch1 -p1 >%patch2 -p1 > > >%build ># Explanation of the Make variable definitions: ># - CC/CXX: the makefile defaults to using clang, overriding it to gcc ># - WXCXXFLAGS: this is the CFLAGS value used by the actual application source ># code, where CFLAGS seems to be used by the internal udis86/mhash libraries ># - LDFLAGS: link against the system mhash/udis86 ># - LIBS: setting to empty to avoid building the checked-in mhash/udis86 >%make_build \ > CC="%{__cc}" CXX="%{__cxx}" \ > WXCXXFLAGS="$(wx-config --cxxflags) %{optflags}" \ > LDFLAGS="-lgomp -lmhash -ludis86 %{__global_ldflags}" \ > LIBS="" \ > %{?_smp_mflags} >desktop-file-validate resources/wxHexEditor.desktop > > >%install >%make_install >%find_lang %{name} > > >%files -f %{name}.lang >%{_bindir}/wxHexEditor >%{_datadir}/pixmaps/wxHexEditor.png >%{_datadir}/applications/%{name}.desktop >%doc > > >%changelog >* Sat Oct 06 2018 John Ford <johnhford@gmail.com> - 0.24-1 >- Initial Packaging
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1636668
:
1491096
|
1491097
|
1491098
|
1491099
|
1491100
|
1491103
|
1493390