[mingw-pdcurses: 14/16] Renamed the source package to mingw-pdcurses (#801012)

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 16:41:24 UTC 2012


commit 873b2a046339e193bbaa0b97b75deb97fff74cdc
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Mar 7 18:38:04 2012 +0200

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

 mingw32-pdcurses.spec => mingw-pdcurses.spec |   24 +++++++++++++++++++++---
 1 files changed, 21 insertions(+), 3 deletions(-)
---
diff --git a/mingw32-pdcurses.spec b/mingw-pdcurses.spec
similarity index 81%
rename from mingw32-pdcurses.spec
rename to mingw-pdcurses.spec
index e228cc3..50bf881 100644
--- a/mingw32-pdcurses.spec
+++ b/mingw-pdcurses.spec
@@ -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 at gmail.com> - 3.4-11
+- Renamed the source package to mingw-pdcurses (#801012)
+
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 3.4-10
 - Rebuild against the mingw-w64 toolchain
 - Use the correct toolchain tools in the patch


More information about the scm-commits mailing list