[perl-WebService-Validator-HTML-W3C] 0.27 bump

Petr Sabata psabata at fedoraproject.org
Mon Aug 1 11:01:35 UTC 2011


commit 0b76d2135282a5c0faffc432ee7da2f882b1fb4f
Author: Petr Sabata <contyk at redhat.com>
Date:   Mon Aug 1 13:00:55 2011 +0200

    0.27 bump

 .gitignore                              |    1 +
 perl-WebService-Validator-HTML-W3C.spec |   16 ++++++----------
 sources                                 |    2 +-
 3 files changed, 8 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d168622..8ff23ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 WebService-Validator-HTML-W3C-0.24.tar.gz
 /WebService-Validator-HTML-W3C-0.26.tar.gz
+/WebService-Validator-HTML-W3C-0.27.tar.gz
diff --git a/perl-WebService-Validator-HTML-W3C.spec b/perl-WebService-Validator-HTML-W3C.spec
index 5a1aaf1..87bc860 100644
--- a/perl-WebService-Validator-HTML-W3C.spec
+++ b/perl-WebService-Validator-HTML-W3C.spec
@@ -1,12 +1,11 @@
 Name:           perl-WebService-Validator-HTML-W3C
-Version:        0.26
-Release:        5%{?dist}
+Version:        0.27
+Release:        1%{?dist}
 Summary:        Access the W3Cs online HTML validator
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/WebService-Validator-HTML-W3C/
 Source0:        http://www.cpan.org/authors/id/S/ST/STRUAN/WebService-Validator-HTML-W3C-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(Class::Accessor)
 BuildRequires:  perl(LWP)
@@ -36,26 +35,23 @@ they occur.
 ./Build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 ./Build test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 01 2011 Petr Sabata <contyk at redhat.com> - 0.27-1
+- 0.27 bump
+- Remove now obsolete Buildroot and defattr
+
 * Tue Jul 19 2011 Petr Sabata <contyk at redhat.com> - 0.26-5
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 6ac88da..40df984 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-54c6db3de84df41707e2055fa01ffbb1  WebService-Validator-HTML-W3C-0.26.tar.gz
+f8da3e2fba51dee955ee8a79db46b04d  WebService-Validator-HTML-W3C-0.27.tar.gz



More information about the perl-devel mailing list