[packages/perl-Test-HexString] - initial, version 0.03

adwol adwol at pld-linux.org
Sun Jan 10 16:24:08 CET 2016


commit a765aa445251ccfd97a63dca1ac69825900a03fe
Author: Adam Osuchowski <adwol at pld-linux.org>
Date:   Sun Jan 10 16:22:42 2016 +0100

    - initial, version 0.03

 perl-Test-HexString.spec | 52 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)
---
diff --git a/perl-Test-HexString.spec b/perl-Test-HexString.spec
new file mode 100644
index 0000000..dceb05f
--- /dev/null
+++ b/perl-Test-HexString.spec
@@ -0,0 +1,52 @@
+#
+# Conditional build:
+%bcond_without	tests	# do not perform "make test"
+#
+%include	/usr/lib/rpm/macros.perl
+%define		pdir	Test
+%define		pnam	HexString
+Summary:	Test::HexString - test binary strings with hex dump diagnostics
+Name:		perl-Test-HexString
+Version:	0.03
+Release:	1
+# same as perl
+License:	GPL v1+ or Artistic
+Group:		Development/Languages/Perl
+Source0:	http://www.cpan.org/modules/by-module/Test/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5:	7da5d58855789fd4326bfd172a990a8c
+URL:		http://search.cpan.org/dist/Test-HexString/
+BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	rpm-perlprov >= 4.1-13
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This testing module provides a single function, is_hexstr(), which
+asserts that the given string matches what was expected. When the
+strings match (i.e. compare equal using the eq operator), the
+behaviour is identical to the usual is() function provided by
+Test::More.
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+	INSTALLDIRS=vendor
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{perl_vendorlib}/Test/HexString.pm
+%{_mandir}/man3/Test::HexString.3pm*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-Test-HexString.git/commitdiff/a765aa445251ccfd97a63dca1ac69825900a03fe



More information about the pld-cvs-commit mailing list