auto-import changelog data from dialog-0.9a-5.src.rpm
Mon Jun 18 2001 Harald Hoyer <harald@redhat.de> - update to 20010527 - added ncurses-devel dependency (#44733) - removed perl dependency
This commit is contained in:
parent
ecbd226435
commit
038b2436b1
@ -1 +1 @@
|
||||
dialog-0.9a-20001217.tar.gz
|
||||
dialog-0.9a-20010527.tar.gz
|
||||
|
||||
11
dialog.spec
11
dialog.spec
@ -1,13 +1,14 @@
|
||||
Summary: A utility for creating TTY dialog boxes.
|
||||
Name: dialog
|
||||
Version: 0.9a
|
||||
%define SubVersion 20001217
|
||||
Release: 4
|
||||
%define SubVersion 20010527
|
||||
Release: 5
|
||||
Copyright: GPL
|
||||
Group: Applications/System
|
||||
URL: http://www.clark.net/pub/dickey/dialog/
|
||||
Source: http://www.clark.net/pub/dickey/dialog-0.9a-%{SubVersion}.tar.gz
|
||||
BuildRoot: /var/tmp/dialog-root
|
||||
BuildPreReq: ncurses-devel
|
||||
|
||||
%description
|
||||
Dialog is a utility that allows you to show dialog boxes (containing
|
||||
@ -27,6 +28,7 @@ make
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
fgrep -l -r perl samples|xargs rm -f
|
||||
|
||||
%makeinstall
|
||||
|
||||
@ -40,6 +42,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man1/dialog.*
|
||||
|
||||
%changelog
|
||||
* Mon Jun 18 2001 Harald Hoyer <harald@redhat.de>
|
||||
- update to 20010527
|
||||
- added ncurses-devel dependency (#44733)
|
||||
- removed perl dependency
|
||||
|
||||
* Tue Jan 09 2001 Harald Hoyer <harald@redhat.com>
|
||||
- update to 20001217
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user