diff --git a/rpm/_service b/rpm/_service index 27b148d..a9bb87b 100644 --- a/rpm/_service +++ b/rpm/_service @@ -8,7 +8,7 @@ http://softwarepublico.gov.br/gitlab/pw3270/lib3270.git git - lib3270 + lib3270-5_2 diff --git a/rpm/lib3270.spec b/rpm/lib3270.spec index a3a5174..89afaa6 100644 --- a/rpm/lib3270.spec +++ b/rpm/lib3270.spec @@ -44,7 +44,7 @@ Name: lib3270-%{_libvrs} Version: 5.2 Release: 0 License: GPL-2.0 -Source: lib3270-%{version}.tar.xz +Source: %{name}-%{version}.tar.xz Url: https://portal.softwarepublico.gov.br/social/pw3270/ @@ -76,7 +76,7 @@ See more details at https://softwarepublico.gov.br/social/pw3270/ Summary: TN3270 Access library development files Group: Development/Libraries/C and C++ -Requires: %{name} +Requires: %{name} = %{version} %description devel @@ -89,7 +89,7 @@ See more details at https://softwarepublico.gov.br/social/pw3270/ #---[ Build & Install ]----------------------------------------------------------------------------------------------- %prep -%setup -n lib3270-%{version} +%setup -n lib3270-%{_libvrs} NOCONFIGURE=1 ./autogen.sh -- libgit2 0.21.2