X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=flexdll%2Fmingw32-flexdll.spec;h=92e731472d2c3050f511d1e7ce346d6cd8c3271a;hb=022c5a8fbb914166fcaeeb775f73cfa504a57e88;hp=c50630f9632abbdf8e23eae780f928315628708c;hpb=375ef99d7edf7c5c6d0e86477a4ee25d04000cb6;p=fedora-mingw.git diff --git a/flexdll/mingw32-flexdll.spec b/flexdll/mingw32-flexdll.spec index c50630f..92e7314 100644 --- a/flexdll/mingw32-flexdll.spec +++ b/flexdll/mingw32-flexdll.spec @@ -11,7 +11,7 @@ Name: mingw32-flexdll Version: 0.11 -Release: 2%{?dist} +Release: 4%{?dist} Summary: FlexDLL Windows DLL plugin API which is like dlopen License: zlib @@ -106,10 +106,12 @@ install -m 0755 flexlink.exe \ $RPM_BUILD_ROOT%{_libdir}/flexdll # Provide a wrapper script which sets FLEXDIR to point to the -# libdir directory. +# libdir directory. Some programs call 'flexlink' and some call +# 'flexlink.exe' so provide both. sed 's,@libdir@,%{_libdir},g' \ < %{SOURCE1} > $RPM_BUILD_ROOT%{_bindir}/flexlink.exe chmod 0755 $RPM_BUILD_ROOT%{_bindir}/flexlink.exe +(cd $RPM_BUILD_ROOT%{_bindir} && ln flexlink.exe flexlink) %clean @@ -119,10 +121,11 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc LICENSE README CHANGES +%{_bindir}/flexlink %{_bindir}/flexlink.exe %{_libdir}/flexdll %changelog -* Fri Nov 14 2008 Richard W.M. Jones - 0.11-2 +* Fri Nov 14 2008 Richard W.M. Jones - 0.11-4 - Initial RPM release.