jplesnik pushed to perl-Roman (master). "Initial import"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Oct 16 14:06:32 UTC 2015


From b79cfd1bd70b8f21ba96c9017b13ec59d9ba4da8 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jplesnik at redhat.com>
Date: Fri, 16 Oct 2015 16:06:22 +0200
Subject: Initial import

---
 .gitignore      |  1 +
 perl-Roman.spec | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 sources         |  1 +
 3 files changed, 53 insertions(+)
 create mode 100644 perl-Roman.spec

diff --git a/.gitignore b/.gitignore
index e69de29..d7dc9d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Roman-1.24.tar.gz
diff --git a/perl-Roman.spec b/perl-Roman.spec
new file mode 100644
index 0000000..73c68a9
--- /dev/null
+++ b/perl-Roman.spec
@@ -0,0 +1,51 @@
+Name:           perl-Roman
+Version:        1.24
+Release:        1%{?dist}
+Summary:        Functions for converting between Roman and Arabic numerals
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Roman/
+Source0:        http://www.cpan.org/authors/id/C/CH/CHORNY/Roman-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Exporter) >= 5.57
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod) >= 1.14
+BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
+BuildRequires:  perl(warnings)
+BuildRequires:  sed
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:       perl(Exporter) >= 5.57
+
+%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Exporter\\)$
+
+%description
+This package provides some functions which help conversion of numeric
+notation between Roman and Arabic.
+
+%prep
+%setup -q -n Roman-%{version}
+sed -i -e 's/\r//' README Changes
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=%{buildroot}
+%{_fixperms} %{buildroot}/*
+
+%check
+make test
+
+%files
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Thu Oct 15 2015 Jitka Plesnikova <jplesnik at redhat.com> - 1.24-1
+- Specfile autogenerated by cpanspec 1.78
diff --git a/sources b/sources
index e69de29..181199f 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+b1f80c9463f7b535d3d3c5738f29dbb4  Roman-1.24.tar.gz
-- 
cgit v0.11.2


	http://pkgs.fedoraproject.org/cgit/perl-Roman.git/commit/?h=master&id=b79cfd1bd70b8f21ba96c9017b13ec59d9ba4da8


More information about the perl-devel mailing list