From f267cedf6298fec9a4a7a2313434a7f3f4e9a63a Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 7 Mar 2012 19:54:12 +0200 Subject: [PATCH] Renamed the source package to mingw-termcap (#801034) --- mingw32-termcap.spec => mingw-termcap.spec | 23 +++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) rename mingw32-termcap.spec => mingw-termcap.spec (85%) diff --git a/mingw32-termcap.spec b/mingw-termcap.spec similarity index 85% rename from mingw32-termcap.spec rename to mingw-termcap.spec index 7ee83d3..927c06b 100644 --- a/mingw32-termcap.spec +++ b/mingw-termcap.spec @@ -11,9 +11,9 @@ %define __find_requires %{_mingw32_findrequires} %define __find_provides %{_mingw32_findprovides} -Name: mingw32-termcap +Name: mingw-termcap Version: 1.3.1 -Release: 11%{?dist} +Release: 12%{?dist} Summary: MinGW terminal feature database License: GPLv2+ @@ -42,6 +42,20 @@ This package contains libraries and development tools for the MinGW cross-compiled version. +%package -n mingw32-termcap +Summary: MinGW terminal feature database + +%description -n mingw32-termcap +This is the GNU termcap library -- a library of C functions that +enable programs to send control strings to terminals in a way +independent of the terminal type. The GNU termcap library does not +place an arbitrary limit on the size of termcap entries, unlike most +other termcap libraries. + +This package contains libraries and development tools for the MinGW +cross-compiled version. + + %prep %setup -q -n termcap-%{version} @@ -85,7 +99,7 @@ mv $RPM_BUILD_ROOT%{_mingw32_prefix}/info/* $RPM_BUILD_ROOT%{_mingw32_infodir} rm -rf $RPM_BUILD_ROOT -%files +%files -n mingw32-termcap %defattr(-,root,root) %doc COPYING %{_mingw32_bindir}/libtermcap-0.dll @@ -97,6 +111,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Mar 07 2012 Kalev Lember - 1.3.1-12 +- Renamed the source package to mingw-termcap (#801034) + * Mon Feb 27 2012 Erik van Pienbroek - 1.3.1-11 - Rebuild against the mingw-w64 toolchain