Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37045256
en ru br
ALT Linux repos
S:0.5001-alt1
5.0: 0.45-alt1
4.1: 0.43-alt3
4.0: 0.43-alt3
3.0: 0.43-alt3

Group :: Development/Perl
RPM: perl-FreezeThaw

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: perl-FreezeThaw-0.45-alt1.patch
Download


 .gear/rules                                        |    2 +
 .../tags/29eed040aa13970868f0357a240b442cb79ac95a  |   13 +++++
 .gear/tags/list                                    |    1 +
 perl-FreezeThaw.spec                               |   55 ++++++++++++++++++++
 4 files changed, 71 insertions(+), 0 deletions(-)
diff --git a/.gear/rules b/.gear/rules
new file mode 100644
index 0000000..46be6a8
--- /dev/null
+++ b/.gear/rules
@@ -0,0 +1,2 @@
+tar: @version@:. name=FreezeThaw-@version@
+diff: @version@:. . name=perl-FreezeThaw-@version@-@release@.patch
diff --git a/.gear/tags/29eed040aa13970868f0357a240b442cb79ac95a b/.gear/tags/29eed040aa13970868f0357a240b442cb79ac95a
new file mode 100644
index 0000000..7cf8c3c
--- /dev/null
+++ b/.gear/tags/29eed040aa13970868f0357a240b442cb79ac95a
@@ -0,0 +1,13 @@
+object 119b7d20812d7a0731773f497a4bdda69db845b1
+type commit
+tag 0.45
+tagger Alexey Tourbin <at@altlinux.ru> 1236425859 +0300
+
+0.45
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.9 (GNU/Linux)
+
+iEYEABECAAYFAkmyXIMACgkQfBKgtDjnu0YQ+QCfZytGxNJRgoQE9XwDjfmfmPO+
+P8sAn2zZx2SgeP0sR4Ab4iq+A5CjdOQ2
+=2iWc
+-----END PGP SIGNATURE-----
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 0000000..acdbda5
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+29eed040aa13970868f0357a240b442cb79ac95a 0.45
diff --git a/perl-FreezeThaw.spec b/perl-FreezeThaw.spec
new file mode 100644
index 0000000..5ebbee8
--- /dev/null
+++ b/perl-FreezeThaw.spec
@@ -0,0 +1,55 @@
+%define dist FreezeThaw
+Name: perl-%dist
+Version: 0.45
+Release: alt1
+
+Summary: Converting Perl structures to strings and back
+License: GPL or Artistic
+Group: Development/Perl
+
+URL: %CPAN %dist
+Source: %dist-%version.tar
+Patch: %name-%version-%release.patch
+
+BuildArch: noarch
+
+# Automatically added by buildreq on Sat Mar 07 2009
+BuildRequires: perl-Math-BigInt perl-devel
+
+%description
+Converts data to/from stringified form, appropriate for
+saving-to/reading-from permanent storage.
+
+Deals with objects, circular lists, repeated appearence
+of the same refence. Does not deal with overloaded stringify
+operator yet.
+
+%prep
+%setup -q -n %dist-%version
+%patch -p1
+chmod 644 FreezeThaw.pm Changes README
+
+%build
+%perl_vendor_build
+
+%install
+%perl_vendor_install
+
+%files
+%doc Changes
+%perl_vendor_privlib/FreezeThaw.pm
+
+%changelog
+* Sat Mar 07 2009 Alexey Tourbin <at@altlinux.ru> 0.45-alt1
+- 0.43 -> 0.45
+
+* Wed Dec 15 2004 Andrey Brindeew <abr@altlinux.org> 0.43-alt3
+- perl-Math-BigInt added to BuildRequires
+
+* Tue Oct 07 2003 Andrey Brindeew <abr@altlinux.ru> 0.43-alt2
+- Added Packager tag
+- Both Summary and Description tags was updated
+
+* Fri Nov 15 2002 Konstantin Volckov <goldhead@altlinux.ru> 0.43-alt1
+- First build for Sisyphus
+
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin