wfp pushed to perl-Net-HL7 (f23). "Initial import (#1243506)"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Sep 18 01:57:04 UTC 2015


From b8cffed96cc37dea19536d55d537734fdedfefa7 Mon Sep 17 00:00:00 2001
From: Bill Pemberton <wfp5p at worldbroken.com>
Date: Thu, 17 Sep 2015 20:53:25 -0400
Subject: Initial import (#1243506)


diff --git a/.gitignore b/.gitignore
index e69de29..56fa859 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Net-HL7-0.81.tar.gz
diff --git a/perl-Net-HL7.spec b/perl-Net-HL7.spec
new file mode 100644
index 0000000..cbb70a8
--- /dev/null
+++ b/perl-Net-HL7.spec
@@ -0,0 +1,70 @@
+Name:		perl-Net-HL7
+Version:	0.81
+Release:	2%{?dist}
+Summary:	Simple perl API for HL7 messages
+License:	Beerware and (GPL+ or Artistic)
+Group:		Development/Libraries
+URL:		http://search.cpan.org/dist/Net-HL7/
+Source0:	http://www.cpan.org/authors/id/D/DD/DDOKTER/Net-HL7-%{version}.tar.gz
+
+BuildArch:	noarch
+
+BuildRequires:	perl
+BuildRequires:	perl(base)
+BuildRequires:	perl(strict)
+BuildRequires:	perl(warnings)
+BuildRequires:	perl(Config)
+BuildRequires:	perl(Errno)
+BuildRequires:	perl(POSIX)
+BuildRequires:	perl(ExtUtils::MakeMaker)
+BuildRequires:	perl(IO::Socket)
+BuildRequires:	perl(IO::Socket::INET)
+BuildRequires:	perl(IO::Socket::Timeout)
+BuildRequires:	perl(Sys::Hostname)
+BuildRequires:	perl(Test::More)
+BuildRequires:	findutils
+BuildRequires:	make
+BuildRequires:	coreutils
+
+Requires:	perl(Sys::Hostname)
+Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+The Net-HL7 package is a simple Perl API for creating, parsing, sending and
+receiving HL7 messages.
+
+%prep
+%setup -q -n Net-HL7-%{version}
+find . -type f -executable -exec chmod -x {} \;
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=%{buildroot}
+
+find %{buildroot} -type f -name .packlist -delete
+
+%{_fixperms} %{buildroot}/*
+
+%check
+make test
+
+%files
+%doc CHANGES README
+%if 0%{?_licensedir:1}
+%license LICENSE
+%else
+%doc LICENSE
+%endif
+%{perl_vendorlib}/*
+%{_mandir}/man3/Net::HL7*.3pm*
+
+%changelog
+* Thu Sep 17 2015 Bill Pemberton <wfp5p at worldbroken.com> - 0.81-2
+- update the BuildRequires
+- update the files section to get everything
+
+* Thu Sep 17 2015 Bill Pemberton <wfp5p at worldbroken.com> - 0.81-1
+- Initial version
diff --git a/sources b/sources
index e69de29..ac9502a 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+190c40279520093a4a76be7c1e7fdf02  Net-HL7-0.81.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Net-HL7.git/commit/?h=f23&id=b8cffed96cc37dea19536d55d537734fdedfefa7


More information about the perl-devel mailing list