psabata pushed to perl-Lingua-KO-Hangul-Util (master). "Initial import (#1246208)"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Jul 27 11:16:50 UTC 2015


From a93063ee36759ef2379580861c56c5e0065930ac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= <contyk at redhat.com>
Date: Mon, 27 Jul 2015 13:13:30 +0200
Subject: Initial import (#1246208)


diff --git a/.gitignore b/.gitignore
index e69de29..7d3c236 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Lingua-KO-Hangul-Util-0.27.tar.gz
diff --git a/perl-Lingua-KO-Hangul-Util.spec b/perl-Lingua-KO-Hangul-Util.spec
new file mode 100644
index 0000000..da933c6
--- /dev/null
+++ b/perl-Lingua-KO-Hangul-Util.spec
@@ -0,0 +1,50 @@
+Name:           perl-Lingua-KO-Hangul-Util
+Version:        0.27
+Release:        1%{?dist}
+Summary:        Utility functions for Hangul in Unicode
+License:        GPL+ or Artistic
+URL:            http://search.cpan.org/dist/Lingua-KO-Hangul-Util/
+Source0:        http://www.cpan.org/authors/id/S/SA/SADAHIRO/Lingua-KO-Hangul-Util-%{version}.tar.gz
+# Build
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(bytes)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  perl(File::Copy)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Runtime
+BuildRequires:  perl(DynaLoader)
+BuildRequires:  perl(Exporter)
+# Tests only
+# -
+Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
+
+%description
+%{summary}.
+
+%prep
+%setup -q -n Lingua-KO-Hangul-Util-%{version}
+
+%build
+perl enableXS
+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_vendorarch}/auto/*
+%{perl_vendorarch}/Lingua
+%{_mandir}/man3/*
+
+%changelog
+* Thu Jul 23 2015 Petr Ĺ abata <contyk at redhat.com> 0.27-1
+- Initial packaging
diff --git a/sources b/sources
index e69de29..063ed6d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+675e195ca0cd47340082ec174054701f  Lingua-KO-Hangul-Util-0.27.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Lingua-KO-Hangul-Util.git/commit/?h=master&id=a93063ee36759ef2379580861c56c5e0065930ac


More information about the perl-devel mailing list