[perl-HTML-Quoted] Upstream update.

corsepiu corsepiu at fedoraproject.org
Wed May 22 09:54:39 UTC 2013


commit 1fd85bf7332061f7e563484d0a8d708695c53f0e
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Wed May 22 11:54:35 2013 +0200

    Upstream update.
    
    - Reflect Source0:-URL having changed.
    - Modernize spec.

 .gitignore            |    2 +-
 perl-HTML-Quoted.spec |   17 ++++++++---------
 sources               |    2 +-
 3 files changed, 10 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 91c80a9..3f32608 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/HTML-Quoted-0.03.tar.gz
+/HTML-Quoted-0.04.tar.gz
diff --git a/perl-HTML-Quoted.spec b/perl-HTML-Quoted.spec
index e59f541..bdf402d 100644
--- a/perl-HTML-Quoted.spec
+++ b/perl-HTML-Quoted.spec
@@ -1,12 +1,11 @@
 Name:           perl-HTML-Quoted
-Version:        0.03
-Release:        7%{?dist}
+Version:        0.04
+Release:        1%{?dist}
 Summary:        Extract structure of quoted HTML mail message
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/HTML-Quoted/
-Source0:        http://www.cpan.org/authors/id/R/RU/RUZ/HTML-Quoted-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:        http://www.cpan.org/authors/id/T/TS/TSIBLEY/HTML-Quoted-0.04.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(HTML::Parser) >= 3.0
@@ -25,8 +24,6 @@ Extract structure of quoted HTML mail message.
 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 {} \;
@@ -37,9 +34,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
@@ -47,6 +41,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Wed May 22 2013 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.04-1
+- Upstream update.
+- Reflect Source0:-URL having changed.
+- Modernize spec.
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.03-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index b556568..f6ad310 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dc614a27838ee3218f32738de1881e1f  HTML-Quoted-0.03.tar.gz
+1624801f0f505e65e8b067816039a296  HTML-Quoted-0.04.tar.gz



More information about the perl-devel mailing list