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