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 | 8 | <!-- param name="version">5.2</param --> |
9 | 9 | <param name="url">http://softwarepublico.gov.br/gitlab/pw3270/lib3270.git</param> |
10 | 10 | <param name="scm">git</param> |
11 | - <param name="filename">lib3270</param> | |
11 | + <param name="filename">lib3270-5_2</param> | |
12 | 12 | </service> |
13 | 13 | |
14 | 14 | <!-- https://github.com/openSUSE/obs-service-extract_file --> | ... | ... |
rpm/lib3270.spec
... | ... | @@ -44,7 +44,7 @@ Name: lib3270-%{_libvrs} |
44 | 44 | Version: 5.2 |
45 | 45 | Release: 0 |
46 | 46 | License: GPL-2.0 |
47 | -Source: lib3270-%{version}.tar.xz | |
47 | +Source: %{name}-%{version}.tar.xz | |
48 | 48 | |
49 | 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 | 76 | |
77 | 77 | Summary: TN3270 Access library development files |
78 | 78 | Group: Development/Libraries/C and C++ |
79 | -Requires: %{name} | |
79 | +Requires: %{name} = %{version} | |
80 | 80 | |
81 | 81 | %description devel |
82 | 82 | |
... | ... | @@ -89,7 +89,7 @@ See more details at https://softwarepublico.gov.br/social/pw3270/ |
89 | 89 | #---[ Build & Install ]----------------------------------------------------------------------------------------------- |
90 | 90 | |
91 | 91 | %prep |
92 | -%setup -n lib3270-%{version} | |
92 | +%setup -n lib3270-%{_libvrs} | |
93 | 93 | |
94 | 94 | NOCONFIGURE=1 ./autogen.sh |
95 | 95 | ... | ... |