Fabian Vogt
a90d5fb6f5
- Update to v8.12.10: * See https://github.com/google/libphonenumber/blob/v8.12.10/release_notes.txt - The upstream repo and tarball include binary .jar archives with legally questionable content. Switch to a _service and exclude those. OBS-URL: https://build.opensuse.org/request/show/836097 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libphonenumber?expand=0&rev=6
18 lines
673 B
Plaintext
18 lines
673 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="url">git@github.com:google/libphonenumber.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">v8.12.10</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<!-- Contains binary .jars with legally questionable content -->
|
|
<param name="exclude">java</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled" />
|
|
<service name="tar" mode="buildtime" />
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|