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