164 lines
4.3 KiB
RPMSpec
164 lines
4.3 KiB
RPMSpec
Summary: A database access API for perl
|
||
Name: perl-DBI
|
||
Version: 1.48
|
||
Release: 3
|
||
URL: http://dbi.perl.org/
|
||
License: Artistic
|
||
Group: Applications/Databases
|
||
Source0: http://search.cpan.org/CPAN/authors/id/T/TI/TIMB/DBI-%{version}.tar.gz
|
||
Source1: filter-requires-dbi.sh
|
||
Patch0: perl-DBI-1.37-prever.patch
|
||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||
BuildRequires: perl-Time-HiRes
|
||
|
||
%define __perl_requires %{SOURCE1}
|
||
|
||
%description
|
||
DBI is a database access Application Programming Interface (API) for
|
||
the Perl Language. The DBI API Specification defines a set of
|
||
functions, variables and conventions that provide a consistent
|
||
database interface independent of the actual database being used.
|
||
|
||
%prep
|
||
%setup -q -n DBI-%{version}
|
||
%patch0 -p1
|
||
|
||
%build
|
||
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=$RPM_BUILD_ROOT%{_prefix} INSTALLDIRS=vendor
|
||
make
|
||
make test
|
||
|
||
%install
|
||
rm -rf $RPM_BUILD_ROOT
|
||
%makeinstall
|
||
find $RPM_BUILD_ROOT \( -name perllocal.pod -o -name .packlist \) -exec rm -f {} \;
|
||
|
||
# Remove Win32 specific files and man pages to avoid unwanted dependencies
|
||
rm -rf $RPM_BUILD_ROOT%{perl_vendorarch}/{Win32,DBI/W32ODBC.pm}
|
||
rm -rf $RPM_BUILD_ROOT%{_mandir}/man?/{DBI::W32ODBC.3pm,Win32::DBIODBC.3pm}
|
||
|
||
%clean
|
||
rm -rf $RPM_BUILD_ROOT
|
||
|
||
%files
|
||
%defattr(-,root,root)
|
||
%doc README
|
||
%{_bindir}/dbipro*
|
||
%{perl_vendorarch}/*.p*
|
||
%{perl_vendorarch}/Bundle/
|
||
%{perl_vendorarch}/DBD/
|
||
%{perl_vendorarch}/DBI/
|
||
%{perl_vendorarch}/auto/DBI/
|
||
%{_mandir}/man?/*.gz
|
||
|
||
%changelog
|
||
* Mon Apr 04 2005 Warren Togami <wtogami@redhat.com> 1.48-3
|
||
- filter perl(Apache) (#153673)
|
||
|
||
* Fri Apr 01 2005 Robert Scheck <redhat@linuxnetz.de> 1.48-2
|
||
- spec file cleanup (#153164)
|
||
|
||
* Thu Mar 31 2005 Warren Togami <wtogami@redhat.com> 1.48-1
|
||
- 1.48
|
||
|
||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||
- rebuilt
|
||
|
||
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
||
- rebuilt
|
||
|
||
* Fri Feb 13 2004 Chip Turner <cturner@redhat.com> 1.40-1
|
||
- update to 1.40
|
||
|
||
* Fri Dec 19 2003 Chip Turner <cturner@redhat.com> 1.39-1
|
||
- update to 1.39
|
||
|
||
* Mon Jul 7 2003 Chip Turner <cturner@redhat.com> 1.37-1
|
||
- upgrade to 1.37
|
||
|
||
* Wed Apr 2 2003 Chip Turner <cturner@redhat.com> 1.32-6
|
||
- add buildrequires on perl-Time-HiRes
|
||
|
||
* Tue Feb 18 2003 Chip Turner <cturner@redhat.com>
|
||
- update dependency filter to remove dependency on perl(Apache) that
|
||
- crept in (#82927)
|
||
|
||
* Mon Jan 27 2003 Chip Turner <cturner@redhat.com>
|
||
- version bump and rebuild
|
||
|
||
* Sat Dec 14 2002 Chip Turner <cturner@redhat.com>
|
||
- don't use rpm internal dep generator
|
||
|
||
* Wed Nov 20 2002 Chip Turner <cturner@redhat.com>
|
||
- rebuild
|
||
|
||
* Wed Aug 7 2002 Trond Eivind Glomsr<73>d <teg@redhat.com> 1.30-1
|
||
- 1.30.
|
||
|
||
* Tue Jun 25 2002 Trond Eivind Glomsr<73>d <teg@redhat.com> 1.28-1
|
||
- 1.28
|
||
- Building it also fixes #66304
|
||
|
||
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||
- automated rebuild
|
||
|
||
* Wed Jun 5 2002 Trond Eivind Glomsr<73>d <teg@redhat.com> 1.23-2
|
||
- Tweak dependency finder - filter out a dependency found within the
|
||
doc section of a module
|
||
|
||
* Tue Jun 4 2002 Trond Eivind Glomsr<73>d <teg@redhat.com> 1.23-1
|
||
- 1.23
|
||
- Some changes to integrate with new Perl
|
||
- Update URL
|
||
|
||
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
||
- automated rebuild
|
||
|
||
* Tue May 7 2002 Trond Eivind Glomsr<73>d <teg@redhat.com> 1.21-2
|
||
- Rebuild
|
||
|
||
* Fri Feb 22 2002 Trond Eivind Glomsr<73>d <teg@redhat.com> 1.21-1
|
||
- 1.21
|
||
|
||
* Fri Feb 8 2002 Chip Turner <cturner@redhat.com>
|
||
- filter out "soft" dependencies: perl(RPC::PlClient) and perl(Win32::ODBC)
|
||
|
||
* Thu Feb 7 2002 Trond Eivind Glomsr<73>d <teg@redhat.com> 1.201-2
|
||
- Rebuild
|
||
|
||
* Tue Jan 22 2002 Trond Eivind Glomsr<73>d <teg@redhat.com> 1.201-1
|
||
- 1.201
|
||
|
||
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
||
- automated rebuild
|
||
|
||
* Tue Jan 8 2002 Trond Eivind Glomsr<73>d <teg@redhat.com> 1.20-1
|
||
- 1.20
|
||
- Proper URL
|
||
|
||
* Sat Jun 23 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- 1.18
|
||
|
||
* Wed May 30 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- 1.16
|
||
- change group to Applications/Databases from Applications/CPAN
|
||
|
||
* Tue May 1 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- 1.15
|
||
|
||
* Tue Feb 27 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- Cleanups
|
||
|
||
* Thu Nov 30 2000 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- build for main distribution
|
||
- use %%{_tmppath}
|
||
- change name of specfile
|
||
- don't use a find script to generate file lists
|
||
- general cleanup
|
||
- add descriptive summary and description
|
||
|
||
|
||
* Mon Aug 14 2000 Tim Powers <timp@redhat.com>
|
||
- Spec file was autogenerated.
|