Commit bb9dcee211e4a052acb9e17824cbad436abc0a1d
1 parent
ceccdb44
Exists in
master
and in
3 other branches
Ajustes para empacotamento.
Showing
2 changed files
with
29 additions
and
29 deletions
Show diff stats
rpm/_service
| 1 | -<services> | |
| 2 | - | |
| 3 | - <!-- https://github.com/openSUSE/obs-service-tar_scm/blob/master/tar_scm.py --> | |
| 4 | - <service name="tar_scm"> | |
| 5 | - <param name="changesgenerate">enable</param> | |
| 6 | - <param name="sslverify">disable</param> | |
| 7 | - <param name="versionformat">%ct</param> | |
| 8 | - <!-- param name="version">5.2</param --> | |
| 9 | - <param name="url">http://softwarepublico.gov.br/gitlab/pw3270/lib3270.git</param> | |
| 10 | - <param name="scm">git</param> | |
| 11 | - <param name="filename">lib3270</param> | |
| 12 | - </service> | |
| 13 | - | |
| 14 | - <!-- https://github.com/openSUSE/obs-service-extract_file --> | |
| 15 | - <service name="extract_file"> | |
| 16 | - <param name="archive">*.tar</param> | |
| 17 | - <param name="files">*/rpm/lib3270.spec</param> | |
| 18 | - <param name="outfilename">lib3270-unstable.spec</param> | |
| 19 | - </service> | |
| 20 | - | |
| 21 | - <service name="recompress"> | |
| 22 | - <param name="file">*.tar</param> | |
| 23 | - <param name="compression">xz</param> | |
| 24 | - </service> | |
| 25 | - | |
| 26 | - <service name="set_version" /> | |
| 27 | - | |
| 28 | -</services> | |
| 1 | +<services> | |
| 2 | + | |
| 3 | + <!-- https://github.com/openSUSE/obs-service-tar_scm/blob/master/tar_scm.py --> | |
| 4 | + <service name="tar_scm"> | |
| 5 | + <param name="changesgenerate">enable</param> | |
| 6 | + <param name="sslverify">disable</param> | |
| 7 | + <param name="versionformat">%ct</param> | |
| 8 | + <!-- param name="version">5.2</param --> | |
| 9 | + <param name="url">http://softwarepublico.gov.br/gitlab/pw3270/lib3270.git</param> | |
| 10 | + <param name="scm">git</param> | |
| 11 | + <param name="filename">lib3270</param> | |
| 12 | + </service> | |
| 13 | + | |
| 14 | + <!-- https://github.com/openSUSE/obs-service-extract_file --> | |
| 15 | + <service name="extract_file"> | |
| 16 | + <param name="archive">*.tar</param> | |
| 17 | + <param name="files">*/rpm/lib3270.spec</param> | |
| 18 | + <param name="outfilename">lib3270-5_2.spec</param> | |
| 19 | + </service> | |
| 20 | + | |
| 21 | + <service name="recompress"> | |
| 22 | + <param name="file">*.tar</param> | |
| 23 | + <param name="compression">xz</param> | |
| 24 | + </service> | |
| 25 | + | |
| 26 | + <service name="set_version" /> | |
| 27 | + | |
| 28 | +</services> | ... | ... |
rpm/lib3270.spec
| ... | ... | @@ -48,7 +48,7 @@ Source: lib3270-%{version}.tar.xz |
| 48 | 48 | |
| 49 | 49 | Url: https://portal.softwarepublico.gov.br/social/pw3270/ |
| 50 | 50 | |
| 51 | -Group: System/X11/Terminals | |
| 51 | +Group: Development/Libraries/C and C++ | |
| 52 | 52 | BuildRoot: /var/tmp/%{name}-%{version} |
| 53 | 53 | |
| 54 | 54 | Provides: lib3270_%{MAJOR_VERSION}_%{MINOR_VERSION} | ... | ... |