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,7 +106,11 @@ make all %{?_smp_mflags} | ||
106 | 106 | ||
107 | 107 | ||
108 | %install | 108 | %install |
109 | -%{_mingw32_makeinstall} | 109 | + |
110 | +# The macro changes the prefix! | ||
111 | +#%{_mingw64_makeinstall} | ||
112 | +make DESTDIR=%{buildroot} install | ||
113 | + | ||
110 | %_mingw32_find_lang %{_libname} langfiles | 114 | %_mingw32_find_lang %{_libname} langfiles |
111 | %fdupes %{buildroot} | 115 | %fdupes %{buildroot} |
112 | 116 | ||
@@ -118,6 +122,7 @@ make all %{?_smp_mflags} | @@ -118,6 +122,7 @@ make all %{?_smp_mflags} | ||
118 | 122 | ||
119 | %dir %{_mingw32_datadir}/%{_product} | 123 | %dir %{_mingw32_datadir}/%{_product} |
120 | 124 | ||
125 | +%{_mingw32_libdir}/*.dll | ||
121 | %{_mingw32_bindir}/*.dll | 126 | %{_mingw32_bindir}/*.dll |
122 | 127 | ||
123 | %files devel | 128 | %files devel |
win/x86_64/mingw64-lib3270.spec
@@ -106,7 +106,11 @@ make all %{?_smp_mflags} | @@ -106,7 +106,11 @@ make all %{?_smp_mflags} | ||
106 | 106 | ||
107 | 107 | ||
108 | %install | 108 | %install |
109 | -%{_mingw64_makeinstall} | 109 | + |
110 | +# The macro changes the prefix! | ||
111 | +#%{_mingw64_makeinstall} | ||
112 | +make DESTDIR=%{buildroot} install | ||
113 | + | ||
110 | %_mingw64_find_lang %{_libname} langfiles | 114 | %_mingw64_find_lang %{_libname} langfiles |
111 | %fdupes %{buildroot} | 115 | %fdupes %{buildroot} |
112 | 116 | ||
@@ -119,6 +123,7 @@ make all %{?_smp_mflags} | @@ -119,6 +123,7 @@ make all %{?_smp_mflags} | ||
119 | %dir %{_mingw64_datadir}/%{_product} | 123 | %dir %{_mingw64_datadir}/%{_product} |
120 | 124 | ||
121 | %{_mingw64_bindir}/*.dll | 125 | %{_mingw64_bindir}/*.dll |
126 | +%{_mingw64_libdir}/*.dll | ||
122 | 127 | ||
123 | %files devel | 128 | %files devel |
124 | %defattr(-,root,root) | 129 | %defattr(-,root,root) |