rpms/perl-Data-HexDump/devel perl-Data-HexDump.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Thu Mar 30 12:57:09 UTC 2006


Author: ixs

Update of /cvs/extras/rpms/perl-Data-HexDump/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2283/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Data-HexDump.spec 
Log Message:
auto-import perl-Data-HexDump-0.02-2 on branch devel from perl-Data-HexDump-0.02-2.src.rpm


--- NEW FILE perl-Data-HexDump.spec ---
Name:           perl-Data-HexDump
Version:        0.02
Release:        2%{?dist}
Summary:        Hexadecial Dumper
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Data-HexDump/
Source0:        http://www.cpan.org/modules/by-module/Data/Data-HexDump-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Dump 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} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
# rename binary not to conflict with util-linux
mv %{buildroot}%{_bindir}/hexdump %{buildroot}%{_bindir}/hexdump.pl

find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null \;

chmod -R u+rwX,go+rX,go-w %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README
%{_bindir}/hexdump.pl
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu Mar 30 2006 Andreas Thienemann <andreas at bawue.net> 0.02-2
- Fixed review showstoppers

* Thu Mar 30 2006 Andreas Thienemann <andreas at bawue.net> 0.02-1
- Cleaned up for FE
- Specfile autogenerated by cpanspec 1.64.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Data-HexDump/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 Mar 2006 12:56:41 -0000	1.1
+++ .cvsignore	30 Mar 2006 12:57:09 -0000	1.2
@@ -0,0 +1 @@
+Data-HexDump-0.02.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Data-HexDump/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Mar 2006 12:56:41 -0000	1.1
+++ sources	30 Mar 2006 12:57:09 -0000	1.2
@@ -0,0 +1 @@
+467b7183d1062ab4a502b50c34e7d67f  Data-HexDump-0.02.tar.gz




More information about the fedora-extras-commits mailing list