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:
parent
2015a420ad
commit
7851681cee
@ -1 +1 @@
|
||||
TermReadKey-2.17.tar.gz
|
||||
TermReadKey-2.20.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user