auto-import changelog data from dialog-0.9b-20020519.1.src.rpm
Fri Jun 21 2002 Tim Powers <timp@redhat.com> - automated rebuild Sun May 26 2002 Tim Powers <timp@redhat.com> - automated rebuild Wed May 22 2002 Harald Hoyer <harald@redhat.de> 0.9b-20020519.1 - update to dialog-0.9b-20020519 Wed Jan 09 2002 Tim Powers <timp@redhat.com> - automated rebuild
This commit is contained in:
parent
038b2436b1
commit
3c2bc87b66
@ -1 +1 @@
|
|||||||
dialog-0.9a-20010527.tar.gz
|
dialog-0.9b-20020519.tgz
|
||||||
|
30
dialog.spec
30
dialog.spec
@ -1,12 +1,12 @@
|
|||||||
Summary: A utility for creating TTY dialog boxes.
|
Summary: A utility for creating TTY dialog boxes.
|
||||||
Name: dialog
|
Name: dialog
|
||||||
Version: 0.9a
|
Version: 0.9b
|
||||||
%define SubVersion 20010527
|
%define SubVersion 20020519
|
||||||
Release: 5
|
Release: %{SubVersion}.1
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://www.clark.net/pub/dickey/dialog/
|
URL: http://invisible-island.net/dialog/dialog.html
|
||||||
Source: http://www.clark.net/pub/dickey/dialog-0.9a-%{SubVersion}.tar.gz
|
Source: ftp://invisible-island.net/dialog/dialog-0.9b-%{SubVersion}.tgz
|
||||||
BuildRoot: /var/tmp/dialog-root
|
BuildRoot: /var/tmp/dialog-root
|
||||||
BuildPreReq: ncurses-devel
|
BuildPreReq: ncurses-devel
|
||||||
|
|
||||||
@ -20,7 +20,7 @@ gauge.
|
|||||||
Install dialog if you would like to create TTY dialog boxes.
|
Install dialog if you would like to create TTY dialog boxes.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n dialog-0.9a-%{SubVersion}
|
%setup -q -n dialog-0.9b-%{SubVersion}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-nls
|
%configure --enable-nls
|
||||||
@ -32,16 +32,30 @@ fgrep -l -r perl samples|xargs rm -f
|
|||||||
|
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
|
%find_lang %name
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING dialog.lsm INSTALL README samples
|
%doc COPYING dialog.lsm README samples
|
||||||
%{_prefix}/bin/dialog
|
%{_prefix}/bin/dialog
|
||||||
%{_mandir}/man1/dialog.*
|
%{_mandir}/man1/dialog.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||||||
|
- automated rebuild
|
||||||
|
|
||||||
|
* Sun May 26 2002 Tim Powers <timp@redhat.com>
|
||||||
|
- automated rebuild
|
||||||
|
|
||||||
|
* Wed May 22 2002 Harald Hoyer <harald@redhat.de> 0.9b-20020519.1
|
||||||
|
- update to dialog-0.9b-20020519
|
||||||
|
|
||||||
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
||||||
|
- automated rebuild
|
||||||
|
|
||||||
* Mon Jun 18 2001 Harald Hoyer <harald@redhat.de>
|
* Mon Jun 18 2001 Harald Hoyer <harald@redhat.de>
|
||||||
- update to 20010527
|
- update to 20010527
|
||||||
- added ncurses-devel dependency (#44733)
|
- added ncurses-devel dependency (#44733)
|
||||||
|
Loading…
Reference in New Issue
Block a user