jplesnik pushed to perl-XML-SAX-Writer (master). "0.56 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Sep 9 13:41:46 UTC 2015


From a64a6bdfecd8ab92182e39555544fc717118c931 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jplesnik at redhat.com>
Date: Wed, 9 Sep 2015 15:41:35 +0200
Subject: 0.56 bump


diff --git a/.gitignore b/.gitignore
index c37d1d1..9c1bd53 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 XML-SAX-Writer-0.50.tar.gz
 /XML-SAX-Writer-0.53.tar.gz
+/XML-SAX-Writer-0.56.tar.gz
diff --git a/perl-XML-SAX-Writer.spec b/perl-XML-SAX-Writer.spec
index a60d0a5..c1825e3 100644
--- a/perl-XML-SAX-Writer.spec
+++ b/perl-XML-SAX-Writer.spec
@@ -1,18 +1,25 @@
 Name:           perl-XML-SAX-Writer
-Version:        0.53
-Release:        9%{?dist}
+Version:        0.56
+Release:        1%{?dist}
 Summary:        SAX2 Writer
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 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(Cwd)
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
 BuildRequires:  perl(Encode) >= 2.12
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(File::Path)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Open3)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More) >= 0.40
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
 BuildRequires:  perl(XML::Filter::BufferText) >= 1.00
 BuildRequires:  perl(XML::NamespaceSupport) >= 1.00
 BuildRequires:  perl(XML::SAX::Exception) >= 1.01
@@ -30,28 +37,25 @@ find -type f -exec chmod -x {} +
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+make pure_install DESTDIR=%{buildroot}
 
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} %{buildroot}/*
 
 %check
 make test
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
+%license LICENSE
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Sep 09 2015 Jitka Plesnikova <jplesnik at redhat.com> - 0.56-1
+- 0.56 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.53-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 8b2134d..270d57c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-afc83cdc49ccc8a7ad72911b2a0bcfbe  XML-SAX-Writer-0.53.tar.gz
+e5fa5e2b2f6867b1aca9b5b43e1ce361  XML-SAX-Writer-0.56.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-XML-SAX-Writer.git/commit/?h=master&id=a64a6bdfecd8ab92182e39555544fc717118c931


More information about the perl-devel mailing list