rpms/perl-ORLite-Migrate/devel perl-ORLite-Migrate.spec,1.6,1.7

Štěpán Kasal kasal at fedoraproject.org
Wed Jun 17 11:18:16 UTC 2009


Author: kasal

Update of /cvs/extras/rpms/perl-ORLite-Migrate/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11173

Modified Files:
	perl-ORLite-Migrate.spec 
Log Message:
- clean up the requires a bit


Index: perl-ORLite-Migrate.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-ORLite-Migrate/devel/perl-ORLite-Migrate.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- perl-ORLite-Migrate.spec	10 Jun 2009 12:58:16 -0000	1.6
+++ perl-ORLite-Migrate.spec	17 Jun 2009 11:17:46 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           perl-ORLite-Migrate
 Version:        0.03
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Light weight SQLite-specific schema migration
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,23 +8,21 @@ URL:            http://search.cpan.org/d
 Source0:        http://www.cpan.org/authors/id/A/AD/ADAMK/ORLite-Migrate-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-BuildRequires:  perl >= 1:5.6.0
-BuildRequires:  perl(DBD::SQLite) >= 1.14
+# for File::Spec >= 3.2701, see below
+BuildRequires:	perl-devel >= 4:5.10.0-70
+BuildRequires:  perl(DBD::SQLite) >= 1.21
 BuildRequires:  perl(DBI) >= 1.58
-BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::pushd)
 BuildRequires:  perl(IPC::Run3)
-BuildRequires:  perl(ORLite) >= 1.16
-BuildRequires:  perl(Params::Util) >= 0.33
+BuildRequires:  perl(ORLite) >= 1.20
+BuildRequires:  perl(Params::Util) >= 0.37
 BuildRequires:  perl(Probe::Perl)
 BuildRequires:  perl(Test::More) >= 0.47
-Requires:       perl(DBD::SQLite) >= 1.14
-Requires:       perl(DBI) >= 1.58
+# The following three requires are not detected automatically:
 Requires:       perl(File::pushd)
 Requires:       perl(IPC::Run3)
-Requires:       perl(ORLite) >= 1.16
-Requires:       perl(Params::Util) >= 0.33
 Requires:       perl(Probe::Perl)
+
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 # File::Spec >= 3.2701 is required, but rpm does not understand that...
@@ -72,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 17 2009 Stepan Kasal <skasal at redhat.com> 0.03-3
+- clean up the requires a bit
+
 * Wed Jun 10 2009 Stepan Kasal <skasal at redhat.com> 0.03-2
 - work around a problem with crazy perl versioning
 




More information about the Fedora-perl-devel-list mailing list