Commit 4b875df275172522da0ed948dcc08904f9b25e63
1 parent
57dbd40c
Exists in
master
and in
3 other branches
Updating windows packages.
Showing
2 changed files
with
4 additions
and
6 deletions
Show diff stats
win/mingw32-lib3270.spec
... | ... | @@ -61,8 +61,7 @@ BuildRequires: mingw32-cross-pkg-config |
61 | 61 | BuildRequires: mingw32-filesystem |
62 | 62 | BuildRequires: mingw32-libopenssl-devel |
63 | 63 | BuildRequires: mingw32-zlib-devel |
64 | - | |
65 | -#BuildRequires: mingw32(pkg:gtk+-win32-3.0) | |
64 | +BuildRequires: mingw32(lib:iconv) | |
66 | 65 | |
67 | 66 | %description |
68 | 67 | |
... | ... | @@ -105,7 +104,7 @@ make all |
105 | 104 | |
106 | 105 | %{_mingw32_strip} \ |
107 | 106 | --strip-all \ |
108 | - .bin/lib3270/Release/*.dll.%{MAJOR_VERSION}.%{MINOR_VERSION} | |
107 | + .bin/lib3270/Release/*.dll.%{MAJOR_VERSION}.%{MINOR_VERSION} | |
109 | 108 | |
110 | 109 | %install |
111 | 110 | %{_mingw32_makeinstall} | ... | ... |
win/mingw64-lib3270.spec
... | ... | @@ -61,8 +61,7 @@ BuildRequires: mingw64-cross-pkg-config |
61 | 61 | BuildRequires: mingw64-filesystem |
62 | 62 | BuildRequires: mingw64-libopenssl-devel |
63 | 63 | BuildRequires: mingw64-zlib-devel |
64 | - | |
65 | -#BuildRequires: mingw64(pkg:gtk+-win32-3.0) | |
64 | +BuildRequires: mingw64(lib:iconv) | |
66 | 65 | |
67 | 66 | %description |
68 | 67 | |
... | ... | @@ -105,7 +104,7 @@ make all |
105 | 104 | |
106 | 105 | %{_mingw64_strip} \ |
107 | 106 | --strip-all \ |
108 | - .bin/lib3270/Release/*.dll.%{MAJOR_VERSION}.%{MINOR_VERSION} | |
107 | + .bin/lib3270/Release/*.dll.%{MAJOR_VERSION}.%{MINOR_VERSION} | |
109 | 108 | |
110 | 109 | %install |
111 | 110 | %{_mingw64_makeinstall} | ... | ... |