Renamed the source package to mingw-dlfcn

epel9
Erik van Pienbroek 13 years ago
parent 841d929585
commit 852105c9bb

@ -6,9 +6,9 @@
%global alphatag r11 %global alphatag r11
Name: mingw32-dlfcn Name: mingw-dlfcn
Version: 0 Version: 0
Release: 0.11.%{alphatag}%{?dist} Release: 0.12.%{alphatag}%{?dist}
Summary: Implements a wrapper for dlfcn (dlopen dlclose dlsym dlerror) Summary: Implements a wrapper for dlfcn (dlopen dlclose dlsym dlerror)
License: LGPLv2+ 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. 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 Summary: Static version of the MinGW Windows dlfcn library
Requires: %{name} = %{version}-%{release} Requires: mingw32-dlfcn = %{version}-%{release}
Group: Development/Libraries Group: Development/Libraries
%description static %description -n mingw32-dlfcn-static
Static version of the MinGW Windows dlfcn library. Static version of the MinGW Windows dlfcn library.
@ -71,17 +78,20 @@ make %{?_smp_mflags}
make DESTDIR=$RPM_BUILD_ROOT install make DESTDIR=$RPM_BUILD_ROOT install
%files %files -n mingw32-dlfcn
%doc README COPYING %doc README COPYING
%{_mingw32_bindir}/libdl.dll %{_mingw32_bindir}/libdl.dll
%{_mingw32_libdir}/libdl.dll.a %{_mingw32_libdir}/libdl.dll.a
%{_mingw32_includedir}/dlfcn.h %{_mingw32_includedir}/dlfcn.h
%files static %files -n mingw32-dlfcn-static
%{_mingw32_libdir}/libdl.a %{_mingw32_libdir}/libdl.a
%changelog %changelog
* Wed Mar 07 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 0-0.12.r11
- Renamed the source package to mingw-dlfcn (RHBZ #800861)
* Mon Feb 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 0-0.11.r11 * Mon Feb 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 0-0.11.r11
- Rebuild against the mingw-w64 toolchain - Rebuild against the mingw-w64 toolchain
Loading…
Cancel
Save