auto-import changelog data from dialog-0.9b-20031002.1.src.rpm
Wed Oct 08 2003 Harald Hoyer <harald@redhat.de> 0.9b-20031002.1 - version 20031002 Thu Sep 11 2003 Harald Hoyer <harald@redhat.de> 0.9b-20030910.1 - new version 20030910 which also fixes #104236 Tue Aug 12 2003 Harald Hoyer <harald@redhat.de> 0.9b-20020814.5 - --with-ncursesw Fri Aug 08 2003 Elliot Lee <sopwith@redhat.com> 0.9b-20020814.4 - Rebuilt Tue Jun 17 2003 Harald Hoyer <harald@redhat.de> 0.9b-20020814.3 - rebuilt Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> - rebuilt
This commit is contained in:
parent
cd9ab66b69
commit
21e0549fd8
@ -1 +1 @@
|
||||
dialog-0.9b-20020814.tgz
|
||||
dialog-0.9b-20031002.tgz
|
||||
|
||||
28
dialog.spec
28
dialog.spec
@ -1,9 +1,9 @@
|
||||
Summary: A utility for creating TTY dialog boxes.
|
||||
Name: dialog
|
||||
Version: 0.9b
|
||||
%define SubVersion 20020814
|
||||
Release: %{SubVersion}.2
|
||||
Copyright: GPL
|
||||
%define SubVersion 20031002
|
||||
Release: %{SubVersion}.1
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
URL: http://invisible-island.net/dialog/dialog.html
|
||||
Source: ftp://invisible-island.net/dialog/dialog-0.9b-%{SubVersion}.tgz
|
||||
@ -23,7 +23,7 @@ Install dialog if you would like to create TTY dialog boxes.
|
||||
%setup -q -n dialog-0.9b-%{SubVersion}
|
||||
|
||||
%build
|
||||
%configure --enable-nls
|
||||
%configure --enable-nls --with-ncursesw
|
||||
make
|
||||
|
||||
%install
|
||||
@ -31,6 +31,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
fgrep -l -r perl samples|xargs rm -f
|
||||
|
||||
%makeinstall
|
||||
rm -f
|
||||
|
||||
%find_lang %name
|
||||
|
||||
@ -42,8 +43,27 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc COPYING dialog.lsm README samples
|
||||
%{_prefix}/bin/dialog
|
||||
%{_mandir}/man1/dialog.*
|
||||
%{_datadir}/locale/*/LC_MESSAGES/dialog.mo
|
||||
|
||||
%changelog
|
||||
* Wed Oct 8 2003 Harald Hoyer <harald@redhat.de> 0.9b-20031002.1
|
||||
- version 20031002
|
||||
|
||||
* Thu Sep 11 2003 Harald Hoyer <harald@redhat.de> 0.9b-20030910.1
|
||||
- new version 20030910 which also fixes #104236
|
||||
|
||||
* Tue Aug 12 2003 Harald Hoyer <harald@redhat.de> 0.9b-20020814.5
|
||||
- --with-ncursesw
|
||||
|
||||
* Fri Aug 8 2003 Elliot Lee <sopwith@redhat.com> 0.9b-20020814.4
|
||||
- Rebuilt
|
||||
|
||||
* Tue Jun 17 2003 Harald Hoyer <harald@redhat.de> 0.9b-20020814.3
|
||||
- rebuilt
|
||||
|
||||
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Thu Jan 23 2003 Tim Powers <timp@redhat.com> 0.9b-20020814.2
|
||||
- rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user