Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37908797
en ru br
Репозитории ALT

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

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

Патч: perl-Module-Install-ExtraTests-0.006-alt1.patch
Скачать


 .gear/rules                                        |    2 +
 .../tags/0274865224a820a91703fc3a6cc59bcc627df4ec  |   13 +++++
 .gear/tags/list                                    |    1 +
 Makefile.PL                                        |    1 +
 perl-Module-Install-ExtraTests.spec                |   48 ++++++++++++++++++++
 5 files changed, 65 insertions(+), 0 deletions(-)
diff --git a/.gear/rules b/.gear/rules
new file mode 100644
index 0000000..c134bc0
--- /dev/null
+++ b/.gear/rules
@@ -0,0 +1,2 @@
+tar: @version@:. name=Module-Install-ExtraTests-@version@
+diff: @version@:. . name=perl-Module-Install-ExtraTests-@version@-@release@.patch
diff --git a/.gear/tags/0274865224a820a91703fc3a6cc59bcc627df4ec b/.gear/tags/0274865224a820a91703fc3a6cc59bcc627df4ec
new file mode 100644
index 0000000..112a148
--- /dev/null
+++ b/.gear/tags/0274865224a820a91703fc3a6cc59bcc627df4ec
@@ -0,0 +1,13 @@
+object 6a9581a405f211eab72226744b38f0b5a0f5d6fe
+type commit
+tag 0.006
+tagger Alexey Tourbin <at@altlinux.ru> 1269382735 +0300
+
+0.006
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.10 (GNU/Linux)
+
+iEYEABECAAYFAkupPk8ACgkQfBKgtDjnu0bW0QCdHywi9Bw4NsfkWq2h6yC4BJUE
+LU8AmgMuiooREsyDqFrxJWxJNDT3xw24
+=c3wP
+-----END PGP SIGNATURE-----
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 0000000..8d740af
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+0274865224a820a91703fc3a6cc59bcc627df4ec 0.006
diff --git a/Makefile.PL b/Makefile.PL
index 4f5a9b4..176821a 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,3 +1,4 @@
+use lib 'lib';
 use inc::Module::Install;
 name('Module-Install-ExtraTests');
 all_from('lib/Module/Install/ExtraTests.pm');
diff --git a/perl-Module-Install-ExtraTests.spec b/perl-Module-Install-ExtraTests.spec
new file mode 100644
index 0000000..b4c2dfd
--- /dev/null
+++ b/perl-Module-Install-ExtraTests.spec
@@ -0,0 +1,48 @@
+%define dist Module-Install-ExtraTests
+Name: perl-%dist
+Version: 0.006
+Release: alt1
+
+Summary: contextual tests that the harness can ignore
+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 Wed Mar 24 2010
+BuildRequires: perl-Module-Install perl-Pod-Escapes
+
+%description
+This plugin adds one Module::Install command:
+
+  extra_tests;
+
+This declares that the test files found in the directory ./xt should be run
+only in certain instances:
+
+  ./xt/author  - run when the tests are being run in an author's working copy
+  ./xt/smoke   - run when the dist is being smoked (AUTOMATED_TESTING=1)
+  ./xt/release - run during "make disttest"
+
+%prep
+%setup -q -n %dist-%version
+%patch -p1
+rm -r inc/
+
+%build
+%perl_vendor_build
+
+%install
+%perl_vendor_install
+
+%files
+%doc Changes README
+%perl_vendor_privlib/Module*
+
+%changelog
+* Wed Mar 24 2010 Alexey Tourbin <at@altlinux.ru> 0.006-alt1
+- initial revision
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin