Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37893020
en ru br
ALT Linux repositórios
S:6.11-alt1

Group :: Desenvolvimento/Outros
RPM: perl-HTML-Form

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: perl-HTML-Form-6.00-alt1.patch
Download


 .gear/rules         |    2 ++
 .gear/tags/list     |    1 +
 Makefile.PL         |    2 +-
 perl-HTML-Form.spec |   44 ++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 48 insertions(+), 1 deletions(-)
diff --git a/.gear/rules b/.gear/rules
new file mode 100644
index 0000000..d7c85b3
--- /dev/null
+++ b/.gear/rules
@@ -0,0 +1,2 @@
+tar: HTML-Form/@version@:. name=HTML-Form-@version@
+diff: HTML-Form/@version@:. .
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 0000000..2f76247
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+9df6728e09f05ebcc4dbeb7edca35128876c1b27 HTML-Form/6.00
diff --git a/Makefile.PL b/Makefile.PL
index a47a79c..0726980 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -20,7 +20,7 @@ WriteMakefile(
     },
     META_MERGE => {
 	resources => {
-            repository => 'http://github.com/gisle/libwww-perl',
+            repository => 'http://github.com/gisle/libwww-perl/tree/HTML-Form/master',
 	    MailingList => 'mailto:libwww@perl.org',
         }
     },
diff --git a/perl-HTML-Form.spec b/perl-HTML-Form.spec
new file mode 100644
index 0000000..28ab51f
--- /dev/null
+++ b/perl-HTML-Form.spec
@@ -0,0 +1,44 @@
+%define dist HTML-Form
+Name: perl-%dist
+Version: 6.00
+Release: alt1
+
+Summary: Class that represents an HTML form element
+License: GPL or Artistic
+Group: Development/Perl
+
+URL: %CPAN %dist
+Source: %dist-%version.tar
+Patch: %name-%version-%release.patch
+
+Conflicts: perl-libwww < 6
+
+BuildArch: noarch
+
+# Automatically added by buildreq on Tue Mar 22 2011
+BuildRequires: perl-HTTP-Message perl-devel
+
+%description
+Objects of the HTML::Form class represents a single HTML <form> ...
+</form> instance. A form consists of a sequence of inputs that usually
+have names, and which can take on various values. The state of a form
+can be tweaked and it can then be asked to provide HTTP::Request
+objects that can be passed to the request() method of LWP::UserAgent.
+
+%prep
+%setup -q -n %dist-%version
+%patch -p1
+
+%build
+%perl_vendor_build
+
+%install
+%perl_vendor_install
+
+%files
+%doc Changes README
+%perl_vendor_privlib/HTML*
+
+%changelog
+* Tue Mar 22 2011 Alexey Tourbin <at@altlinux.ru> 6.00-alt1
+- initial revision
 
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