[perl-POE-Filter-IRCD] Update, clean spec.

Marcela Mašláňová mmaslano at fedoraproject.org
Thu Nov 4 17:38:40 UTC 2010


commit 7d75c071e56dfa93e7aecf883055fea062d9e0d4
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Thu Nov 4 18:38:15 2010 +0100

    Update, clean spec.

 perl-POE-Filter-IRCD.spec |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/perl-POE-Filter-IRCD.spec b/perl-POE-Filter-IRCD.spec
index 4d01af9..b06b422 100644
--- a/perl-POE-Filter-IRCD.spec
+++ b/perl-POE-Filter-IRCD.spec
@@ -1,13 +1,12 @@
 Name:           perl-POE-Filter-IRCD
-Version:        2.40
-Release:        4%{?dist}
+Version:        2.42
+Release:        1%{?dist}
 Summary:        A POE-based parser for the IRC protocol
 
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/POE-Filter-IRCD
 Source0: http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/POE-Filter-IRCD-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Source100:      README.licensing
 
@@ -25,6 +24,8 @@ BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires:  perl(POE::Filter)
 BuildRequires:  perl(Test::More) >= 0.47
 
+BuildRequires:  /usr/bin/iconv
+
 %description
 POE::Filter::IRCD provides a convenient way of parsing and creating IRC
 protocol lines.
@@ -33,6 +34,8 @@ protocol lines.
 %prep
 %setup -q -n POE-Filter-IRCD-%{version}
 
+iconv -f iso8859-2 -t utf8 < Changes > Changes.1
+mv Changes.1 Changes
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -40,8 +43,6 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf %{buildroot}
-
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
@@ -66,6 +67,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Nov  4 2010 Marcela Mašláňová <mmaslano at redhat.com> - 2.42-1
+- update because of POE::Comoponent::IRC
+
 * Thu May 06 2010 Marcela Maslanova <mmaslano at redhat.com> - 2.40-4
 - Mass rebuild with perl-5.12.0
 



More information about the perl-devel mailing list