SPECS: perl-Unicode-UTF8simple.spec (NEW) - new

glen glen at pld-linux.org
Mon Nov 14 14:36:33 CET 2005


Author: glen                         Date: Mon Nov 14 13:36:33 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   perl-Unicode-UTF8simple.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/perl-Unicode-UTF8simple.spec
diff -u /dev/null SPECS/perl-Unicode-UTF8simple.spec:1.1
--- /dev/null	Mon Nov 14 14:36:33 2005
+++ SPECS/perl-Unicode-UTF8simple.spec	Mon Nov 14 14:36:28 2005
@@ -0,0 +1,65 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	tests		# do not perform "make test"
+#
+%include	/usr/lib/rpm/macros.perl
+%define	pdir	Unicode
+%define	pnam	UTF8simple
+Summary:	Unicode::UTF8simple - Conversions to/from UTF8 from/to charactersets
+Name:		perl-Unicode-UTF8simple
+Version:	1.06
+Release:	0.1
+# same as perl
+License:	GPL v1+ or Artistic
+Group:		Development/Languages/Perl
+Source0:	http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5:	1d90907170ed41690a572a2d6ed6e7da
+BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	rpm-perlprov >= 4.1-13
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Provides UTF-8 conversion for perl versions from 5.00 and up.
+It was mainly written for use with perl 5.00 to 5.6.0 because
+those perl versions do not support Unicode::MapUTF8 or Encode.
+
+Unicode::UTF8simple is written in plain perl (no C code) and will
+work with any Perl 5 version. It is just slightly slower than
+Encode.
+
+%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} pure_install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%{perl_vendorlib}/Unicode/*.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  2005/11/14 13:36:28  glen
+- new
+
================================================================



More information about the pld-cvs-commit mailing list