.gear/rules | 2 ++ .gear/tags/list | 1 + perl-Encode-Locale.spec | 44 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 47 insertions(+), 0 deletions(-) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..33835d1 --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: @version@:. name=Encode-Locale-@version@ +diff: @version@:. . diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..3cc0a07 --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +01b1232de7efe527493cb87af198b8b4f9280e96 1.02 diff --git a/perl-Encode-Locale.spec b/perl-Encode-Locale.spec new file mode 100644 index 0000000..dd1b49d --- /dev/null +++ b/perl-Encode-Locale.spec @@ -0,0 +1,44 @@ +%define dist Encode-Locale +Name: perl-%dist +Version: 1.02 +Release: alt1 + +Summary: Determine the locale encoding +License: GPL or Artistic +Group: Development/Perl + +URL: %CPAN %dist +# http://github.com/gisle/encode-locale +Source: %dist-%version.tar +# http://git.altlinux.org/gears/p/perl-Encode-Locale.git +Patch: %name-%version-%release.patch + +BuildArch: noarch + +# Automatically added by buildreq on Sun Apr 24 2011 (-bi) +BuildRequires: perl-Encode perl-devel + +%description +The purpose of this Perl module is try determine what encodings +should be used when interfacing to various external interfaces. + +%prep +%setup -q -n %dist-%version +%patch -p1 + +%build +%perl_vendor_build + +%install +%perl_vendor_install + +%files +%doc Changes README +%perl_vendor_privlib/Encode* + +%changelog +* Sun Apr 24 2011 Alexey Tourbin 1.02-alt1 +- 1.01 -> 1.02 + +* Mon Mar 21 2011 Alexey Tourbin 1.01-alt1 +- initial revision