From 120f863e361b1402e3508a26733b0db41b8245d5 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Mon, 4 Feb 2019 16:35:22 -0200 Subject: [PATCH] Updating windows package. --- win/mingw32/_service | 2 +- win/mingw32/lib3270.spec | 10 ++++++++-- win/mingw64/_service | 2 +- win/mingw64/lib3270.spec | 17 +++++++++++------ 4 files changed, 21 insertions(+), 10 deletions(-) diff --git a/win/mingw32/_service b/win/mingw32/_service index 0464527..7017404 100644 --- a/win/mingw32/_service +++ b/win/mingw32/_service @@ -12,7 +12,7 @@ diff --git a/win/mingw32/lib3270.spec b/win/mingw32/lib3270.spec index 1ba8a2b..86ac509 100644 --- a/win/mingw32/lib3270.spec +++ b/win/mingw32/lib3270.spec @@ -37,7 +37,7 @@ Version: 5.2 Release: 0 License: GPL-2.0 -Source: %{name}-%{version}.tar.xz +Source: lib3270-%{version}.tar.xz Url: https://portal.softwarepublico.gov.br/social/pw3270/ @@ -92,7 +92,7 @@ See more details at https://softwarepublico.gov.br/social/pw3270/ #---[ Build & Install ]----------------------------------------------------------------------------------------------- %prep -%setup +%setup -n lib3270-%{version} NOCONFIGURE=1 ./autogen.sh @@ -127,6 +127,8 @@ rm -rf %{buildroot} %{_mingw32_libdir}/lib3270++.dll.%{MAJOR_VERSION} %{_mingw32_libdir}/lib3270++.dll.%{MAJOR_VERSION}.%{MINOR_VERSION} +%dir %{_mingw32_datadir}/pw3270 + %files devel %defattr(-,root,root) @@ -136,5 +138,9 @@ rm -rf %{buildroot} %{_mingw32_libdir}/pkgconfig/*.pc %{_mingw32_libdir}/*.a +%dir %{_mingw32_datadir}/pw3270/pot +%{_mingw32_datadir}/pw3270/pot/*.pot + + %changelog diff --git a/win/mingw64/_service b/win/mingw64/_service index db7696b..a8db031 100644 --- a/win/mingw64/_service +++ b/win/mingw64/_service @@ -12,7 +12,7 @@ diff --git a/win/mingw64/lib3270.spec b/win/mingw64/lib3270.spec index 28bf202..cdee870 100644 --- a/win/mingw64/lib3270.spec +++ b/win/mingw64/lib3270.spec @@ -32,12 +32,12 @@ #---[ Main package ]-------------------------------------------------------------------------------------------------- Summary: TN3270 Access library -Name: mingw64-lib3270-%{_libvrs} -Version: 5.2 -Release: 0 -License: GPL-2.0 +Name: mingw64-lib3270-%{_libvrs} +Version: 5.2 +Release: 0 +License: GPL-2.0 -Source: %{name}-%{version}.tar.xz +Source: lib3270-%{version}.tar.xz Url: https://portal.softwarepublico.gov.br/social/pw3270/ @@ -92,7 +92,7 @@ See more details at https://softwarepublico.gov.br/social/pw3270/ #---[ Build & Install ]----------------------------------------------------------------------------------------------- %prep -%setup +%setup -n lib3270-%{version} NOCONFIGURE=1 ./autogen.sh @@ -127,6 +127,8 @@ rm -rf %{buildroot} %{_mingw64_libdir}/lib3270++.dll.%{MAJOR_VERSION} %{_mingw64_libdir}/lib3270++.dll.%{MAJOR_VERSION}.%{MINOR_VERSION} +%dir %{_mingw64_datadir}/pw3270 + %files devel %defattr(-,root,root) @@ -136,4 +138,7 @@ rm -rf %{buildroot} %{_mingw64_libdir}/pkgconfig/*.pc %{_mingw64_libdir}/*.a +%dir %{_mingw64_datadir}/pw3270/pot +%{_mingw64_datadir}/pw3270/pot/*.pot + %changelog -- libgit2 0.21.2