Renamed the source package to mingw-termcap (#801034)
This commit is contained in:
parent
a80d922e7e
commit
f267cedf62
@ -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@gmail.com> - 1.3.1-12
|
||||
- Renamed the source package to mingw-termcap (#801034)
|
||||
|
||||
* Mon Feb 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 1.3.1-11
|
||||
- Rebuild against the mingw-w64 toolchain
|
||||
|
Loading…
Reference in New Issue
Block a user