126 lines
3.3 KiB
RPMSpec
126 lines
3.3 KiB
RPMSpec
%define _use_internal_dependency_generator 0
|
|
|
|
Summary: A PostgresSQL interface for perl
|
|
Name: perl-DBD-Pg
|
|
Version: 1.31
|
|
Release: 1
|
|
License: distributable
|
|
Group: Applications/Databases
|
|
Source: DBD-Pg-%{version}.tar.gz
|
|
Patch: perl-DBD-1.31-fixver.patch
|
|
Url: http://www.cpan.org
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
Requires: perl >= 5.6.0-3, perl-DBI
|
|
BuildRequires: postgresql-devel >= 7.1, perl >= 5.6.0-3, perl-DBI
|
|
|
|
%description
|
|
An implementation of DBI for PostgreSQL for Perl.
|
|
|
|
# Provide perl-specific find-{provides,requires}.
|
|
%define __find_provides /usr/lib/rpm/find-provides.perl
|
|
%define __find_requires /usr/lib/rpm/find-requires.perl
|
|
|
|
%prep
|
|
%setup -q -n DBD-Pg-%{version}
|
|
%patch0 -p1
|
|
|
|
%build
|
|
export POSTGRES_INCLUDE=/usr/include/pgsql
|
|
export POSTGRES_LIB=%{_libdir}
|
|
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=$RPM_BUILD_ROOT/usr INSTALLDIRS=vendor
|
|
make
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
make install
|
|
|
|
[ -x /usr/lib/rpm/brp-compress ] && /usr/lib/rpm/brp-compress
|
|
|
|
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
|
|
%defattr(-,root,root)
|
|
|
|
%changelog
|
|
* Thu Dec 11 2003 Chip Turner <cturner@redhat.com> 1.31-1
|
|
- update to 1.31
|
|
|
|
* Mon Jul 7 2003 Chip Turner <cturner@redhat.com> 1.22-1
|
|
- move to upstream 1.22
|
|
|
|
* Mon Jan 27 2003 Chip Turner <cturner@redhat.com>
|
|
- version bump and rebuild
|
|
|
|
* Mon Jan 13 2003 Chip Turner <cturner@redhat.com>
|
|
- update to 1.21
|
|
|
|
* Sat Dec 14 2002 Chip Turner <cturner@redhat.com>
|
|
- don't use internal rpm dep generator
|
|
|
|
* Wed Nov 20 2002 Chip Turner <cturner@redhat.com>
|
|
- rebuild
|
|
|
|
* Wed Aug 7 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.13-5
|
|
- Rebuild
|
|
|
|
* Tue Jun 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.13-4
|
|
- Rebuild, to fix #66304
|
|
|
|
* Wed Jun 5 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.13-3
|
|
- Integrate with newer perl
|
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
- automated rebuild
|
|
|
|
* Tue May 7 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.13-1
|
|
- 1.13
|
|
|
|
* Fri Feb 22 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.01-8
|
|
- Rebuild
|
|
|
|
* Thu Feb 7 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.01-7
|
|
- Rebuild
|
|
|
|
* Thu Jan 31 2002 Tim Powers <timp@redhat.com>
|
|
- rebuild to solve more deps
|
|
|
|
* Tue Jan 29 2002 Bill Nottingham <notting@redhat.com> 1.01-5
|
|
- rebuild (dependencies)
|
|
|
|
* Tue Jan 22 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.01-4
|
|
- Rebuild
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
- automated rebuild
|
|
|
|
* Tue Jan 8 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.01-2
|
|
- Rebuild
|
|
|
|
* Sun Jul 1 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
|
- 1.01 bugfix release ("bytea" coredumped with values outside 0...127)
|
|
- Add perl-DBI and perl to BuildRequires (they were just in Requires: previously)
|
|
|
|
* Wed May 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
|
- 1.00
|
|
- change group to Applications/Databases from Applications/CPAN
|
|
|
|
* Tue May 1 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
|
- 0.98, for postgresql-7.1
|
|
- add doc files
|
|
- cleanups
|
|
|
|
* Thu Nov 30 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
|
- First cut
|