Renamed the source package to mingw-readline (#801022)
This commit is contained in:
parent
a8c55602b2
commit
8b3cdb6935
@ -4,9 +4,9 @@
|
|||||||
%define __find_requires %{_mingw32_findrequires}
|
%define __find_requires %{_mingw32_findrequires}
|
||||||
%define __find_provides %{_mingw32_findprovides}
|
%define __find_provides %{_mingw32_findprovides}
|
||||||
|
|
||||||
Name: mingw32-readline
|
Name: mingw-readline
|
||||||
Version: 5.2
|
Version: 5.2
|
||||||
Release: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
Summary: MinGW port of readline for editing typed command lines
|
Summary: MinGW port of readline for editing typed command lines
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -48,6 +48,20 @@ commands.
|
|||||||
This is a port of the library and development tools to Windows.
|
This is a port of the library and development tools to Windows.
|
||||||
|
|
||||||
|
|
||||||
|
%package -n mingw32-readline
|
||||||
|
Summary: MinGW port of readline for editing typed command lines
|
||||||
|
|
||||||
|
%description -n mingw32-readline
|
||||||
|
The Readline library provides a set of functions that allow users to
|
||||||
|
edit command lines. Both Emacs and vi editing modes are available. The
|
||||||
|
Readline library includes additional functions for maintaining a list
|
||||||
|
of previously-entered command lines for recalling or editing those
|
||||||
|
lines, and for performing csh-like history expansion on previous
|
||||||
|
commands.
|
||||||
|
|
||||||
|
This is a port of the library and development tools to Windows.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n readline-%{version}
|
%setup -q -n readline-%{version}
|
||||||
%patch1 -p1 -b .shlib
|
%patch1 -p1 -b .shlib
|
||||||
@ -110,7 +124,7 @@ rm $RPM_BUILD_ROOT%{_mingw32_libdir}/libreadline.a
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files -n mingw32-readline
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_mingw32_bindir}/readline.dll
|
%{_mingw32_bindir}/readline.dll
|
||||||
%{_mingw32_bindir}/history.dll
|
%{_mingw32_bindir}/history.dll
|
||||||
@ -120,6 +134,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 07 2012 Kalev Lember <kalevlember@gmail.com> - 5.2-11
|
||||||
|
- Renamed the source package to mingw-readline (#801022)
|
||||||
|
|
||||||
* Mon Feb 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 5.2-10
|
* Mon Feb 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 5.2-10
|
||||||
- Rebuild against the mingw-w64 toolchain
|
- Rebuild against the mingw-w64 toolchain
|
||||||
|
|
Loading…
Reference in New Issue
Block a user