commit 9e707dbe5eee377f289152ff76d627fed0e217fb
Author: Paul Howarth <p...@city-fan.org>
Date:   Thu Apr 26 09:50:54 2012 +0100

    BR: perl(Data::Dumper) and various minor tweaks
    
    - BR: perl(Data::Dumper)
    - Don't need to remove empty directories from buildroot
    - Don't need to run test suite with LC_ALL=C
    - Use search.cpan.org source URL

 perl-Jcode.spec |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/perl-Jcode.spec b/perl-Jcode.spec
index 0fb6686..3df7a92 100644
--- a/perl-Jcode.spec
+++ b/perl-Jcode.spec
@@ -1,15 +1,16 @@
 Name:          perl-Jcode
 Version:       2.07
-Release:       7%{?dist}
+Release:       8%{?dist}
 Summary:       Perl extension interface for converting Japanese text
 License:       GPL+ or Artistic
 Group:         Development/Libraries
 URL:           http://search.cpan.org/dist/Jcode/
-Source0:       
http://www.cpan.org/authors/id/D/DA/DANKOGAI/Jcode-%{version}.tar.gz
+Source0:       
http://search.cpan.org/CPAN/authors/id/D/DA/DANKOGAI/Jcode-%{version}.tar.gz
 Patch0:                Jcode-2.07-UTF-8.patch
-BuildArch:     noarch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
+BuildArch:     noarch
 BuildRequires: perl(Carp)
+BuildRequires: perl(Data::Dumper)
 BuildRequires: perl(Exporter)
 BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(MIME::Base64)
@@ -34,11 +35,10 @@ make %{?_smp_mflags}
 rm -rf %{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
-LC_ALL=C make test
+make test
 
 %clean
 rm -rf %{buildroot}
@@ -53,6 +53,12 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Jcode::Nihongo.3pm*
 
 %changelog
+* Thu Apr 26 2012 Paul Howarth <p...@city-fan.org> 2.07-8
+- Don't need to remove empty directories from buildroot
+- Don't need to run test suite with LC_ALL=C
+- BR: perl(Data::Dumper)
+- Use search.cpan.org source URL
+
 * Thu Jan 12 2012 Paul Howarth <p...@city-fan.org> 2.07-7
 - Add buildreqs for perl core modules that might be dual-lived
 - Nobody else likes macros for commands
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to