[perl-HTML-Form] Update to 6.01

Emmanuel Seyman eseyman at fedoraproject.org
Sat Feb 18 23:36:05 UTC 2012


commit d9dc0012b0a09a8455942f67ce80c3717c38d99b
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Sun Feb 19 00:36:00 2012 +0100

    Update to 6.01

 .gitignore          |    1 +
 perl-HTML-Form.spec |   14 +++++++++-----
 sources             |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index abd1ea7..55f287a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /HTML-Form-6.00.tar.gz
+/HTML-Form-6.01.tar.gz
diff --git a/perl-HTML-Form.spec b/perl-HTML-Form.spec
index 2c88bab..33d85af 100644
--- a/perl-HTML-Form.spec
+++ b/perl-HTML-Form.spec
@@ -1,6 +1,6 @@
 Name:           perl-HTML-Form
-Version:        6.00
-Release:        6%{?dist}
+Version:        6.01
+Release:        1%{?dist}
 Summary:        Class that represents an HTML form element
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -18,6 +18,8 @@ Requires:       perl(HTTP::Request) >= 6
 Requires:       perl(HTTP::Request::Common) >= 6
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+%{?perl_default_filter}
+
 %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,
@@ -33,8 +35,6 @@ passed to the request() method of LWP::UserAgent.
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@@ -46,12 +46,16 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 19 2012 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 6.01-1
+- Update to 6.01
+- Clean up spec file
+- Add perl default filter
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 6.00-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index b1e4025..81a760b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3ed73402b8f825c5c5060f05105610f4  HTML-Form-6.00.tar.gz
+04a3e5fcac09ae01844d49399832cf8b  HTML-Form-6.01.tar.gz


More information about the scm-commits mailing list