Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37041706
en ru br
ALT Linux repos
S:0.04-alt1
5.0: 0.02-alt1
4.1: 0.02-alt1

Group :: Development/Perl
RPM: perl-Data-HexDump

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
## SPEC file for Perl module Data::HexDump

%define real_name Data-HexDump

Name: perl-Data-HexDump
Version: 0.04
Release: alt1

Summary: Hexadecial Dumper

License: %perl_license
Group: Development/Perl

URL: http://search.cpan.org/~ftassin/Data-HexDump/

Packager: Nikolay A. Fetisov <naf at altlinux.ru>

Source0: http://www.cpan.org/authors/id/N/NE/NEILB/Data-HexDump-%{version}.tar.gz

BuildArch: noarch

AutoReqProv: perl, yes
BuildPreReq: perl-devel rpm-build-licenses
BuildRequires: perl-devel

%description
Perl module Data::HexDump dumps in hexadecimal the content of a scalar.
The result is returned in a string. Each line of the result consists of
the offset in the source  in the leftmost column of each line, followed
by one  or more columns  of data  from the source  in hexadecimal.  The
rightmost column of each line shows the printable characters (all
others are shown as single dots)


%prep
%setup -q -n Data-HexDump-%{version}

%build
%perl_vendor_build

%install
%perl_vendor_install

mkdir -p %buildroot%_bindir/
mv -f -- eg/hexdump %buildroot%_bindir/hexdump.pl

%files
%doc README Changes

%perl_vendor_privlib/Data/HexDump*
%_bindir/hexdump.pl

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin