SPECS: perl-Convert-Cyrillic.spec (NEW) - added, no longer availab...

glen glen at pld-linux.org
Mon Nov 28 19:27:10 CET 2005


Author: glen                         Date: Mon Nov 28 18:27:09 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added, no longer available from CPAN, but i need this mod

---- Files affected:
SPECS:
   perl-Convert-Cyrillic.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/perl-Convert-Cyrillic.spec
diff -u /dev/null SPECS/perl-Convert-Cyrillic.spec:1.1
--- /dev/null	Mon Nov 28 19:27:09 2005
+++ SPECS/perl-Convert-Cyrillic.spec	Mon Nov 28 19:27:03 2005
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+%include	/usr/lib/rpm/macros.perl
+Summary:	Convert::Cyrillic perl module
+Name:		perl-Convert-Cyrillic
+Version:	1.03
+Release:	1
+License:	GPL
+Group:		Development/Languages/Perl
+Source0:	http://www.cpan.org/modules/by-module/Convert/cyrillic-%{version}.tar.gz
+# Source0-md5:	d54ca5e24d2a7913862a8ce534f7ae74
+BuildRequires:	rpm-perlprov >= 3.0.3-16
+BuildRequires:	perl >= 5.6
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+All Russian WEB sites have to provide different encodings of Russian
+texts. Four main encodings are CP1251 for Windows, KOI8 for UNIX, MAC
+for Macintosh and transliteration for users accepting only English
+texts.
+
+This suite is intended for webmasters solving various issues related
+to multiple charsets.
+
+%prep
+%setup -q -n cyrillic-%{version}
+
+%build
+perl Makefile.PL
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{perl_sitelib}/Convert/Cyrillic.pm
+%{perl_sitelib}/Convert/Cyrillic/Utils.pm
+%{perl_sitelib}/Lingua/DetectCharset.pm
+%{perl_sitelib}/Lingua/DetectCharset/StatKoi.pm
+%{perl_sitelib}/Lingua/DetectCharset/StatKoi8r.pm
+%{perl_sitelib}/Lingua/DetectCharset/StatKoi8u.pm
+%{perl_sitelib}/Lingua/DetectCharset/StatWin.pm
+%{perl_sitelib}/Lingua/DetectCharset/StatUtf8.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/28 18:27:03  glen
+- added, no longer available from CPAN, but i need this mod
+
+* Mon May 27 2002 glen <glen at hellsgate.online.ee>
+- built for redhat 7.2
================================================================



More information about the pld-cvs-commit mailing list