From c25b481312b954c3130f929ef2e40fa012754ca6 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 10:17:55 +0000 Subject: [PATCH] auto-import changelog data from perl-TermReadKey-2.20-7.src.rpm Mon Jan 27 2003 Chip Turner - version bump and rebuild Wed Nov 20 2002 Chip Turner - rebuild Tue Sep 10 2002 Chip Turner - remove 'make test' as it seems to open a tty and hang --- perl-TermReadKey.spec | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/perl-TermReadKey.spec b/perl-TermReadKey.spec index 4d2f817..ed9ceb6 100644 --- a/perl-TermReadKey.spec +++ b/perl-TermReadKey.spec @@ -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 +- version bump and rebuild + +* Wed Nov 20 2002 Chip Turner +- rebuild + +* Tue Sep 10 2002 Chip Turner +- remove 'make test' as it seems to open a tty and hang + * Tue Aug 6 2002 Chip Turner - automated release bump and build