2004-09-09 10:07:06 +00:00
|
|
|
|
%define _use_internal_dependency_generator 0
|
|
|
|
|
|
2004-09-09 10:04:26 +00:00
|
|
|
|
Summary: A database access API for perl
|
|
|
|
|
Name: perl-DBI
|
2004-09-09 10:08:54 +00:00
|
|
|
|
Version: 1.40
|
|
|
|
|
Release: 1.1
|
2004-09-09 10:06:04 +00:00
|
|
|
|
URL: http://dbi.perl.org/
|
2004-09-09 10:05:49 +00:00
|
|
|
|
License: Artistic
|
2004-09-09 10:04:42 +00:00
|
|
|
|
Group: Applications/Databases
|
|
|
|
|
Source: DBI-%{version}.tar.gz
|
2004-09-09 10:05:49 +00:00
|
|
|
|
Source2: filter-requires-dbi.sh
|
2004-09-09 10:07:55 +00:00
|
|
|
|
Patch0: perl-DBI-1.37-prever.patch
|
2004-09-09 10:04:26 +00:00
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
2004-09-09 10:05:49 +00:00
|
|
|
|
Requires: perl >= 5.6.1
|
2004-09-09 10:07:55 +00:00
|
|
|
|
BuildRequires: perl-Time-HiRes
|
2004-09-09 10:04:26 +00:00
|
|
|
|
|
|
|
|
|
%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.
|
|
|
|
|
|
2004-09-09 10:05:49 +00:00
|
|
|
|
# %%define __find_requires /usr/lib/rpm/find-requires.perl
|
|
|
|
|
%define __find_requires %{SOURCE2}
|
2004-09-09 10:04:26 +00:00
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n DBI-%{version}
|
2004-09-09 10:07:55 +00:00
|
|
|
|
%patch0 -p1
|
2004-09-09 10:04:26 +00:00
|
|
|
|
|
|
|
|
|
%build
|
2004-09-09 10:06:04 +00:00
|
|
|
|
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=$RPM_BUILD_ROOT/usr INSTALLDIRS=vendor
|
2004-09-09 10:04:26 +00:00
|
|
|
|
make
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2004-09-09 10:06:50 +00:00
|
|
|
|
make install
|
2004-09-09 10:04:26 +00:00
|
|
|
|
|
2004-09-09 10:06:50 +00:00
|
|
|
|
[ -x /usr/lib/rpm/brp-compress ] && /usr/lib/rpm/brp-compress
|
2004-09-09 10:04:26 +00:00
|
|
|
|
|
2004-09-09 10:06:50 +00:00
|
|
|
|
find $RPM_BUILD_ROOT \( -name perllocal.pod -o -name .packlist \) -exec rm -v {} \;
|
|
|
|
|
|
|
|
|
|
find $RPM_BUILD_ROOT/usr -type f -print | \
|
|
|
|
|
sed "s@^$RPM_BUILD_ROOT@@g" | \
|
|
|
|
|
grep -v perllocal.pod | \
|
|
|
|
|
grep -v "\.packlist" > %{name}-%{version}-filelist
|
|
|
|
|
if [ "$(cat %{name}-%{version}-filelist)X" = "X" ] ; then
|
|
|
|
|
echo "ERROR: EMPTY FILE LIST"
|
|
|
|
|
exit -1
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
%files -f %{name}-%{version}-filelist
|
2004-09-09 10:04:26 +00:00
|
|
|
|
%defattr(-,root,root)
|
2004-09-09 10:06:50 +00:00
|
|
|
|
%dir %{_libdir}/perl5/vendor_perl/%(perl -MConfig -le 'print "$Config{version}/$Config{archname}"')/DBI
|
|
|
|
|
%dir %{_libdir}/perl5/vendor_perl/%(perl -MConfig -le 'print "$Config{version}/$Config{archname}"')/auto/DBI
|
|
|
|
|
|
2004-09-09 10:04:26 +00:00
|
|
|
|
|
|
|
|
|
%changelog
|
2004-09-09 10:08:54 +00:00
|
|
|
|
* 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
|
|
|
|
|
|
2004-09-09 10:08:02 +00:00
|
|
|
|
* Fri Dec 19 2003 Chip Turner <cturner@redhat.com> 1.39-1
|
|
|
|
|
- update to 1.39
|
|
|
|
|
|
2004-09-09 10:07:55 +00:00
|
|
|
|
* 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
|
|
|
|
|
|
2004-09-09 10:07:06 +00:00
|
|
|
|
* 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
|
|
|
|
|
|
2004-09-09 10:06:23 +00:00
|
|
|
|
* Wed Aug 7 2002 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com> 1.30-1
|
|
|
|
|
- 1.30.
|
|
|
|
|
|
2004-09-09 10:06:04 +00:00
|
|
|
|
* Tue Jun 25 2002 Trond Eivind Glomsr<EFBFBD>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<EFBFBD>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<EFBFBD>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<EFBFBD>d <teg@redhat.com> 1.21-2
|
|
|
|
|
- Rebuild
|
|
|
|
|
|
2004-09-09 10:05:49 +00:00
|
|
|
|
* Fri Feb 22 2002 Trond Eivind Glomsr<EFBFBD>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<EFBFBD>d <teg@redhat.com> 1.201-2
|
|
|
|
|
- Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jan 22 2002 Trond Eivind Glomsr<EFBFBD>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<EFBFBD>d <teg@redhat.com> 1.20-1
|
|
|
|
|
- 1.20
|
|
|
|
|
- Proper URL
|
|
|
|
|
|
2004-09-09 10:05:23 +00:00
|
|
|
|
* Sat Jun 23 2001 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- 1.18
|
|
|
|
|
|
2004-09-09 10:04:42 +00:00
|
|
|
|
* Wed May 30 2001 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- 1.16
|
|
|
|
|
- change group to Applications/Databases from Applications/CPAN
|
|
|
|
|
|
|
|
|
|
* Tue May 1 2001 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- 1.15
|
|
|
|
|
|
2004-09-09 10:04:26 +00:00
|
|
|
|
* Tue Feb 27 2001 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- Cleanups
|
|
|
|
|
|
|
|
|
|
* Thu Nov 30 2000 Trond Eivind Glomsr<EFBFBD>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.
|