Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37405658
en ru br
ALT Linux repos
S:1.32-alt1
5.0: 1.13-alt1
4.1: 1.12-alt1
4.0: 1.10-alt1
3.0: 1.09-alt1

Group :: Development/Perl
RPM: perl-Locale-Maketext

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: perl-Locale-Maketext-1.13-alt1.patch
Download


 .gear/rules                                        |    2 +
 .../tags/4fc270b25ed5af12e191fbf244bacca89b6c344f  |   13 +++++
 .../tags/6a52cc20534330a85c60503fb8de5bc5b632b276  |   13 +++++
 .gear/tags/list                                    |    2 +
 perl-Locale-Maketext.spec                          |   51 ++++++++++++++++++++
 5 files changed, 81 insertions(+), 0 deletions(-)
diff --git a/.gear/rules b/.gear/rules
new file mode 100644
index 0000000..fd2b579
--- /dev/null
+++ b/.gear/rules
@@ -0,0 +1,2 @@
+tar: @version@:. name=Locale-Maketext-@version@
+diff: @version@:. . name=perl-Locale-Maketext-@version@-@release@.patch
diff --git a/.gear/tags/4fc270b25ed5af12e191fbf244bacca89b6c344f b/.gear/tags/4fc270b25ed5af12e191fbf244bacca89b6c344f
new file mode 100644
index 0000000..5631bf7
--- /dev/null
+++ b/.gear/tags/4fc270b25ed5af12e191fbf244bacca89b6c344f
@@ -0,0 +1,13 @@
+object 80a01da8c2eabfdcdf0d85028a017beb51e3aaa6
+type commit
+tag 1.13
+tagger Alexey Tourbin <at@altlinux.ru> 1218342571 +0400
+
+1.13
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.9 (GNU/Linux)
+
+iEYEABECAAYFAkiebqsACgkQfBKgtDjnu0bm3QCfdi6n5FzZ3AKRLcy3xOocLxmL
+GaMAn0dlTVa5aoTEcEAf9/rQusJvehBs
+=wkiI
+-----END PGP SIGNATURE-----
diff --git a/.gear/tags/6a52cc20534330a85c60503fb8de5bc5b632b276 b/.gear/tags/6a52cc20534330a85c60503fb8de5bc5b632b276
new file mode 100644
index 0000000..c890584
--- /dev/null
+++ b/.gear/tags/6a52cc20534330a85c60503fb8de5bc5b632b276
@@ -0,0 +1,13 @@
+object 613b4112cde125416ae227dd0b3bd45b127794da
+type commit
+tag 1.12
+tagger Alexey Tourbin <at@altlinux.ru> 1208986966 +0400
+
+1.12
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.9 (GNU/Linux)
+
+iEYEABECAAYFAkgPrVYACgkQfBKgtDjnu0aJgwCgtcrEhpeDFYu9eL7r4D3fLQLt
+U8gAoJD72C56n3kQdchlumhXC7PGOq2i
+=f8Uu
+-----END PGP SIGNATURE-----
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 0000000..c476b60
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1,2 @@
+6a52cc20534330a85c60503fb8de5bc5b632b276 1.12
+4fc270b25ed5af12e191fbf244bacca89b6c344f 1.13
diff --git a/perl-Locale-Maketext.spec b/perl-Locale-Maketext.spec
new file mode 100644
index 0000000..2e6babc
--- /dev/null
+++ b/perl-Locale-Maketext.spec
@@ -0,0 +1,51 @@
+%define dist Locale-Maketext
+Name: perl-%dist
+Version: 1.13
+Release: alt1
+
+Summary: A framework for localization
+License: GPL or Artistic
+Group: Development/Perl
+
+URL: %CPAN %dist
+Source: %dist-%version.tar
+Patch: %name-%version-%release.patch
+
+BuildArch: noarch
+Requires: perl-base >= 1:5.8.6
+
+# Automatically added by buildreq on Sun Aug 10 2008
+BuildRequires: perl-I18N-LangTags perl-Test-Pod
+
+%description
+Locale::Maketext is a framework for software localization;
+it provides the tools for organizing and accessing the bits
+of text and text-processing code for producing localized
+applications.
+
+%prep
+%setup -q -n %dist-%version
+%patch -p1
+
+%build
+%perl_vendor_build
+
+%install
+%perl_vendor_install
+
+%files
+%doc ChangeLog README
+%perl_vendor_privlib/Locale*
+
+%changelog
+* Sun Aug 10 2008 Alexey Tourbin <at@altlinux.ru> 1.13-alt1
+- 1.12 -> 1.13
+
+* Thu Apr 24 2008 Alexey Tourbin <at@altlinux.ru> 1.12-alt1
+- 1.10 -> 1.12
+
+* Tue Apr 10 2007 Alexey Tourbin <at@altlinux.ru> 1.10-alt1
+- 1.09 -> 1.10
+
+* Sun Dec 19 2004 Alexey Tourbin <at@altlinux.ru> 1.09-alt1
+- initial revision (split perl-i18n)
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin