# # spec file for package openscad # # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: openscad Version: 2014.03 Release: 0 Summary: Programmers Solid 3D CAD Modeller License: GPL-2.0+ Group: Productivity/Graphics/CAD Url: http://openscad.org/ Source: http://files.openscad.org/%{name}-%{version}.src.tar.gz Patch0: %{name}-syntax-highlighting.patch Patch1: %{name}-desktop.patch BuildRequires: flex BuildRequires: gcc-c++ BuildRequires: glew-devel BuildRequires: libcgal-devel BuildRequires: opencsg-devel %if 0%{?suse_version} BuildRequires: Mesa-devel BuildRequires: bison BuildRequires: libeigen3-devel BuildRequires: libqt4-devel %endif %if 0%{?fedora_version} BuildRequires: byacc BuildRequires: eigen3-devel BuildRequires: mesa-libGL-devel BuildRequires: mesa-libGLU-devel BuildRequires: qt-devel %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description OpenSCAD is a software for creating solid 3D CAD objects. Unlike most free software for creating 3D models it does not focus on the artistic aspects of 3D modelling but instead on the CAD aspects. Thus it might be the application you are looking for when you are planning to create 3D models of machine parts but pretty sure is not what you are looking for when you are more interested in creating computer-animated movies. %prep %setup -q %patch0 %patch1 %build %if 0%{?suse_version} qmake PREFIX=%{_prefix} %endif %if 0%{?fedora_version} qmake-qt4 PREFIX=%{_prefix} %endif make # %{?_smp_mflags} # don't use parallel build %install make INSTALL_ROOT=%{buildroot} install install -D -m 0644 doc/openscad.1 %{buildroot}%{_mandir}/man1/openscad.1 %clean rm -rf %{buildroot} %files %defattr(-,root,root) %doc COPYING README.md RELEASE_NOTES doc/*.pdf %{_bindir}/openscad %{_datadir}/openscad/ %{_datadir}/applications/openscad.desktop %{_datadir}/pixmaps/openscad.png %{_mandir}/man1/* %dir %{_datadir}/appdata %{_datadir}/appdata/openscad.appdata.xml %changelog