From 8b262fb853ef7079566468d50eb0e9e8919eabed Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 6 Mar 2012 20:59:27 +0200 Subject: [PATCH] Renamed the source package to mingw-libffi (#800427) --- mingw32-libffi.spec => mingw-libffi.spec | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) rename mingw32-libffi.spec => mingw-libffi.spec (83%) diff --git a/mingw32-libffi.spec b/mingw-libffi.spec similarity index 83% rename from mingw32-libffi.spec rename to mingw-libffi.spec index a20085b..691df34 100644 --- a/mingw32-libffi.spec +++ b/mingw-libffi.spec @@ -4,9 +4,9 @@ %global __find_requires %{_mingw32_findrequires} %global __find_provides %{_mingw32_findprovides} -Name: mingw32-libffi +Name: mingw-libffi Version: 3.0.9 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A portable foreign function interface library for MinGW Group: System Environment/Libraries @@ -24,6 +24,13 @@ BuildRequires: mingw32-gcc 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 %setup -q -n libffi-%{version} @@ -45,7 +52,7 @@ rm -rf $RPM_BUILD_ROOT -%files +%files -n mingw32-libffi %defattr(-,root,root,-) %doc LICENSE README %{_mingw32_bindir}/libffi-5.dll @@ -56,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Mar 06 2012 Kalev Lember - 3.0.9-5 +- Renamed the source package to mingw-libffi (#800427) + * Mon Feb 27 2012 Erik van Pienbroek - 3.0.9-4 - Rebuild against the mingw-w64 toolchain