[perl-XML-SAX-Writer] 0.53 bump. Update dependencies.

Marcela Mašláňová mmaslano at fedoraproject.org
Fri Nov 23 13:06:12 UTC 2012


commit 1705ce072e3d84134903c41f86f1c4d3b4e614a8
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Fri Nov 23 14:06:03 2012 +0100

    0.53 bump. Update dependencies.
    
    Signed-off-by: Marcela Mašláňová <mmaslano at redhat.com>

 .gitignore               |    1 +
 perl-XML-SAX-Writer.spec |   23 ++++++++++++++---------
 sources                  |    2 +-
 3 files changed, 16 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index af863ea..c37d1d1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 XML-SAX-Writer-0.50.tar.gz
+/XML-SAX-Writer-0.53.tar.gz
diff --git a/perl-XML-SAX-Writer.spec b/perl-XML-SAX-Writer.spec
index 323c165..cd7fd85 100644
--- a/perl-XML-SAX-Writer.spec
+++ b/perl-XML-SAX-Writer.spec
@@ -1,6 +1,6 @@
 Name:           perl-XML-SAX-Writer
-Version:        0.50
-Release:        15%{?dist}
+Version:        0.53
+Release:        1%{?dist}
 Summary:        SAX2 Writer
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,12 +8,14 @@ URL:            http://search.cpan.org/dist/XML-SAX-Writer/
 Source0:        http://www.cpan.org/modules/by-module/XML/XML-SAX-Writer-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-BuildRequires:  perl(Text::Iconv) >= 1.2
+BuildRequires:  perl(inc::Module::Install)
+BuildRequires:  perl(Encode) >= 2.12
+BuildRequires:  perl(Module::Install::AutoManifest)
+BuildRequires:  perl(Module::Install::Repository)
+BuildRequires:  perl(Test::More) >= 0.40
 BuildRequires:  perl(XML::Filter::BufferText) >= 1.00
 BuildRequires:  perl(XML::NamespaceSupport) >= 1.00
 BuildRequires:  perl(XML::SAX::Exception) >= 1.01
-BuildRequires:  /usr/bin/iconv
-BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -21,11 +23,10 @@ A new XML Writer to match the SAX2 effort.
 
 %prep
 %setup -q -n XML-SAX-Writer-%{version}
-chmod 644 Changes README Writer.pm lib/XML/SAX/Writer/XML.pm
 
-# Fix UTF-8
-iconv -f ISO_8859-1 -t UTF-8 -o tmp.man Writer.pm &&
-mv -f tmp.man Writer.pm
+rm -r inc
+sed -i -e '/^inc\// d' MANIFEST
+find -type f -exec chmod -x {} +
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -54,6 +55,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Fri Nov 23 2012 Jitka Plesnikova <jplesnik at redhat.com> - 0.53-1
+- 0.53 bump
+- Update dependencies
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.50-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 6d3ff93..8b2134d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bf26550e84903ef36af0feb07d721d4e  XML-SAX-Writer-0.50.tar.gz
+afc83cdc49ccc8a7ad72911b2a0bcfbe  XML-SAX-Writer-0.53.tar.gz



More information about the perl-devel mailing list