Atri Bhattacharya
ca8f1d4aca
* Fix package name typo in _service file. * Change deprecated "disabled" modes to "manual". * Disable automatic changes generation when running tar_scm service. * Freeze at commit f0af53a, drop full url for Source0, and regenerate tarball (note version changes: f0af53a9 -> f0af53a). * Clean up specfile, drop macros catering to ancient oS releases. * Drop _servicedata. OBS-URL: https://build.opensuse.org/request/show/1153101 OBS-URL: https://build.opensuse.org/package/show/Education/fritzing?expand=0&rev=61
18 lines
628 B
Plaintext
18 lines
628 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="url">https://github.com/fritzing/fritzing-app.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="versionformat">0.9.9+git%cd.%h</param>
|
|
<param name="revision">f0af53a</param>
|
|
<param name="changesgenerate">disable</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">fritzing-app-*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="set_version" mode="manual">
|
|
<param name="basename">fritzing-app</param>
|
|
</service>
|
|
</services>
|