Renamed the source package to mingw-pdcurses (#801012)

This commit is contained in:
Kalev Lember 2012-03-07 18:38:04 +02:00
parent 268ff2f171
commit 873b2a0463

View File

@ -4,9 +4,9 @@
%define __find_requires %{_mingw32_findrequires}
%define __find_provides %{_mingw32_findprovides}
Name: mingw32-pdcurses
Name: mingw-pdcurses
Version: 3.4
Release: 10%{?dist}
Release: 11%{?dist}
Summary: Curses library for MinGW
License: Public Domain
@ -36,6 +36,21 @@ which need curses functionality can use this package, provided they
don't use any of the extensions specific to ncurses.
%package -n mingw32-pdcurses
Summary: Curses library for MinGW
%description -n mingw32-pdcurses
PDCurses is a public domain curses library for DOS, OS/2, Win32, X11
and SDL, implementing most of the functions available in X/Open and
System V R4 curses. It supports many compilers for these
platforms. The X11 port lets you recompile existing text-mode curses
programs to produce native X11 applications.
Note that ncurses is not available for MinGW / Windows. Applications
which need curses functionality can use this package, provided they
don't use any of the extensions specific to ncurses.
%prep
%setup -q -n PDCurses-%{version}
%patch0 -p1
@ -67,7 +82,7 @@ install -m 0644 curses.h panel.h term.h $RPM_BUILD_ROOT%{_mingw32_includedir}
rm -rf $RPM_BUILD_ROOT
%files
%files -n mingw32-pdcurses
%defattr(-,root,root)
%{_mingw32_bindir}/pdcurses.dll
%{_mingw32_libdir}/libpdcurses.dll.a
@ -85,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Mar 07 2012 Kalev Lember <kalevlember@gmail.com> - 3.4-11
- Renamed the source package to mingw-pdcurses (#801012)
* Mon Feb 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.4-10
- Rebuild against the mingw-w64 toolchain
- Use the correct toolchain tools in the patch