[packages/hexedit] Up to 1.6
arekm
arekm at pld-linux.org
Mon Mar 9 16:53:44 CET 2026
commit 6460eb6e533d8a1bdb364b8383960b51b2b90a97
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Mar 9 16:53:31 2026 +0100
Up to 1.6
hexedit.spec | 24 ++++++++++--------------
1 file changed, 10 insertions(+), 14 deletions(-)
---
diff --git a/hexedit.spec b/hexedit.spec
index 1b21f98..1b57ca7 100644
--- a/hexedit.spec
+++ b/hexedit.spec
@@ -3,16 +3,14 @@ Summary(fr.UTF-8): Visualisation et edition de fichiers en hexadecimal ou en ASC
Summary(pl.UTF-8): Edytor plików binarnych oparty na bibliotece ncurses
Summary(pt_BR.UTF-8): O hexedit é um editor hexadecimal de arquivos em modo texo
Name: hexedit
-Version: 1.2.12
-Release: 5
+Version: 1.6
+Release: 1
License: GPL v2
Group: Applications/Editors
-Source0: http://merd.net/pixel/%{name}-%{version}.src.tgz
-# Source0-md5: 0d2f48610006278cd93359fea9a06d5c
-Patch0: %{name}-DESTDIR.patch
-URL: http://www.chez.com/prigaux/hexedit.html
-BuildRequires: autoconf
-BuildRequires: automake
+Source0: https://github.com/pixel/hexedit/archive/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 9b5849759dbda9ab25ec22818c16e970
+URL: https://github.com/pixel/hexedit
+BuildRequires: autoconf >= 2.69
BuildRequires: ncurses-devel >= 5.0
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -37,12 +35,10 @@ um dispositivo, visto que é lido apenas aquilo que vai ser mostrado.
Pode-se modificar o arquivo e procurar padrões em seu conteúdo.
%prep
-%setup -q -n %{name}
-%patch -P0 -p1
+%setup -q
%build
-CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
-%{__aclocal}
+%{__autoheader}
%{__autoconf}
%configure
%{__make}
@@ -58,6 +54,6 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/hexedit
%doc Changes TODO
-%{_mandir}/man1/*
+%{_mandir}/man1/hexedit.1*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/hexedit.git/commitdiff/6460eb6e533d8a1bdb364b8383960b51b2b90a97
More information about the pld-cvs-commit
mailing list