fix br, license
This commit is contained in:
parent
efa245bd6a
commit
0b21ee5f9f
@ -1,10 +1,10 @@
|
||||
Name: perl-DBD-SQLite
|
||||
Version: 1.12
|
||||
Release: 2%{?dist}
|
||||
Release: 2%{?dist}.1
|
||||
Summary: Self Contained RDBMS in a DBI Driver
|
||||
|
||||
Group: Development/Libraries
|
||||
License: GPL or Artistic
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/DBD-SQLite/
|
||||
Source0: http://www.cpan.org/authors/id/M/MS/MSERGEANT/DBD-SQLite-%{version}.tar.gz
|
||||
Patch0: DBD-SQLite-1.11-type-information-segv.patch
|
||||
@ -16,6 +16,7 @@ BuildRequires: perl-DBI >= 1.03
|
||||
# else
|
||||
# perl-DBD-SQLite is self-contained (uses the sqlite local copy)
|
||||
BuildRequires: sqlite-devel
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
%description
|
||||
@ -65,6 +66,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Oct 15 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.12-2.1
|
||||
- correct license tag
|
||||
- add BR: perl(ExtUtils::MakeMaker)
|
||||
|
||||
* Thu Sep 14 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.12-2
|
||||
- Rebuild for FC6.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user