rpms/perl-Text-Iconv/devel perl-Text-Iconv.spec,1.7,1.8

Ville Skytta (scop) fedora-extras-commits at redhat.com
Wed Aug 30 06:40:33 UTC 2006


Author: scop

Update of /cvs/extras/rpms/perl-Text-Iconv/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18739

Modified Files:
	perl-Text-Iconv.spec 
Log Message:
* Wed Aug 30 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.4-5
- Fix order of arguments to find(1).
- Drop version from perl build dependency.



Index: perl-Text-Iconv.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-Iconv/devel/perl-Text-Iconv.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- perl-Text-Iconv.spec	16 Feb 2006 21:45:09 -0000	1.7
+++ perl-Text-Iconv.spec	30 Aug 2006 06:40:32 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           perl-Text-Iconv
 Version:        1.4
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Perl interface to iconv() codeset conversion function
 
 Group:          Development/Libraries
@@ -9,7 +9,7 @@
 Source0:        http://www.cpan.org/authors/id/M/MP/MPIOTR/Text-Iconv-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  perl >= 1:5.6.1
+BuildRequires:  %{__perl}
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -36,7 +36,7 @@
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
@@ -57,6 +57,10 @@
 
 
 %changelog
+* Wed Aug 30 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.4-5
+- Fix order of arguments to find(1).
+- Drop version from perl build dependency.
+
 * Thu Feb 16 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.4-4
 - Rebuild.
 




More information about the fedora-extras-commits mailing list