[mingw-termcap: 12/14] Renamed the source package to mingw-termcap (#801034)

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 17:57:00 UTC 2012


commit f267cedf6298fec9a4a7a2313434a7f3f4e9a63a
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Mar 7 19:54:12 2012 +0200

    Renamed the source package to mingw-termcap (#801034)

 mingw32-termcap.spec => mingw-termcap.spec |   23 ++++++++++++++++++++---
 1 files changed, 20 insertions(+), 3 deletions(-)
---
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 <kalevlember at gmail.com> - 1.3.1-12
+- Renamed the source package to mingw-termcap (#801034)
+
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.3.1-11
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list