Author: pghmcfc
Update of /cvs/free/rpms/perl-Crypt-IDEA/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2522
Modified Files:
perl-Crypt-IDEA.spec
Log Message:
* Wed Feb 3 2010 Paul Howarth <paul(a)city-fan.org> 1.08-4
- Rebuild for Perl 5.10.1
- Filter bogus provides for shared objects
Index: perl-Crypt-IDEA.spec
===================================================================
RCS file: /cvs/free/rpms/perl-Crypt-IDEA/devel/perl-Crypt-IDEA.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Crypt-IDEA.spec 29 Mar 2009 13:57:47 -0000 1.2
+++ perl-Crypt-IDEA.spec 3 Feb 2010 09:52:07 -0000 1.3
@@ -1,7 +1,7 @@
Summary: Perl interface to IDEA block cipher
Name: perl-Crypt-IDEA
Version: 1.08
-Release: 3%{?dist}
+Release: 4%{?dist}
License: BSD with advertising
Group: Development/Libraries
Url:
http://search.cpan.org/dist/Crypt-IDEA/
@@ -10,6 +10,9 @@
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More)
+# Don't provide private perl libs
+%{?perl_default_filter}
+
%description
This perl extension is an implementation of the IDEA block cipher algorithm.
The module implements the Crypt::BlockCipher interface.
@@ -38,8 +41,8 @@
%{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
/usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} \;
/usr/bin/find %{buildroot} -type f -name '*.bs' -a -size 0 -exec %{__rm} -f {}
\;
-/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2>/dev/null \;
-%{__chmod} -R u+w %{buildroot}/*
+/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} \; 2>/dev/null
+%{__chmod} -R u+w %{buildroot}
%clean
%{__rm} -rf %{buildroot}
@@ -52,8 +55,12 @@
%{_mandir}/man3/Crypt::IDEA.3pm*
%changelog
-* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.08-3
-- rebuild for new F11 features
+* Wed Feb 3 2010 Paul Howarth <paul(a)city-fan.org> 1.08-4
+- Rebuild for Perl 5.10.1
+- Filter bogus provides for shared objects
+
+* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 1.08-3
+- Rebuild for new F11 features
* Wed Jan 21 2009 Paul Howarth <paul(a)city-fan.org> 1.08-2
- Include "changes" file in documentation