Renamed the source package to mingw-libffi (#800427)

This commit is contained in:
Kalev Lember 2012-03-06 20:59:27 +02:00
parent 2d360bb99e
commit 8b262fb853

View File

@ -4,9 +4,9 @@
%global __find_requires %{_mingw32_findrequires} %global __find_requires %{_mingw32_findrequires}
%global __find_provides %{_mingw32_findprovides} %global __find_provides %{_mingw32_findprovides}
Name: mingw32-libffi Name: mingw-libffi
Version: 3.0.9 Version: 3.0.9
Release: 4%{?dist} Release: 5%{?dist}
Summary: A portable foreign function interface library for MinGW Summary: A portable foreign function interface library for MinGW
Group: System Environment/Libraries Group: System Environment/Libraries
@ -24,6 +24,13 @@ BuildRequires: mingw32-gcc
Foreign function interface library for MinGW. Foreign function interface library for MinGW.
%package -n mingw32-libffi
Summary: A portable foreign function interface library for MinGW
%description -n mingw32-libffi
Foreign function interface library for MinGW.
%prep %prep
%setup -q -n libffi-%{version} %setup -q -n libffi-%{version}
@ -45,7 +52,7 @@ rm -rf $RPM_BUILD_ROOT
%files %files -n mingw32-libffi
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc LICENSE README %doc LICENSE README
%{_mingw32_bindir}/libffi-5.dll %{_mingw32_bindir}/libffi-5.dll
@ -56,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Tue Mar 06 2012 Kalev Lember <kalevlember@gmail.com> - 3.0.9-5
- Renamed the source package to mingw-libffi (#800427)
* Mon Feb 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.0.9-4 * Mon Feb 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.0.9-4
- Rebuild against the mingw-w64 toolchain - Rebuild against the mingw-w64 toolchain