Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37558651
en ru br
Репозитории ALT
S:0.86-alt1
5.1: 0.45-alt1
4.1: 0.44-alt2.1
4.0: 0.44-alt2.1
3.0: 0.44-alt2.1
www.altlinux.org/Changes

Группа :: Разработка/Perl
Пакет: perl-Inline

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: perl-Inline-0.46-alt1.patch
Скачать


 .gear/rules                                        |    2 +
 .../tags/2134e6c3c4b9c4d732ff6043e558f23729f150c5  |   13 ++++
 .gear/tags/list                                    |    1 +
 C/Makefile.PL                                      |    8 +--
 perl-Inline.spec                                   |   73 ++++++++++++++++++++
 5 files changed, 90 insertions(+), 7 deletions(-)
diff --git a/.gear/rules b/.gear/rules
new file mode 100644
index 0000000..bf5c6d0
--- /dev/null
+++ b/.gear/rules
@@ -0,0 +1,2 @@
+tar: @version@:. name=Inline-@version@
+diff: @version@:. . name=perl-Inline-@version@-@release@.patch
diff --git a/.gear/tags/2134e6c3c4b9c4d732ff6043e558f23729f150c5 b/.gear/tags/2134e6c3c4b9c4d732ff6043e558f23729f150c5
new file mode 100644
index 0000000..bc9ff42
--- /dev/null
+++ b/.gear/tags/2134e6c3c4b9c4d732ff6043e558f23729f150c5
@@ -0,0 +1,13 @@
+object e9a141a75f881ad042a093ec8cbb2a498a95546f
+type commit
+tag 0.46
+tagger Alexey Tourbin <at@altlinux.ru> 1293320388 +0300
+
+0.46
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.11 (GNU/Linux)
+
+iEYEABECAAYFAk0WgMQACgkQfBKgtDjnu0YjEwCglbBErEoCtuc7wQ4ZTJMUO8vf
+JJ8An2LdM8tFSmkg3TYzErqkl5Cz6908
+=shAT
+-----END PGP SIGNATURE-----
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 0000000..6c8ecbd
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+2134e6c3c4b9c4d732ff6043e558f23729f150c5 0.46
diff --git a/C/Makefile.PL b/C/Makefile.PL
index 2b91b92..dd2154c 100644
--- a/C/Makefile.PL
+++ b/C/Makefile.PL
@@ -71,13 +71,7 @@ END
 # '
 }
 
-my $answer = '';
-my $default = $found ? "y" : "n";
-while (1) {
-    $answer = prompt ('Do you want to install Inline::C?', $default);
-    last if $answer =~ /^(y|yes|n|no)$/i;
-}
-
+my $answer = 'y';
 if ($answer =~ /^(y|yes)$/i) {
     WriteMakefile(
                   NAME => 'Inline::C',
diff --git a/perl-Inline.spec b/perl-Inline.spec
new file mode 100644
index 0000000..ce3cef5
--- /dev/null
+++ b/perl-Inline.spec
@@ -0,0 +1,73 @@
+%define dist Inline
+Name: perl-%dist
+Version: 0.46
+Release: alt1
+
+Summary: Write Perl subroutines in other programming languages
+License: GPL or Artistic
+Group: Development/Perl
+
+URL: %CPAN %dist
+Source: %dist-%version.tar
+Patch: %name-%version-%release.patch
+
+BuildArch: noarch
+Requires: gcc >= 4.1
+
+# Automatically added by buildreq on Sun Dec 26 2010
+BuildRequires: perl-Parse-RecDescent perl-devel
+
+%description
+Inline lets you write Perl subroutines in other programming languages
+like C, C++, Java, Python, Tcl and even Assembly. You don't need to
+compile anything. All the details are handled transparently so you
+can just run your Perl script like normal.
+
+%prep
+%setup -q -n %dist-%version
+%patch -p1
+
+%build
+%perl_vendor_build
+
+%install
+%perl_vendor_install
+
+%files
+	%perl_vendor_privlib/Inline.pm
+%doc	%perl_vendor_privlib/Inline*.pod
+
+%dir	%perl_vendor_privlib/Inline
+	%perl_vendor_privlib/Inline/*.pm
+%doc	%perl_vendor_privlib/Inline/*.pod
+
+%dir	%perl_vendor_privlib/Inline/C
+	%perl_vendor_privlib/Inline/C/*.pm
+
+%dir	%perl_vendor_privlib/auto/Inline
+	%perl_vendor_privlib/auto/Inline/*
+
+%changelog
+* Sun Dec 26 2010 Alexey Tourbin <at@altlinux.ru> 0.46-alt1
+- 0.45 -> 0.46
+
+* Tue Jul 28 2009 Alexey Tourbin <at@altlinux.ru> 0.45-alt1
+- 0.44 -> 0.45
+
+* Sat Feb 19 2005 ALT QA Team Robot <qa-robot@altlinux.org> 0.44-alt2.1
+- Rebuilt with rpm-build-perl-0.5.1.
+
+* Mon May 17 2004 Alexey Tourbin <at@altlinux.ru> 0.44-alt2
+- revamped specfile (fixed URL etc.)
+- mdk-underscore-localization.patch: fixes the use of $_ in Inline::denter
+- alt-our-vars.patch: made Inline::C::ParseRegExp work with perl-5.8.4
+- Requires: gcc > 3 (because of Inline::C)
+
+* Wed Mar 19 2003 Stanislav Ievlev <inger@altlinux.ru> 0.44-alt1
+- 0.44
+
+* Thu Oct 31 2002 Dmitry V. Levin <ldv@altlinux.org> 0.43-alt2
+- Rebuilt with perl-5.8.
+
+* Mon Sep 10 2001 Dmitry V. Levin <ldv@altlinux.ru> 0.43-alt1
+- Initial revision.
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin