14
0

Accepting request 826707 from home:mcepl:work

Initial submission of the new package

OBS-URL: https://build.opensuse.org/request/show/826707
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-screenplain?expand=0&rev=1
This commit is contained in:
2020-08-14 16:58:11 +00:00
committed by Git OBS Bridge
commit 5b9f86ebb0
8 changed files with 180 additions and 0 deletions

17
_service Normal file
View File

@@ -0,0 +1,17 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="versionprefix">0.9.0+git</param>
<!-- param name="url">https://github.com/vilcans/screenplain.git</param -->
<param name="url">https://github.com/mcepl/screenplain.git</param>
<param name="revision">cleanup-testing</param>
<param name="scm">git</param>
<param name="exclude">.git*</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">mcepl@cepl.eu</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version" mode="disabled" />
</services>