commit 7f31bcd8c0598fd7fbbef063500b80f0d0b0d8d4
Author: Emmanuel Seyman <emman...@seyman.fr>
Date:   Sun Jul 7 11:48:13 2013 +0200

    Update to 2.06, clean up spec file

 .gitignore              |    1 +
 perl-HTML-FromText.spec |   29 +++++++++++++----------------
 sources                 |    2 +-
 3 files changed, 15 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 12602a7..dcb432a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 HTML-FromText-2.05.tar.gz
+/HTML-FromText-2.06.tar.gz
diff --git a/perl-HTML-FromText.spec b/perl-HTML-FromText.spec
index ef91420..0f6d413 100644
--- a/perl-HTML-FromText.spec
+++ b/perl-HTML-FromText.spec
@@ -1,13 +1,11 @@
 Name:           perl-HTML-FromText
-Version:        2.05
-Release:        14%{?dist}
+Version:        2.06
+Release:        1%{?dist}
 Summary:        Convert plain text to HTML
-
-Group:          Development/Libraries
 License:        GPL+ or Artistic
+
 URL:            http://search.cpan.org/dist/HTML-FromText/
-Source0:        
http://search.cpan.org/CPAN/authors/id/C/CW/CWEST/HTML-FromText-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:        
http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/HTML-FromText-%{version}.tar.gz
 
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -20,8 +18,10 @@ BuildRequires:  perl(Test::More) >= 0.47
 
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+%{?perl_default_filter}
+
 %description
-"HTML::FromText" converts plain text to HTML. There are a handfull of
+"HTML::FromText" converts plain text to HTML. There are a handful of
 options that shape the conversion. There is a utility function,
 "text2html", that's exported by default. This function is simply a
 short- cut to the Object Oriented interface described in detail below.
@@ -37,25 +37,16 @@ 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 {} ';'
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-#Theses test are known to fail
-rm t/01_features.t
-rm t/02_v2.01.t
 make test
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{_bindir}/text2html
 %{perl_vendorlib}/HTML/
@@ -64,6 +55,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jul 07 2013 Emmanuel Seyman <emman...@seyman.fr> - 2.06-1
+- Update to 2.06
+- Drop no-longer-used macros
+- Add perl default filter
+- Re-enable all tests
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 2.05-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index cb07315..10d3768 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fb8ae4ab0cae0b57101f78b046b3927b  HTML-FromText-2.05.tar.gz
+a30237e66717c17a5f24899c90e499d0  HTML-FromText-2.06.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to