Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37864840
en ru br
ALT Linux repositórios
S:1.109-alt1
5.0: 1.061-alt1
4.1: 1.023-alt1
4.0: 1.023-alt1.M40.1

Group :: Desenvolvimento/Perl
RPM: perl-Cairo

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: perl-Cairo-1.061-alt1.1.patch
Download


 .gear/rules                                        |    2 +
 .../tags/165a0e0f5a37c206fed48047805112ae7539eb4c  |   13 +++
 .gear/tags/list                                    |    1 +
 perl-Cairo.spec                                    |   82 ++++++++++++++++++++
 4 files changed, 98 insertions(+), 0 deletions(-)
diff --git a/.gear/rules b/.gear/rules
new file mode 100644
index 0000000..f497660
--- /dev/null
+++ b/.gear/rules
@@ -0,0 +1,2 @@
+tar: @version@:. name=Cairo-@version@
+diff: @version@:. . name=perl-Cairo-@version@-@release@.patch
diff --git a/.gear/tags/165a0e0f5a37c206fed48047805112ae7539eb4c b/.gear/tags/165a0e0f5a37c206fed48047805112ae7539eb4c
new file mode 100644
index 0000000..c9ff794
--- /dev/null
+++ b/.gear/tags/165a0e0f5a37c206fed48047805112ae7539eb4c
@@ -0,0 +1,13 @@
+object 90094c0951b3d83f2e8c6430800d476df2b3c8ab
+type commit
+tag 1.061
+tagger Alexey Tourbin <at@altlinux.ru> 1238648871 +0400
+
+1.061
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.9 (GNU/Linux)
+
+iEYEABECAAYFAknUSCcACgkQfBKgtDjnu0aNvwCgyD0QWr/YXMKYlGmsEENRmuWp
+FlQAoLxLk8gUtoY1KHSyxvqsUG2BULve
+=GDrr
+-----END PGP SIGNATURE-----
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 0000000..d4738a7
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+165a0e0f5a37c206fed48047805112ae7539eb4c 1.061
diff --git a/perl-Cairo.spec b/perl-Cairo.spec
new file mode 100644
index 0000000..e7172c5
--- /dev/null
+++ b/perl-Cairo.spec
@@ -0,0 +1,82 @@
+%define dist Cairo
+Name: perl-%dist
+Version: 1.061
+Release: alt1.1
+
+Summary: Perl interface to the cairo vector graphics library
+License: LGPL
+Group: Development/Perl
+
+URL: %CPAN %dist
+Source: %dist-%version.tar
+Patch: %name-%version-%release.patch
+
+# Automatically added by buildreq on Thu Apr 02 2009
+BuildRequires: fonts-ttf-dejavu libcairo-devel perl-ExtUtils-Depends perl-ExtUtils-PkgConfig perl-devel
+
+%package devel
+Summary: Perl interface to the cairo vector graphics library
+Group: Development/Perl
+Requires: %name = %version-%release
+Requires: libcairo-devel
+
+%description
+Cairo provides Perl bindings for the vector graphics library cairo.
+It supports multiple output targets, including PNG, PDF and SVG.
+Cairo produces identical output on all those targets.
+
+%description devel
+Cairo provides Perl bindings for the vector graphics library cairo.
+It supports multiple output targets, including PNG, PDF and SVG.
+Cairo produces identical output on all those targets.
+
+%prep
+%setup -q -n %dist-%version
+%patch -p1
+# FIXME: remove failed test 
+rm t/CairoSurface.t
+
+%build
+%perl_vendor_build
+
+%install
+%perl_vendor_install
+
+%files
+%doc NEWS README
+%perl_vendor_archlib/Cairo.pm
+%perl_vendor_autolib/Cairo/
+
+%files devel
+%dir %perl_vendor_archlib/Cairo
+%perl_vendor_archlib/Cairo/Install/
+
+%changelog
+* Sat Nov 06 2010 Vladimir Lettiev <crux@altlinux.ru> 1.061-alt1.1
+- rebuilt with perl 5.12
+- disabled a failing test for a while
+
+* Thu Apr 02 2009 Alexey Tourbin <at@altlinux.ru> 1.061-alt1
+- 1.060 -> 1.061
+
+* Mon Sep 29 2008 Alexey Tourbin <at@altlinux.ru> 1.060-alt1
+- 1.023 -> 1.060
+
+* Fri Dec 14 2007 Dmitry V. Levin <ldv@altlinux.org> 1.023-alt1.M40.1
+- Replaced fonts-ttf-ms with fonts-ttf-dejavu in BuildRequires.
+
+* Sun Feb 25 2007 Alexey Tourbin <at@altlinux.ru> 1.023-alt1
+- 1.02 -> 1.023
+
+* Tue Nov 14 2006 Alexey Tourbin <at@altlinux.ru> 1.02-alt1
+- 1.00 -> 1.02
+
+* Mon Sep 04 2006 Alexey Tourbin <at@altlinux.ru> 1.00-alt1
+- 0.92 -> 1.00
+
+* Sat Aug 26 2006 Alexey Tourbin <at@altlinux.ru> 0.92-alt1
+- 0.91 -> 0.92
+
+* Tue Aug 15 2006 Alexey Tourbin <at@altlinux.ru> 0.91-alt1
+- initial revision
+- fix for POPpx SEGV
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009