Commit c5a5e672f31a0d43a86afd163d5f1ed38cc991f0
1 parent
0018b39d
Exists in
master
and in
3 other branches
Project URL changes to github.
Showing
2 changed files
with
49 additions
and
7 deletions
Show diff stats
rpm/_service
| @@ -2,24 +2,66 @@ | @@ -2,24 +2,66 @@ | ||
| 2 | 2 | ||
| 3 | <!-- https://github.com/openSUSE/obs-service-tar_scm/blob/master/tar_scm.py --> | 3 | <!-- https://github.com/openSUSE/obs-service-tar_scm/blob/master/tar_scm.py --> |
| 4 | <service name="tar_scm"> | 4 | <service name="tar_scm"> |
| 5 | - <param name="changesgenerate">enable</param> | ||
| 6 | - <param name="sslverify">disable</param> | ||
| 7 | - <param name="versionformat">@PARENT_TAG@</param> | 5 | + |
| 6 | + <!-- | ||
| 7 | + <param name="sslverify">disable</param> | ||
| 8 | <param name="url">http://softwarepublico.gov.br/gitlab/pw3270/lib3270.git</param> | 8 | <param name="url">http://softwarepublico.gov.br/gitlab/pw3270/lib3270.git</param> |
| 9 | + --> | ||
| 10 | + | ||
| 11 | + <param name="url">https://github.com/PerryWerneck/lib3270.git</param> | ||
| 12 | + <param name="changesgenerate">enable</param> | ||
| 13 | + <param name="versionformat">@PARENT_TAG@</param> | ||
| 9 | <param name="scm">git</param> | 14 | <param name="scm">git</param> |
| 10 | </service> | 15 | </service> |
| 11 | 16 | ||
| 12 | <!-- https://github.com/openSUSE/obs-service-extract_file --> | 17 | <!-- https://github.com/openSUSE/obs-service-extract_file --> |
| 13 | - <!-- service name="extract_file"> | 18 | + <service name="extract_file"> |
| 14 | <param name="archive">*.tar</param> | 19 | <param name="archive">*.tar</param> |
| 15 | <param name="files">*/rpm/lib3270.spec</param> | 20 | <param name="files">*/rpm/lib3270.spec</param> |
| 16 | - </service --> | 21 | + </service> |
| 17 | 22 | ||
| 18 | <service name="extract_file"> | 23 | <service name="extract_file"> |
| 19 | <param name="archive">*.tar</param> | 24 | <param name="archive">*.tar</param> |
| 20 | <param name="files">*/arch/PKGBUILD</param> | 25 | <param name="files">*/arch/PKGBUILD</param> |
| 21 | </service> | 26 | </service> |
| 22 | 27 | ||
| 28 | + <service name="extract_file"> | ||
| 29 | + <param name="archive">*.tar</param> | ||
| 30 | + <param name="files">*/debian/changelog</param> | ||
| 31 | + <param name="outfilename">debian.changelog</param> | ||
| 32 | + </service> | ||
| 33 | + | ||
| 34 | + <service name="extract_file"> | ||
| 35 | + <param name="archive">*.tar</param> | ||
| 36 | + <param name="files">*/debian/*.dsc</param> | ||
| 37 | + </service> | ||
| 38 | + | ||
| 39 | + <service name="extract_file"> | ||
| 40 | + <param name="archive">*.tar</param> | ||
| 41 | + <param name="files">*/debian/control</param> | ||
| 42 | + <param name="outfilename">debian.control</param> | ||
| 43 | + </service> | ||
| 44 | + | ||
| 45 | + <!-- | ||
| 46 | + <service name="extract_file"> | ||
| 47 | + <param name="archive">*.tar</param> | ||
| 48 | + <param name="files">*/debian/rules</param> | ||
| 49 | + <param name="outfilename">debian.rules</param> | ||
| 50 | + </service> | ||
| 51 | + --> | ||
| 52 | + | ||
| 53 | + <service name="extract_file"> | ||
| 54 | + <param name="archive">*.tar</param> | ||
| 55 | + <param name="files">*/debian/compat</param> | ||
| 56 | + <param name="outfilename">debian.compat</param> | ||
| 57 | + </service> | ||
| 58 | + | ||
| 59 | + <!-- service name="extract_file"> | ||
| 60 | + <param name="archive">*.tar</param> | ||
| 61 | + <param name="files">*/debian/shlibs</param> | ||
| 62 | + <param name="outfilename">debian.shlibs</param> | ||
| 63 | + </service--> | ||
| 64 | + | ||
| 23 | <service name="recompress"> | 65 | <service name="recompress"> |
| 24 | <param name="file">*.tar</param> | 66 | <param name="file">*.tar</param> |
| 25 | <param name="compression">xz</param> | 67 | <param name="compression">xz</param> |
rpm/lib3270.spec
| @@ -45,7 +45,7 @@ Release: 0 | @@ -45,7 +45,7 @@ Release: 0 | ||
| 45 | License: LGPL-3.0 | 45 | License: LGPL-3.0 |
| 46 | Source: lib3270-%{version}.tar.xz | 46 | Source: lib3270-%{version}.tar.xz |
| 47 | 47 | ||
| 48 | -Url: https://portal.softwarepublico.gov.br/social/pw3270/ | 48 | +Url: https://github.com/PerryWerneck/lib3270.git |
| 49 | 49 | ||
| 50 | Group: Development/Libraries/C and C++ | 50 | Group: Development/Libraries/C and C++ |
| 51 | BuildRoot: /var/tmp/%{name}-%{version} | 51 | BuildRoot: /var/tmp/%{name}-%{version} |
| @@ -186,4 +186,4 @@ exit 0 | @@ -186,4 +186,4 @@ exit 0 | ||
| 186 | /sbin/ldconfig | 186 | /sbin/ldconfig |
| 187 | exit 0 | 187 | exit 0 |
| 188 | 188 | ||
| 189 | -%changelog | ||
| 190 | \ No newline at end of file | 189 | \ No newline at end of file |
| 190 | +%changelog |