From 52dddb94857f9874190d98da2ed75fcbccc4da9e Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Thu, 20 Aug 2020 12:19:57 -0300 Subject: [PATCH] Updating windows package. --- win/x86_32/mingw32-lib3270.spec | 7 ++++++- win/x86_64/mingw64-lib3270.spec | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/win/x86_32/mingw32-lib3270.spec b/win/x86_32/mingw32-lib3270.spec index 444c63d..06b5806 100644 --- a/win/x86_32/mingw32-lib3270.spec +++ b/win/x86_32/mingw32-lib3270.spec @@ -106,7 +106,11 @@ make all %{?_smp_mflags} %install -%{_mingw32_makeinstall} + +# The macro changes the prefix! +#%{_mingw64_makeinstall} +make DESTDIR=%{buildroot} install + %_mingw32_find_lang %{_libname} langfiles %fdupes %{buildroot} @@ -118,6 +122,7 @@ make all %{?_smp_mflags} %dir %{_mingw32_datadir}/%{_product} +%{_mingw32_libdir}/*.dll %{_mingw32_bindir}/*.dll %files devel diff --git a/win/x86_64/mingw64-lib3270.spec b/win/x86_64/mingw64-lib3270.spec index d71766a..d06b444 100644 --- a/win/x86_64/mingw64-lib3270.spec +++ b/win/x86_64/mingw64-lib3270.spec @@ -106,7 +106,11 @@ make all %{?_smp_mflags} %install -%{_mingw64_makeinstall} + +# The macro changes the prefix! +#%{_mingw64_makeinstall} +make DESTDIR=%{buildroot} install + %_mingw64_find_lang %{_libname} langfiles %fdupes %{buildroot} @@ -119,6 +123,7 @@ make all %{?_smp_mflags} %dir %{_mingw64_datadir}/%{_product} %{_mingw64_bindir}/*.dll +%{_mingw64_libdir}/*.dll %files devel %defattr(-,root,root) -- libgit2 0.21.2