Commit a4a7c63ae2eb7c5d4997dee33d108833fcea5baf
1 parent
1a0c79df
Exists in
master
and in
3 other branches
Storing OBS service file for mingw32 version of lib3270.
Showing
1 changed file
with
29 additions
and
0 deletions
Show diff stats
| ... | ... | @@ -0,0 +1,29 @@ |
| 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">mingw32-lib3270-5_2</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">*/win/mingw32-lib3270.spec</param> | |
| 18 | + <param name="outfilename">mingw32-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> | |
| 29 | + | ... | ... |