auto-import changelog data from ncurses-5.3-10.src.rpm
Thu Jan 29 2004 Adrian Havill <havill@redhat.com> 5.3-10 - add /usr/include/ncursesw (#112979) - allow for non-gzipped man pages during the build process Sun Sep 21 2003 Matt Wilson <msw@redhat.com> 5.3-9.3 - remove the elf32/elf64 provides/obsoletes Wed Sep 17 2003 Matt Wilson <msw@redhat.com> 5.3-9.2 - rebuild to fix gzipped file md5sums (#91211)
This commit is contained in:
parent
30f1dbc9b9
commit
d2b28c9403
31
ncurses.spec
31
ncurses.spec
@ -3,7 +3,7 @@ Name: ncurses
|
||||
Version: 5.3
|
||||
%define PATCHDATE 20030510
|
||||
%define includedirw %{_includedir}/ncursesw
|
||||
Release: 9
|
||||
Release: 10
|
||||
License: distributable
|
||||
Group: System Environment/Libraries
|
||||
URL: http://dickey.his.com/ncurses/ncurses.html
|
||||
@ -20,11 +20,6 @@ Patch14: ncurses-5.3-20030131-terminfo.patch
|
||||
Patch15: ncurses-5.3-safe-sprintf.patch
|
||||
BuildRequires: sharutils
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
%ifarch ia64 x86_64 ppc64 s390x
|
||||
Obsoletes: elf32(%{name})
|
||||
%else
|
||||
Provides: elf32(%{name})
|
||||
%endif
|
||||
|
||||
%description
|
||||
The curses library routines are a terminal-independent method of
|
||||
@ -36,12 +31,6 @@ discontinued 4.4 BSD classic curses library.
|
||||
Summary: The development files for applications that use ncurses.
|
||||
Group: Development/Libraries
|
||||
Requires: ncurses = %{PACKAGE_VERSION}
|
||||
%ifarch ia64 x86_64 ppc64 s390x
|
||||
Obsoletes: elf32(%{name})
|
||||
%else
|
||||
Provides: elf32(%{name})
|
||||
%endif
|
||||
|
||||
|
||||
%description devel
|
||||
The header files and libraries for developing applications that use
|
||||
@ -129,8 +118,8 @@ install -c -m644 %SOURCE3 ${RPM_BUILD_ROOT}%{_datadir}/terminfo/l/linux-m
|
||||
|
||||
install -c -m 755 %SOURCE4 ${RPM_BUILD_ROOT}%{_bindir}/resetall
|
||||
|
||||
rm -f ${RPM_BUILD_ROOT}%{_datadir}/man/man2/key_defined.3x.20030517.gz
|
||||
rm -f ${RPM_BUILD_ROOT}%{_datadir}/man/man2/panel.3x.20030517.gz
|
||||
rm -f ${RPM_BUILD_ROOT}%{_datadir}/man/man2/key_defined.3x.20030517*
|
||||
rm -f ${RPM_BUILD_ROOT}%{_datadir}/man/man2/panel.3x.20030517*
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
@ -156,6 +145,7 @@ rm -f ${RPM_BUILD_ROOT}%{_datadir}/man/man2/panel.3x.20030517.gz
|
||||
%{_libdir}/lib*.a
|
||||
|
||||
%dir %{_includedir}/ncurses
|
||||
%dir %{_includedir}/ncursesw
|
||||
%{_includedir}/ncurses/*.h
|
||||
%{_includedir}/ncursesw/*.h
|
||||
%{_includedir}/curses.h
|
||||
@ -182,6 +172,19 @@ rm -f ${RPM_BUILD_ROOT}%{_datadir}/man/man2/panel.3x.20030517.gz
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
%changelog
|
||||
* Thu Jan 29 2004 Adrian Havill <havill@redhat.com> 5.3-10
|
||||
- add /usr/include/ncursesw (#112979)
|
||||
- allow for non-gzipped man pages during the build process
|
||||
|
||||
* Sun Sep 21 2003 Matt Wilson <msw@redhat.com> 5.3-9.3
|
||||
- remove the elf32/elf64 provides/obsoletes
|
||||
|
||||
* Wed Sep 17 2003 Matt Wilson <msw@redhat.com> 5.3-9.2
|
||||
- rebuild to fix gzipped file md5sums (#91211)
|
||||
|
||||
* Thu Sep 11 2003 Adrian Havill <havill@redhat.com> 5.3-9.1
|
||||
- RHEL bump
|
||||
|
||||
* Thu Sep 11 2003 Adrian Havill <havill@redhat.com> 5.3-9
|
||||
- remove not-so safe-sprintf configure option because the code does
|
||||
not appear to be stable enough for some apps. (#103790)
|
||||
|
Loading…
Reference in New Issue
Block a user