X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=flexdll%2Fmingw32-flexdll.spec;h=92e731472d2c3050f511d1e7ce346d6cd8c3271a;hb=e35583101ceb908e40da1c0d1b3914215667e580;hp=6e4ba808e6fdf9917741b255045739904658ca6b;hpb=3a2ed3bf854c31dd8b807e678299c05ed3f5530e;p=fedora-mingw.git diff --git a/flexdll/mingw32-flexdll.spec b/flexdll/mingw32-flexdll.spec index 6e4ba80..92e7314 100644 --- a/flexdll/mingw32-flexdll.spec +++ b/flexdll/mingw32-flexdll.spec @@ -11,7 +11,7 @@ Name: mingw32-flexdll Version: 0.11 -Release: 3%{?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-3 +* Fri Nov 14 2008 Richard W.M. Jones - 0.11-4 - Initial RPM release.