auto-import changelog data from perl-TermReadKey-2.20-7.src.rpm

Mon Jan 27 2003 Chip Turner <cturner@redhat.com>
- version bump and rebuild
Wed Nov 20 2002 Chip Turner <cturner@redhat.com>
- rebuild
Tue Sep 10 2002 Chip Turner <cturner@redhat.com>
- remove 'make test' as it seems to open a tty and hang
This commit is contained in:
cvsdist 2004-09-09 10:17:55 +00:00
parent 7851681cee
commit c25b481312

View File

@ -1,6 +1,8 @@
%define _use_internal_dependency_generator 0
Name: perl-TermReadKey
Version: 2.20
Release: 2
Release: 7
Summary: A perl module for simple terminal control.
License: distributable
Group: Development/Libraries
@ -21,7 +23,7 @@ for working with terminals.
%build
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=$RPM_BUILD_ROOT/usr INSTALLDIRS=vendor
make
make test || /bin/true
# make test || /bin/true
%clean
rm -rf $RPM_BUILD_ROOT
@ -32,6 +34,8 @@ 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 | \
@ -45,6 +49,15 @@ fi
%defattr(-,root,root)
%changelog
* Mon Jan 27 2003 Chip Turner <cturner@redhat.com>
- version bump and rebuild
* Wed Nov 20 2002 Chip Turner <cturner@redhat.com>
- rebuild
* Tue Sep 10 2002 Chip Turner <cturner@redhat.com>
- remove 'make test' as it seems to open a tty and hang
* Tue Aug 6 2002 Chip Turner <cturner@redhat.com>
- automated release bump and build