Commit 4add982e9e735ec8ff9a1a5a5a48d832f5befc0e
1 parent
58993b42
Exists in
master
and in
1 other branch
Updating package.
Showing
2 changed files
with
3 additions
and
5 deletions
Show diff stats
rpm/_service
... | ... | @@ -4,17 +4,15 @@ |
4 | 4 | <service name="tar_scm"> |
5 | 5 | <param name="changesgenerate">enable</param> |
6 | 6 | <param name="sslverify">disable</param> |
7 | - <param name="versionformat">%ct</param> | |
7 | + <param name="versionformat">@PARENT_TAG@</param> | |
8 | 8 | <param name="url">https://softwarepublico.gov.br/gitlab/pw3270/libv3270.git</param> |
9 | 9 | <param name="scm">git</param> |
10 | - <param name="filename">libv3270-5_2</param> | |
11 | 10 | </service> |
12 | 11 | |
13 | 12 | <!-- https://github.com/openSUSE/obs-service-extract_file --> |
14 | 13 | <!-- service name="extract_file"> |
15 | 14 | <param name="archive">*.tar</param> |
16 | 15 | <param name="files">*/rpm/libv3270.spec</param> |
17 | - <param name="outfilename">libv3270-5_2.spec</param> | |
18 | 16 | </service --> |
19 | 17 | |
20 | 18 | <service name="recompress"> | ... | ... |
rpm/libv3270.spec
... | ... | @@ -41,7 +41,7 @@ Name: libv3270-%{_libvrs} |
41 | 41 | Version: 5.2 |
42 | 42 | Release: 0 |
43 | 43 | License: LGPL-3.0 |
44 | -Source: %{name}-%{version}.tar.xz | |
44 | +Source: libv3270-%{version}.tar.xz | |
45 | 45 | |
46 | 46 | Url: https://portal.softwarepublico.gov.br/social/pw3270/ |
47 | 47 | |
... | ... | @@ -113,7 +113,7 @@ See more details at https://softwarepublico.gov.br/social/pw3270/ |
113 | 113 | #---[ Build & Install ]----------------------------------------------------------------------------------------------- |
114 | 114 | |
115 | 115 | %prep |
116 | -%setup | |
116 | +%setup -n libv3270-%{version} | |
117 | 117 | |
118 | 118 | NOCONFIGURE=1 ./autogen.sh |
119 | 119 | ... | ... |