Commit 52dddb94857f9874190d98da2ed75fcbccc4da9e
1 parent
a95bf8d7
Exists in
master
and in
3 other branches
Updating windows package.
Showing
2 changed files
with
12 additions
and
2 deletions
Show diff stats
win/x86_32/mingw32-lib3270.spec
... | ... | @@ -106,7 +106,11 @@ make all %{?_smp_mflags} |
106 | 106 | |
107 | 107 | |
108 | 108 | %install |
109 | -%{_mingw32_makeinstall} | |
109 | + | |
110 | +# The macro changes the prefix! | |
111 | +#%{_mingw64_makeinstall} | |
112 | +make DESTDIR=%{buildroot} install | |
113 | + | |
110 | 114 | %_mingw32_find_lang %{_libname} langfiles |
111 | 115 | %fdupes %{buildroot} |
112 | 116 | |
... | ... | @@ -118,6 +122,7 @@ make all %{?_smp_mflags} |
118 | 122 | |
119 | 123 | %dir %{_mingw32_datadir}/%{_product} |
120 | 124 | |
125 | +%{_mingw32_libdir}/*.dll | |
121 | 126 | %{_mingw32_bindir}/*.dll |
122 | 127 | |
123 | 128 | %files devel | ... | ... |
win/x86_64/mingw64-lib3270.spec
... | ... | @@ -106,7 +106,11 @@ make all %{?_smp_mflags} |
106 | 106 | |
107 | 107 | |
108 | 108 | %install |
109 | -%{_mingw64_makeinstall} | |
109 | + | |
110 | +# The macro changes the prefix! | |
111 | +#%{_mingw64_makeinstall} | |
112 | +make DESTDIR=%{buildroot} install | |
113 | + | |
110 | 114 | %_mingw64_find_lang %{_libname} langfiles |
111 | 115 | %fdupes %{buildroot} |
112 | 116 | |
... | ... | @@ -119,6 +123,7 @@ make all %{?_smp_mflags} |
119 | 123 | %dir %{_mingw64_datadir}/%{_product} |
120 | 124 | |
121 | 125 | %{_mingw64_bindir}/*.dll |
126 | +%{_mingw64_libdir}/*.dll | |
122 | 127 | |
123 | 128 | %files devel |
124 | 129 | %defattr(-,root,root) | ... | ... |