Commit c940ddaa14cacc8e8a1b478fd1cdbedd31eddb9f
1 parent
bb9dcee2
Exists in
master
and in
3 other branches
Ajustes para empacotamento.
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
rpm/_service
@@ -8,7 +8,7 @@ | @@ -8,7 +8,7 @@ | ||
8 | <!-- param name="version">5.2</param --> | 8 | <!-- param name="version">5.2</param --> |
9 | <param name="url">http://softwarepublico.gov.br/gitlab/pw3270/lib3270.git</param> | 9 | <param name="url">http://softwarepublico.gov.br/gitlab/pw3270/lib3270.git</param> |
10 | <param name="scm">git</param> | 10 | <param name="scm">git</param> |
11 | - <param name="filename">lib3270</param> | 11 | + <param name="filename">lib3270-5_2</param> |
12 | </service> | 12 | </service> |
13 | 13 | ||
14 | <!-- https://github.com/openSUSE/obs-service-extract_file --> | 14 | <!-- https://github.com/openSUSE/obs-service-extract_file --> |
rpm/lib3270.spec
@@ -44,7 +44,7 @@ Name: lib3270-%{_libvrs} | @@ -44,7 +44,7 @@ Name: lib3270-%{_libvrs} | ||
44 | Version: 5.2 | 44 | Version: 5.2 |
45 | Release: 0 | 45 | Release: 0 |
46 | License: GPL-2.0 | 46 | License: GPL-2.0 |
47 | -Source: lib3270-%{version}.tar.xz | 47 | +Source: %{name}-%{version}.tar.xz |
48 | 48 | ||
49 | Url: https://portal.softwarepublico.gov.br/social/pw3270/ | 49 | Url: https://portal.softwarepublico.gov.br/social/pw3270/ |
50 | 50 | ||
@@ -76,7 +76,7 @@ See more details at https://softwarepublico.gov.br/social/pw3270/ | @@ -76,7 +76,7 @@ See more details at https://softwarepublico.gov.br/social/pw3270/ | ||
76 | 76 | ||
77 | Summary: TN3270 Access library development files | 77 | Summary: TN3270 Access library development files |
78 | Group: Development/Libraries/C and C++ | 78 | Group: Development/Libraries/C and C++ |
79 | -Requires: %{name} | 79 | +Requires: %{name} = %{version} |
80 | 80 | ||
81 | %description devel | 81 | %description devel |
82 | 82 | ||
@@ -89,7 +89,7 @@ See more details at https://softwarepublico.gov.br/social/pw3270/ | @@ -89,7 +89,7 @@ See more details at https://softwarepublico.gov.br/social/pw3270/ | ||
89 | #---[ Build & Install ]----------------------------------------------------------------------------------------------- | 89 | #---[ Build & Install ]----------------------------------------------------------------------------------------------- |
90 | 90 | ||
91 | %prep | 91 | %prep |
92 | -%setup -n lib3270-%{version} | 92 | +%setup -n lib3270-%{_libvrs} |
93 | 93 | ||
94 | NOCONFIGURE=1 ./autogen.sh | 94 | NOCONFIGURE=1 ./autogen.sh |
95 | 95 |