Elementary mistake #2
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 14 Nov 2008 11:45:45 +0000 (11:45 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 14 Nov 2008 11:45:45 +0000 (11:45 +0000)
flexdll/flexlink.exe
flexdll/mingw32-flexdll.spec

index 83dacfc..5350fad 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/sh -
 
-FLEXDIR=@libdir@/flexdll
+FLEXDIR=@libdir@/flexdll \
 @libdir@/flexdll/flexlink.exe "$@"
\ No newline at end of file
index c50630f..6e4ba80 100644 (file)
@@ -11,7 +11,7 @@
 
 Name:           mingw32-flexdll
 Version:        0.11
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        FlexDLL Windows DLL plugin API which is like dlopen
 
 License:        zlib
@@ -124,5 +124,5 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Fri Nov 14 2008 Richard W.M. Jones <rjones@redhat.com> - 0.11-2
+* Fri Nov 14 2008 Richard W.M. Jones <rjones@redhat.com> - 0.11-3
 - Initial RPM release.