[mingw-libffi: 7/9] Renamed the source package to mingw-libffi (#800427)

Kalev Lember kalev at fedoraproject.org
Tue Mar 6 19:07:16 UTC 2012


commit 8b262fb853ef7079566468d50eb0e9e8919eabed
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Mar 6 20:59:27 2012 +0200

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

 mingw32-libffi.spec => mingw-libffi.spec |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)
---
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 <kalevlember at gmail.com> - 3.0.9-5
+- Renamed the source package to mingw-libffi (#800427)
+
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 3.0.9-4
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list