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

Tue Aug 06 2002 Chip Turner <cturner@redhat.com>
- automated release bump and build
Tue Aug 06 2002 Chip Turner <cturner@localhost.localdomain>
- update to 2.20
This commit is contained in:
cvsdist 2004-09-09 10:17:50 +00:00
parent 2015a420ad
commit 7851681cee
3 changed files with 15 additions and 9 deletions

View File

@ -1 +1 @@
TermReadKey-2.17.tar.gz
TermReadKey-2.20.tar.gz

View File

@ -1,13 +1,13 @@
Name: perl-TermReadKey
Version: 2.17
Release: 22
Version: 2.20
Release: 2
Summary: A perl module for simple terminal control.
License: distributable
Group: Development/Libraries
URL: http://search.cpan.org/search?mode=module&query=TermReadKey
BuildRoot: %{_tmppath}/%{name}-root
BuildRequires: perl >= 0:5.00503
Source0: TermReadKey-2.17.tar.gz
Source0: TermReadKey-%{version}.tar.gz
%description
Term::ReadKey is a compiled perl module dedicated to providing simple
@ -21,7 +21,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
%clean
rm -rf $RPM_BUILD_ROOT
@ -35,16 +35,22 @@ make install
find $RPM_BUILD_ROOT/usr -type f -print | \
sed "s@^$RPM_BUILD_ROOT@@g" | \
grep -v perllocal.pod | \
grep -v "\.packlist" > TermReadKey-2.17-filelist
if [ "$(cat TermReadKey-2.17-filelist)X" = "X" ] ; then
grep -v "\.packlist" > TermReadKey-%{version}-filelist
if [ "$(cat TermReadKey-%{version}-filelist)X" = "X" ] ; then
echo "ERROR: EMPTY FILE LIST"
exit -1
fi
%files -f TermReadKey-2.17-filelist
%files -f TermReadKey-%{version}-filelist
%defattr(-,root,root)
%changelog
* Tue Aug 6 2002 Chip Turner <cturner@redhat.com>
- automated release bump and build
* Tue Aug 6 2002 Chip Turner <cturner@localhost.localdomain>
- update to 2.20
* Wed Jan 30 2002 cturner@redhat.com
- Specfile autogenerated

View File

@ -1 +1 @@
8ddd73e97a9c17a9ce21219ffaae32db TermReadKey-2.17.tar.gz
25f56ae64b3f1ef86c24fcd349acb48d TermReadKey-2.20.tar.gz