Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-updates-src > by-pkgid > efad76e33cdca6008f2349939f3e8429 > files > 3

wxhexeditor-0.23-1.mga5.src.rpm

%define uname	wxHexEditor

Name:		wxhexeditor
Version:	0.23
Summary:	A hex editor that supports files up to 2^64 bytes
Release:	%mkrel 1
Group:		Editors
License:	GPLv2
Url:		http://www.wxhexeditor.org/
Source0:	http://downloads.sourceforge.net/project/%{name}/%{uname}/v%{version}%20Beta/%{uname}-v%{version}-src.tar.bz2
Patch0:		wxhexeditor-0.23-mga-fix_prefix-Makefile.patch

BuildRequires:	wxgtk2.8-devel
BuildRequires:	libgomp-devel

%description
A hex editor that supports files up to 2^64 bytes

 Features
 Ability to work with files up to 2EB (ExaByte)
 Multi OS, Cross-Compileable
 Small footprint on RAM
 Raw Disk Access (on POSIX systems)
 Does not create temporary files!

%prep
%setup -q -n %{uname}
%apply_patches

%build
%make OPTFLAGS="-fopenmp"

%install
%makeinstall_std

desktop-file-install \
  --remove-key="Encoding" \
  --dir %{buildroot}%{_datadir}/applications \
  %{buildroot}%{_datadir}/applications/wxHexEditor.desktop

%find_lang %{uname}

%files -f %{uname}.lang
%doc docs/*
%{_bindir}/wxHexEditor
%{_datadir}/applications/wxHexEditor.desktop
%{_datadir}/pixmaps/wxHexEditor.png


%changelog
* Sat Aug 15 2015 daviddavid <daviddavid> 0.23-1.mga5
+ Revision: 864994
- new version: 0.23
- update URL
- rename and rediff Patch0 for 0.23 version
- remove merged upstream Patch1
- update file list
- rebuild against wxgtk2.8 as it is not compatible with wxgtk3.0
- rebuild for new fix of wxgtk built without --enable-utf8 option (mga#16560)

* Wed Oct 15 2014 umeabot <umeabot> 0.22-5.mga5
+ Revision: 748207
- Second Mageia 5 Mass Rebuild

* Sat Sep 27 2014 tv <tv> 0.22-4.mga5
+ Revision: 730730
- rebuild for missing pythoneggs deps

* Tue Sep 16 2014 umeabot <umeabot> 0.22-3.mga5
+ Revision: 690384
- Mageia 5 Mass Rebuild

* Sat Sep 13 2014 danf <danf> 0.22-2.mga5
+ Revision: 675059
- Fixed build by linking with aui lib

* Sun Dec 08 2013 barjac <barjac> 0.22-1.mga4
+ Revision: 555833
- imported package wxhexeditor