[perl-HTML-Selector-XPath] Upstream update.

corsepiu corsepiu at fedoraproject.org
Mon Sep 19 09:10:14 UTC 2011


commit 3040023cc46ab91399b5d6f752019ddbc411b8c1
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Mon Sep 19 11:09:58 2011 +0200

    Upstream update.

 .gitignore                    |    4 +---
 perl-HTML-Selector-XPath.spec |   13 +++++--------
 sources                       |    2 +-
 3 files changed, 7 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bf2ad3b..289630a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1 @@
-/HTML-Selector-XPath-0.04.tar.gz
-/HTML-Selector-XPath-0.06.tar.gz
-/HTML-Selector-XPath-0.07.tar.gz
+/HTML-Selector-XPath-0.08.tar.gz
diff --git a/perl-HTML-Selector-XPath.spec b/perl-HTML-Selector-XPath.spec
index 5fc3e50..dfb1592 100644
--- a/perl-HTML-Selector-XPath.spec
+++ b/perl-HTML-Selector-XPath.spec
@@ -1,12 +1,11 @@
 Name:           perl-HTML-Selector-XPath
-Version:        0.07
-Release:        2%{?dist}
+Version:        0.08
+Release:        1%{?dist}
 Summary:        CSS Selector to XPath compiler
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/HTML-Selector-XPath/
 Source0:        http://www.cpan.org/authors/id/M/MI/MIYAGAWA/HTML-Selector-XPath-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl >= 1:5.8.1
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -31,8 +30,6 @@ equivalent XPath expression.
 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 {} \;
@@ -43,9 +40,6 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc Changes README
@@ -53,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Sep 19 2011 Ralf Corsépius <corsepiu at fedoraproject.org> 0.08-1
+- Upstream update.
+
 * Wed Jun 29 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.07-2
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 7c9cc98..f8cada4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c3e22c0cdcaec1031f0c60ec8650134d  HTML-Selector-XPath-0.07.tar.gz
+c711f2672044cee9f6eba917e15eb263  HTML-Selector-XPath-0.08.tar.gz


More information about the scm-commits mailing list