[perl-Text-CharWidth] Specify all dependencies. Add default filter.

Marcela Mašláňová mmaslano at fedoraproject.org
Mon Oct 29 09:58:05 UTC 2012


commit aef97a3320edbed4d631e2eaf1a37c1a42b4caf9
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Mon Oct 29 10:57:56 2012 +0100

    Specify all dependencies. Add default filter.
    
    Signed-off-by: Marcela Mašláňová <mmaslano at redhat.com>

 perl-Text-CharWidth.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/perl-Text-CharWidth.spec b/perl-Text-CharWidth.spec
index 6873209..2c4d6df 100644
--- a/perl-Text-CharWidth.spec
+++ b/perl-Text-CharWidth.spec
@@ -1,16 +1,20 @@
 Summary: Get number of occupied columns of a string on terminal
 Name: perl-Text-CharWidth
 Version: 0.04
-Release: 15%{?dist}
+Release: 16%{?dist}
 License: GPL+ or Artistic
 Group: Development/Libraries
 URL: http://search.cpan.org/dist/Text-CharWidth/
 Source0: http://search.cpan.org/CPAN/authors/id/K/KU/KUBOTA/Text-CharWidth-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRequires: perl(Exporter)
 BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(Test::Simple)
+BuildRequires: perl(XSLoader)
 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+%{?perl_default_filter}
+
 %description
 This is a module to provide equivalent feature as wcwidth(3) and
 wcswidth(3).  This also provides mblen(3) equivalent subroutine.
@@ -45,6 +49,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Text::CharWidth.3pm*
 
 %changelog
+* Fri Oct 26 2012 Jitka Plesnikova <jplesnik at redhat.com> - 0.04-16
+- Specify all dependencies.
+- Add default filter.
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.04-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list