[mingw-dlfcn: 15/16] Renamed the source package to mingw-dlfcn

epienbro epienbro at fedoraproject.org
Wed Mar 7 16:47:42 UTC 2012


commit 852105c9bb9d44601893ef5762987a7e44166d49
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Wed Mar 7 17:45:46 2012 +0100

    Renamed the source package to mingw-dlfcn

 mingw32-dlfcn.spec => mingw-dlfcn.spec |   24 +++++++++++++++++-------
 1 files changed, 17 insertions(+), 7 deletions(-)
---
diff --git a/mingw32-dlfcn.spec b/mingw-dlfcn.spec
similarity index 84%
rename from mingw32-dlfcn.spec
rename to mingw-dlfcn.spec
index 55c6deb..de93722 100644
--- a/mingw32-dlfcn.spec
+++ b/mingw-dlfcn.spec
@@ -6,9 +6,9 @@
 
 %global alphatag r11
 
-Name:          mingw32-dlfcn
+Name:          mingw-dlfcn
 Version:       0
-Release:       0.11.%{alphatag}%{?dist}
+Release:       0.12.%{alphatag}%{?dist}
 Summary:       Implements a wrapper for dlfcn (dlopen dlclose dlsym dlerror)
 
 License:       LGPLv2+
@@ -33,12 +33,19 @@ This library implements a wrapper for dlfcn, as specified in POSIX and SUS,
 around the dynamic link library functions found in the Windows API.
 
 
-%package static
+%package -n mingw32-dlfcn
+Summary:        Implements a wrapper for dlfcn (dlopen dlclose dlsym dlerror)
+
+%description -n mingw32-dlfcn
+This library implements a wrapper for dlfcn, as specified in POSIX and SUS,
+around the dynamic link library functions found in the Windows API.
+
+%package -n mingw32-dlfcn-static
 Summary:        Static version of the MinGW Windows dlfcn library
-Requires:       %{name} = %{version}-%{release}
+Requires:       mingw32-dlfcn = %{version}-%{release}
 Group:          Development/Libraries
 
-%description static
+%description -n mingw32-dlfcn-static
 Static version of the MinGW Windows dlfcn library.
 
 
@@ -71,17 +78,20 @@ make %{?_smp_mflags}
 make DESTDIR=$RPM_BUILD_ROOT install
 
 
-%files
+%files -n mingw32-dlfcn
 %doc README COPYING
 %{_mingw32_bindir}/libdl.dll
 %{_mingw32_libdir}/libdl.dll.a
 %{_mingw32_includedir}/dlfcn.h
 
-%files static
+%files -n mingw32-dlfcn-static
 %{_mingw32_libdir}/libdl.a
 
 
 %changelog
+* Wed Mar 07 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 0-0.12.r11
+- Renamed the source package to mingw-dlfcn (RHBZ #800861)
+
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 0-0.11.r11
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list