mirror of
https://abf.rosa.ru/djam/freecad.git
synced 2025-02-23 14:02:52 +00:00
Updated to 0.17
This commit is contained in:
parent
0a42557aec
commit
63b933909b
2 changed files with 32 additions and 23 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
FreeCAD-0.16.tar.gz: 5e8956588e87b18c8c4140cbdcaa1229c04907bb
|
||||
FreeCAD-0.17.tar.gz: 394025ef2fea9897c6e26e7045f03cef4fc3032f
|
||||
|
|
45
freecad.spec
45
freecad.spec
|
@ -2,35 +2,43 @@
|
|||
|
||||
Summary: FreeCAD is a general purpose 3D CAD modeler
|
||||
Name: freecad
|
||||
Version: 0.16
|
||||
Release: 4
|
||||
Version: 0.17
|
||||
Release: 1
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: Graphics
|
||||
Url: http://www.freecadweb.org/
|
||||
Source0: https://github.com/FreeCAD/FreeCAD/archive/%{oname}-%{version}.tar.gz
|
||||
Source0: https://github.com/FreeCAD/FreeCAD/archive/%{version}.tar.gz?/%{oname}-%{version}.tar.gz
|
||||
Source1: %{name}.desktop
|
||||
Source2: %{name}.1
|
||||
Source3: %{name}.rpmlintrc
|
||||
BuildRequires: boost-devel >= 1.33.1
|
||||
BuildRequires: cmake
|
||||
BuildRequires: eigen3 >= 3.0.1
|
||||
BuildRequires: gcc-gfortran
|
||||
BuildRequires: python-matplotlib
|
||||
BuildRequires: pyside-tools
|
||||
BuildRequires: boost-devel >= 1.33.1
|
||||
BuildRequires: libspnav-devel
|
||||
BuildRequires: med-devel
|
||||
BuildRequires: opencascade-devel >= 5.2
|
||||
BuildRequires: qt4-devel
|
||||
BuildRequires: pkgconfig(glu)
|
||||
BuildRequires: pkgconfig(SoQt) >= 1.2.0
|
||||
BuildRequires: openmpi-devel
|
||||
BuildRequires: pkgconfig(Coin) >= 2.4.0
|
||||
BuildRequires: pkgconfig(SoQt) >= 1.2.0
|
||||
BuildRequires: pkgconfig(freetype2)
|
||||
BuildRequires: pkgconfig(glu)
|
||||
BuildRequires: pkgconfig(gstreamer-0.10)
|
||||
BuildRequires: pkgconfig(jsoncpp)
|
||||
BuildRequires: pkgconfig(ode)
|
||||
BuildRequires: pkgconfig(opencv)
|
||||
BuildRequires: pkgconfig(pyside)
|
||||
BuildRequires: pkgconfig(python) >= 2.5
|
||||
BuildRequires: pkgconfig(shiboken)
|
||||
BuildRequires: pkgconfig(pyside)
|
||||
BuildRequires: pkgconfig(xerces-c) >= 2.6
|
||||
BuildRequires: pyside-tools
|
||||
BuildRequires: python-matplotlib
|
||||
BuildRequires: python-vtk
|
||||
BuildRequires: qt4-devel
|
||||
BuildRequires: tcl-vtk
|
||||
BuildRequires: tcl-vtk-qt
|
||||
BuildRequires: vtk-devel
|
||||
BuildRequires: vtk-test-suite
|
||||
Requires: pyside
|
||||
|
||||
%description
|
||||
|
@ -44,28 +52,29 @@ AutoCAD LT) is not the focus, neither are animation and organic shapes (e.g.
|
|||
Maya, 3D StudioMAX, Blender and Cinema 4D).
|
||||
|
||||
%files
|
||||
%doc ChangeLog.txt copying.lib data/License.txt build/doc/*
|
||||
%doc ChangeLog.txt COPYING data/License.txt build/doc/*
|
||||
%{_bindir}/*
|
||||
%{_libdir}/%{name}/bin/
|
||||
%{_libdir}/%{name}/Mod/
|
||||
%{_libdir}/%{name}/*.so
|
||||
%{_datadir}/%{name}/
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
||||
%{_datadir}/%{name}/
|
||||
%{_libdir}/%{name}/*.so
|
||||
%{_libdir}/%{name}/Mod/
|
||||
%{_libdir}/%{name}/bin/
|
||||
%{_libdir}/%{name}/Ext/freecad/__init__.py
|
||||
%{_mandir}/man1/*.1*
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
%package devel
|
||||
Summary: Devel package for %{name}
|
||||
Requires: %{name} = %{version}
|
||||
Requires: %{name} = %{EVRD}
|
||||
Group: Development/C++
|
||||
|
||||
%description devel
|
||||
Development files for FreeCAD.
|
||||
|
||||
%files devel
|
||||
%doc ChangeLog.txt copying.lib
|
||||
%doc ChangeLog.txt COPYING
|
||||
%{_libdir}/%{name}/include/
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
@ -80,7 +89,7 @@ find ./src -name "*.h*" |xargs chmod 644
|
|||
find ./src -name "*.cpp*" |xargs chmod 644
|
||||
|
||||
%build
|
||||
#define Werror_cflags %%nil
|
||||
#%%define Werror_cflags %%{nil}
|
||||
%cmake_qt4 -DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=%{_libdir}/%{name} \
|
||||
-DCMAKE_INSTALL_INCLUDEDIR=%{_libdir}/%{name}/include \
|
||||
|
|
Loading…
Add table
Reference in a new issue