mirror of
https://abf.rosa.ru/djam/freecad.git
synced 2025-02-23 14:02:52 +00:00
commit
f528d38716
2 changed files with 22 additions and 18 deletions
3
.abf.yml
3
.abf.yml
|
@ -1,4 +1,5 @@
|
|||
removed_sources:
|
||||
freecad-0.10.3247.tar.gz: c4f37b76256562452bde096ab8498e5758861fe9
|
||||
sources:
|
||||
freecad-0.13.1830.tar.gz: 82d58b91a28a4cd5d138666d2ed0f36bf18c0255
|
||||
sources:
|
||||
freecad-0.14.3702.tar.gz: 048f2aa9cabc71fa4e2b6e10c9a61d8e728faa36
|
||||
|
|
37
freecad.spec
37
freecad.spec
|
@ -1,6 +1,6 @@
|
|||
Name: freecad
|
||||
Summary: FreeCAD is a general purpose 3D CAD modeler
|
||||
Version: 0.13.1830
|
||||
Version: 0.14.3702
|
||||
Release: 1
|
||||
License: GPL and LGPL
|
||||
Group: Graphics
|
||||
|
@ -23,6 +23,8 @@ BuildRequires: opencascade-devel
|
|||
BuildRequires: coin-devel
|
||||
BuildRequires: soqt-devel
|
||||
BuildRequires: boost-devel >= 1.34.0
|
||||
BuildRequires: pkgconfig(shiboken)
|
||||
BuildRequires: pkgconfig(pyside)
|
||||
|
||||
%description
|
||||
FreeCAD will be a general purpose 3D CAD modeler.
|
||||
|
@ -34,20 +36,20 @@ although 2D (e.g. AutoCAD LT) is not the focus,
|
|||
neither are animation and organic shapes
|
||||
(e.g. Maya, 3D StudioMAX and Cinema 4D).
|
||||
|
||||
%package devel
|
||||
Group: Development/C++
|
||||
Summary: Devel package for %{name}
|
||||
Requires: %{name} = %{version}
|
||||
#package devel
|
||||
#Group: Development/C++
|
||||
#Summary: Devel package for %{name}
|
||||
#Requires: {name} = {version}
|
||||
|
||||
%description devel
|
||||
FreeCAD will be a general purpose 3D CAD modeler.
|
||||
The development will be completely Open Source.
|
||||
As with many modern 3D CAD modelers it will
|
||||
have a 2D component in order to extract design detail
|
||||
from the 3D model to create 2D production drawings,
|
||||
although 2D (e.g. AutoCAD LT) is not the focus,
|
||||
neither are animation and organic shapes
|
||||
(e.g. Maya, 3D StudioMAX and Cinema 4D).
|
||||
#description devel
|
||||
#FreeCAD will be a general purpose 3D CAD modeler.
|
||||
#The development will be completely Open Source.
|
||||
#As with many modern 3D CAD modelers it will
|
||||
#have a 2D component in order to extract design detail
|
||||
#from the 3D model to create 2D production drawings,
|
||||
#although 2D (e.g. AutoCAD LT) is not the focus,
|
||||
#neither are animation and organic shapes
|
||||
#(e.g. Maya, 3D StudioMAX and Cinema 4D).
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
@ -96,11 +98,12 @@ popd
|
|||
%{_bindir}/*
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/%{name}/bin/
|
||||
%{_libdir}/%{name}/lib/
|
||||
#{_libdir}/%{name}/lib/
|
||||
%{_libdir}/%{name}/Mod/
|
||||
%{_datadir}/%{name}/
|
||||
%{_mandir}/man1/*.1*
|
||||
|
||||
%files devel
|
||||
%{_libdir}/%{name}/include/*
|
||||
#files devel
|
||||
#{_libdir}/{name}/include/*
|
||||
|
|
Loading…
Add table
Reference in a new issue