From 8f6cbda2f50f4c6a412ad706cfebca3515aaa07a Mon Sep 17 00:00:00 2001 From: cvsextras Date: Nov 08 2004 05:10:41 +0000 Subject: auto-import changelog data from perl-Text-Iconv-1.4-0.fdr.1.1.src.rpm 1.4-0.fdr.1 - Update to 1.4, INSTALLDIRS= fixed upstream. 1.3-0.fdr.1 - Update to 1.3, patch naughty upstream Makefile.PL so that INSTALLDIRS= works. - Avoid RPATH on < FC2. 1.2-0.fdr.7 - BuildRequire perl >= 1:5.6.1-34.99.6 for support for vendor installdirs. - Use pure_install to avoid perllocal.pod workarounds. 1.2-0.fdr.6 - Require perl(:MODULE_COMPAT_*). 1.2-0.fdr.5 - Reduce directory ownership bloat. 1.2-0.fdr.4 - Specfile cleanup. 1.2-0.fdr.3 - Install into vendor dirs. 1.2-0.fdr.2 - Fix dir ownerships and non-root strip during build. - Update description. 1.2-0.fdr.1 - First Fedora release. --- diff --git a/.cvsignore b/.cvsignore index e69de29..bf5ad5f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +Text-Iconv-1.4.tar.gz diff --git a/perl-Text-Iconv.spec b/perl-Text-Iconv.spec new file mode 100644 index 0000000..668fbc8 --- /dev/null +++ b/perl-Text-Iconv.spec @@ -0,0 +1,92 @@ +%{!?perl_vendorarch: %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)} + +Name: perl-Text-Iconv +Version: 1.4 +Release: 0.fdr.1.1 +Epoch: 0 +Summary: Perl interface to iconv() codeset conversion function + +Group: Development/Libraries +License: GPL or Artistic +URL: http://search.cpan.org/dist/Text-Iconv/ +Source0: http://www.cpan.org/authors/id/M/MP/MPIOTR/Text-Iconv-1.4.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: perl >= 1:5.6.1 +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +%description +The Text::Iconv module provides a Perl interface to the iconv() +function as defined by the Single UNIX Specification. The convert() +method converts the encoding of characters in the input string from +the fromcode codeset to the tocode codeset, and returns the result. +Settings of fromcode and tocode and their permitted combinations are +implementation-dependent. Valid values are specified in the system +documentation. + + +%prep +%setup -q -n Text-Iconv-%{version} + + +%build +CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor +%{__perl} -pi -e 's/^\tLD_RUN_PATH=[^\s]+\s*/\t/' Makefile +make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS" + + +%install +rm -rf $RPM_BUILD_ROOT +make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT +find $RPM_BUILD_ROOT -type f -a \( -name .packlist \ + -o \( -name '*.bs' -a -empty \) \) -exec rm -f {} ';' +find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +chmod -R u+w $RPM_BUILD_ROOT/* + + +%check || : +make test + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc Changes README +%{perl_vendorarch}/auto/Text +%{perl_vendorarch}/Text +%{_mandir}/man3/Text::Iconv.3* + + +%changelog +* Sun Jul 18 2004 Ville Skyttä - 0:1.4-0.fdr.1 +- Update to 1.4, INSTALLDIRS= fixed upstream. + +* Tue Jun 29 2004 Ville Skyttä - 0:1.3-0.fdr.1 +- Update to 1.3, patch naughty upstream Makefile.PL so that INSTALLDIRS= works. +- Avoid RPATH on < FC2. + +* Sun May 9 2004 Ville Skyttä - 0:1.2-0.fdr.7 +- BuildRequire perl >= 1:5.6.1-34.99.6 for support for vendor installdirs. +- Use pure_install to avoid perllocal.pod workarounds. + +* Sun Apr 25 2004 Ville Skyttä - 0:1.2-0.fdr.6 +- Require perl(:MODULE_COMPAT_*). + +* Mon Feb 2 2004 Ville Skyttä - 0:1.2-0.fdr.5 +- Reduce directory ownership bloat. + +* Tue Dec 2 2003 Ville Skyttä - 0:1.2-0.fdr.4 +- Specfile cleanup. + +* Sun Aug 31 2003 Ville Skyttä - 0:1.2-0.fdr.3 +- Install into vendor dirs. + +* Fri Jul 4 2003 Ville Skyttä - 0:1.2-0.fdr.2 +- Fix dir ownerships and non-root strip during build. +- Update description. + +* Wed May 7 2003 Ville Skyttä - 0:1.2-0.fdr.1 +- First Fedora release. diff --git a/sources b/sources index e69de29..bde3833 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +3e9306e9262ff13bb9ba29a251c5094a Text-Iconv-1.4.tar.gz