auto-import changelog data from perl-DBD-MySQL-2.1017-4.src.rpm
Wed Nov 20 2002 Chip Turner <cturner@redhat.com> - rebuild
This commit is contained in:
parent
25e0478d04
commit
7fa3fc051a
@ -1,7 +1,7 @@
|
|||||||
Summary: A MySQL interface for perl
|
Summary: A MySQL interface for perl
|
||||||
Name: perl-DBD-MySQL
|
Name: perl-DBD-MySQL
|
||||||
Version: 2.1017
|
Version: 2.1017
|
||||||
Release: 3
|
Release: 4
|
||||||
License: distributable
|
License: distributable
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
Source: DBD-mysql-%{version}.tar.gz
|
Source: DBD-mysql-%{version}.tar.gz
|
||||||
@ -23,7 +23,7 @@ An implementation of DBI for MySQL for Perl.
|
|||||||
%setup -q -n DBD-mysql-%{version}
|
%setup -q -n DBD-mysql-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=$RPM_BUILD_ROOT/usr INSTALLDIRS=vendor
|
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=$RPM_BUILD_ROOT/usr INSTALLDIRS=vendor --libs %{_libdir}
|
||||||
make
|
make
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -31,21 +31,29 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
eval `perl '-V:installarchlib'`
|
make install
|
||||||
eval `perl '-V:installvendorarch'`
|
|
||||||
mkdir -p $RPM_BUILD_ROOT/$installarchlib
|
|
||||||
make install
|
|
||||||
rm -f $RPM_BUILD_ROOT/$installarchlib/perllocal.pod
|
|
||||||
rm -f $RPM_BUILD_ROOT/$installsitearch/auto/DBD/mysql/mysql.bs
|
|
||||||
rm -f $RPM_BUILD_ROOT/$installsitearch/auto/Msql-Mysql-modules/.packlist
|
|
||||||
|
|
||||||
%files
|
[ -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)
|
%defattr(-,root,root)
|
||||||
%doc README ChangeLog
|
|
||||||
/usr/lib/*
|
|
||||||
%{_mandir}/*/*
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 20 2002 Chip Turner <cturner@redhat.com>
|
||||||
|
- rebuild
|
||||||
|
|
||||||
* Wed Aug 7 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.1017-3
|
* Wed Aug 7 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.1017-3
|
||||||
- Rebuild
|
- Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user