Files
plee-the-bear/_service
Dmitriy Perlow 0428b93fd6 Accepting request 836192 from home:badshah400:branches:games
- Update to version 0.7.1
- Change URL and Source0 to new upstream location.
- Drop ptb-sequencer-gcc6.patch: upstreamed.
- Add _service file for new source (untagged and unreleased) bear, downloaded from its git repository.
- Add skeleton CMakeLists.txt file to build project as recommended by upstream (see README.md).
- Add ptb-boost-placeholders.patch to explicitly use boost::placeholders namespace where required, and thus fix build failures on TW.
- Move installed appdata file to the correct metainfo dir.
- Drop conditionals supporting EOL openSUSE versions.
- New BuildRequires: libboost_test-devel.
- License updated to GPL-3.0-only.
- Drop empty post(un) scriptlets.

OBS-URL: https://build.opensuse.org/request/show/836192
OBS-URL: https://build.opensuse.org/package/show/games/plee-the-bear?expand=0&rev=11
2020-09-23 05:41:43 +00:00

16 lines
544 B
Plaintext

<services>
<service name="download_files" mode="disabled" />
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="filename">bear</param>
<param name="url">https://github.com/j-jorge/bear.git</param>
<param name="versionformat">git%cd</param>
<param name="versionprefix">0.0.0</param>
<param name="revision">c873f28</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">bear-[0-9.]*.git[0-9]*.tar</param>
<param name="compression">xz</param>
</service>
</services>