fix license and make source reproducable. The service file would have take the master branch ...
OBS-URL: https://build.opensuse.org/package/show/science/FreeCAD?expand=0&rev=14
This commit is contained in:
parent
3230859851
commit
452cec5975
3
FreeCAD-0.16.6712.obscpio
Normal file
3
FreeCAD-0.16.6712.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:66891dd8a208daa48024216e1dca6627b8ec90c6105cce7d33eaffc066b307ef
|
||||||
|
size 241548815
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9782c6abcd201ada41fbb2908f02fc62cc2d06af8889f08715870f07ef550fdc
|
|
||||||
size 100617108
|
|
5
FreeCAD.obsinfo
Normal file
5
FreeCAD.obsinfo
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
name: FreeCAD
|
||||||
|
version: 0.16.6712
|
||||||
|
mtime: 1500312467
|
||||||
|
commit: da2d364457257a7a8c6fb2137cea12c45becd71a
|
||||||
|
|
@ -22,7 +22,7 @@ Name: FreeCAD
|
|||||||
Version: 0.16.6712
|
Version: 0.16.6712
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: General Purpose 3D CAD Modeler
|
Summary: General Purpose 3D CAD Modeler
|
||||||
License: LGPL-2.0+ AND GPL-2.0+
|
License: LGPL-2.0+ and GPL-2.0+
|
||||||
Group: Productivity/Graphics/CAD
|
Group: Productivity/Graphics/CAD
|
||||||
Url: http://www.freecadweb.org/
|
Url: http://www.freecadweb.org/
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
|
9
_service
9
_service
@ -1,12 +1,15 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="obs_scm" mode="disabled">
|
||||||
<param name="url">https://github.com/FreeCAD/FreeCAD.git</param>
|
<param name="url">https://github.com/FreeCAD/FreeCAD.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
|
<param name="revision">releases/FreeCAD-0-16</param>
|
||||||
<param name="version">0.16.6712</param>
|
<param name="version">0.16.6712</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="set_version" mode="disabled"/>
|
||||||
|
|
||||||
|
<service name="tar" mode="buildtime"/>
|
||||||
|
<service name="recompress" mode="buildtime">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="disabled"/>
|
|
||||||
</services>
|
</services>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user