[mingw-jasper: 12/16] Fix filelist

Kalev Lember kalev at fedoraproject.org
Tue Mar 6 18:57:00 UTC 2012


commit 1080ea8ab93cfe158929043b317df7fc3b3d84d9
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Tue Feb 28 00:15:13 2012 +0100

    Fix filelist

 mingw32-jasper.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/mingw32-jasper.spec b/mingw32-jasper.spec
index 915f214..c86bf57 100644
--- a/mingw32-jasper.spec
+++ b/mingw32-jasper.spec
@@ -86,10 +86,10 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc COPYRIGHT LICENSE NEWS README
-%{_mingw32_bindir}/i686-pc-mingw32-imgcmp.exe
-%{_mingw32_bindir}/i686-pc-mingw32-imginfo.exe
-%{_mingw32_bindir}/i686-pc-mingw32-jasper.exe
-%{_mingw32_bindir}/i686-pc-mingw32-tmrdemo.exe
+%{_mingw32_bindir}/%{_mingw32_target}-imgcmp.exe
+%{_mingw32_bindir}/%{_mingw32_target}-imginfo.exe
+%{_mingw32_bindir}/%{_mingw32_target}-jasper.exe
+%{_mingw32_bindir}/%{_mingw32_target}-tmrdemo.exe
 %{_mingw32_bindir}/libjasper-1.dll
 %{_mingw32_libdir}/libjasper.dll.a
 %{_mingw32_libdir}/libjasper.la


More information about the scm-commits mailing list