This commit is contained in:
parent
0537747ec9
commit
ac045d5d79
@ -1,14 +1,28 @@
|
||||
#
|
||||
# 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: 1
|
||||
License: GPLv2+
|
||||
Release: 0
|
||||
Summary: Programmers Solid 3D CAD Modeller
|
||||
Url: http://openscad.org/
|
||||
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
|
||||
@ -18,17 +32,17 @@ BuildRequires: glew-devel
|
||||
BuildRequires: libcgal-devel
|
||||
BuildRequires: opencsg-devel
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: Mesa-devel
|
||||
BuildRequires: bison
|
||||
BuildRequires: libeigen3-devel
|
||||
BuildRequires: libqt4-devel
|
||||
BuildRequires: Mesa-devel
|
||||
%endif
|
||||
%if 0%{?fedora_version}
|
||||
BuildRequires: byacc
|
||||
BuildRequires: eigen3-devel
|
||||
BuildRequires: qt-devel
|
||||
BuildRequires: mesa-libGL-devel
|
||||
BuildRequires: mesa-libGLU-devel
|
||||
BuildRequires: qt-devel
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user