SPECS: perl-Lingua-JA-Numbers.spec (NEW) - new

glen glen at pld-linux.org
Thu Jul 27 18:36:16 CEST 2006


Author: glen                         Date: Thu Jul 27 16:36:16 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   perl-Lingua-JA-Numbers.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/perl-Lingua-JA-Numbers.spec
diff -u /dev/null SPECS/perl-Lingua-JA-Numbers.spec:1.1
--- /dev/null	Thu Jul 27 18:36:16 2006
+++ SPECS/perl-Lingua-JA-Numbers.spec	Thu Jul 27 18:36:11 2006
@@ -0,0 +1,65 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	tests		# do not perform "make test"
+#
+%include	/usr/lib/rpm/macros.perl
+%define	pdir	Lingua
+%define	pnam	JA-Numbers
+Summary:	Lingua::JA::Numbers - Converts numeric values into their Japanese string equivalents and vice versa
+Name:		perl-Lingua-JA-Numbers
+Version:	0.04
+Release:	1
+# same as perl
+License:	GPL v1+ or Artistic
+Group:		Development/Languages/Perl
+Source0:	http://www.cpan.org/modules/by-authors/id/D/DA/DANKOGAI/Lingua-JA-Numbers-%{version}.tar.gz
+# Source0-md5:	de7398b3207d0e97fdb48cb1b43f371d
+URL:		http://search.cpan.org/dist/Lingua-JA-Numbers/
+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 module converts Japanese text in UTF-8 (or romaji in ascii) to
+number, AND vice versa.
+
+Do not be confused with Lingua::JA::Number by Mike Schilli. This
+module is far more comprehensive. As of 0.03, it even does its
+to_string() upon request.
+
+%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)
+%doc Changes README
+%{perl_vendorlib}/Lingua/JA/*.pm
+%{_mandir}/man3/*
+
+%define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/07/27 16:36:11  glen
+- new
+
================================================================


More information about the pld-cvs-commit mailing list