[perl-JSON-RPC] Add the perl default filter to filter the examples.

Emmanuel Seyman eseyman at fedoraproject.org
Sun Feb 13 16:49:46 UTC 2011


commit b76e2c84401595c111145da511280d6e5585cfdd
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Sun Feb 13 17:49:42 2011 +0100

    Add the perl default filter to filter the examples.

 perl-JSON-RPC.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/perl-JSON-RPC.spec b/perl-JSON-RPC.spec
index a67d32e..8fe4cc7 100644
--- a/perl-JSON-RPC.spec
+++ b/perl-JSON-RPC.spec
@@ -1,6 +1,6 @@
 Name:           perl-JSON-RPC
 Version:        0.96
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Perl implementation of JSON-RPC 1.1 protocol
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -18,6 +18,8 @@ BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+%{?perl_default_filter}
+
 %description
 JSON-RPC is a stateless and light-weight remote procedure call (RPC)
 protocol for inter-networking applications over HTTP. It uses JSON as the
@@ -58,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 13 2011 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 0.96-8
+- Add the perl default filter to filter the examples.
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.96-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 



More information about the perl-devel mailing list