mirror of
https://abf.rosa.ru/djam/freecad.git
synced 2025-02-23 22:12:53 +00:00
Added cmake BR
This commit is contained in:
parent
41426b66ca
commit
fccf969099
1 changed files with 2 additions and 7 deletions
|
@ -1,13 +1,12 @@
|
||||||
Name: freecad
|
Name: freecad
|
||||||
Summary: FreeCAD is a general purpose 3D CAD modeler
|
Summary: FreeCAD is a general purpose 3D CAD modeler
|
||||||
Version: 0.10.3247
|
Version: 0.10.3247
|
||||||
Release: %mkrel 1
|
Release: 1
|
||||||
License: GPL and LGPL
|
License: GPL and LGPL
|
||||||
Group: Graphics
|
Group: Graphics
|
||||||
URL: http://free-cad.sourceforge.net/
|
URL: http://free-cad.sourceforge.net/
|
||||||
Source0: http://dfn.dl.sourceforge.net/sourceforge/free-cad/freecad-%{version}.tar.gz
|
Source0: http://dfn.dl.sourceforge.net/sourceforge/free-cad/freecad-%{version}.tar.gz
|
||||||
Patch0: freecad-0.10.3247-fix-link.patch
|
Patch0: freecad-0.10.3247-fix-link.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
||||||
BuildRequires: gstreamer0.10-devel
|
BuildRequires: gstreamer0.10-devel
|
||||||
BuildRequires: qt4-devel
|
BuildRequires: qt4-devel
|
||||||
BuildRequires: libxerces-c-devel
|
BuildRequires: libxerces-c-devel
|
||||||
|
@ -15,6 +14,7 @@ BuildRequires: opencv-devel
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: libode-devel
|
BuildRequires: libode-devel
|
||||||
BuildRequires: eigen2
|
BuildRequires: eigen2
|
||||||
|
BuildRequires: cmake
|
||||||
BuildRequires: opencascade-devel
|
BuildRequires: opencascade-devel
|
||||||
BuildRequires: coin-devel
|
BuildRequires: coin-devel
|
||||||
BuildRequires: soqt-devel
|
BuildRequires: soqt-devel
|
||||||
|
@ -55,13 +55,8 @@ neither are animation and organic shapes
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -fr %buildroot
|
|
||||||
%makeinstall_std -C build
|
%makeinstall_std -C build
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -fr %buildroot
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc ChangeLog.txt copying.lib README.Linux
|
%doc ChangeLog.txt copying.lib README.Linux
|
||||||
%{_prefix}/lib/%{name}
|
%{_prefix}/lib/%{name}
|
||||||
|
|
Loading…
Add table
Reference in a new issue