escape rpm macros in changelog (#135408)
This commit is contained in:
parent
6a83df1b78
commit
a4f06c2493
11
ncurses.spec
11
ncurses.spec
@ -2,7 +2,7 @@ Summary: A CRT screen handling and optimization package.
|
||||
Name: ncurses
|
||||
Version: 5.4
|
||||
%define includedirw %{_includedir}/ncursesw
|
||||
Release: 13
|
||||
Release: 14
|
||||
License: distributable
|
||||
Group: System Environment/Libraries
|
||||
URL: http://dickey.his.com/ncurses/ncurses.html
|
||||
@ -155,6 +155,9 @@ rm -f ${RPM_BUILD_ROOT}%{_datadir}/man/man2/panel.3x.20030517*
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
%changelog
|
||||
* Wed Oct 21 2004 Adrian Havill <havill@redhat.com> 5.4-14
|
||||
- escape rpm macros in the changelog (#135408)
|
||||
|
||||
* Tue Aug 31 2004 Adrian Havill <havill@redhat.com> 5.4-13
|
||||
- term.sh can't detect CJK environment; revert
|
||||
- gt 2.7 behaves better with xterm-new
|
||||
@ -305,7 +308,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
* Thu Feb 21 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.2-19
|
||||
- Patchlevel 20020218
|
||||
- Re-add %{_includedir}/ncurses.h (#60169)
|
||||
- Re-add %%{_includedir}/ncurses.h (#60169)
|
||||
|
||||
* Tue Feb 12 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.2-18
|
||||
- Add C++ bindings (#59751)
|
||||
@ -416,7 +419,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
* Sat Jan 15 2000 Bernhard Rosenkränzer <bero@redhat.com>
|
||||
- remove some broken symlinks (leftovers from libncurses.so.5)
|
||||
- Use %configure (Bug #8484)
|
||||
- Use %%configure (Bug #8484)
|
||||
|
||||
* Tue Jan 11 2000 Bernhard Rosenkränzer <bero@redhat.com>
|
||||
- Add xterm patch from Hans de Goede <hans@highrise.nl>
|
||||
@ -503,7 +506,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
- aliased them to rxvt, as that seems to satisfy everybody
|
||||
|
||||
* Sun Apr 12 1998 Cristian Gafton <gafton@redhat.com>
|
||||
- added %clean section
|
||||
- added %%clean section
|
||||
|
||||
* Tue Apr 07 1998 Cristian Gafton <gafton@redhat.com>
|
||||
- removed /usr/lib/terminfo symlink - we shouldn't need that
|
||||
|
Loading…
Reference in New Issue
Block a user