- updated to 2011.12
OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
94a12c603a
commit
2c1d2bfbec
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:693c0ca033639c52c3d2d11f4d537963dc3a3bc0d2e3a2e63da460f6898c30db
|
||||
size 920506
|
3
openscad-2011.12.src.tar.gz
Normal file
3
openscad-2011.12.src.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:507e12bb2a4bb556ee8fcdce9779860d89071e924678b2200d82fdb5fae7583d
|
||||
size 3247723
|
@@ -1,19 +0,0 @@
|
||||
--- openscad.pro
|
||||
+++ openscad.pro
|
||||
@@ -189,13 +189,13 @@ macx {
|
||||
SOURCES += src/AppleEvents.cc
|
||||
}
|
||||
|
||||
-target.path = /usr/local/bin/
|
||||
+target.path = /usr/bin/
|
||||
INSTALLS += target
|
||||
|
||||
-examples.path = /usr/local/share/openscad/examples/
|
||||
+examples.path = /usr/share/openscad/examples/
|
||||
examples.files = examples/*
|
||||
INSTALLS += examples
|
||||
|
||||
-libraries.path = /usr/local/share/openscad/libraries/
|
||||
+libraries.path = /usr/share/openscad/libraries/
|
||||
libraries.files = libraries/*
|
||||
INSTALLS += libraries
|
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 8 16:40:47 UTC 2012 - prusnak@opensuse.org
|
||||
|
||||
- updated to 2011.12
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 7 12:11:13 UTC 2011 - prusnak@opensuse.org
|
||||
|
||||
|
@@ -3,14 +3,13 @@
|
||||
#
|
||||
|
||||
Name: openscad
|
||||
Version: 2011.06
|
||||
Version: 2011.12
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Summary: Programmers Solid 3D CAD Modeller
|
||||
Url: http://openscad.org/
|
||||
Group: Productivity/Graphics/CAD
|
||||
Source: https://github.com/downloads/openscad/openscad/%{name}-%{version}.src.tar.gz
|
||||
Patch0: %{name}-nolocal.patch
|
||||
BuildRequires: flex
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: glew-devel
|
||||
@@ -40,7 +39,6 @@ movies.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version}
|
||||
@@ -49,10 +47,10 @@ qmake
|
||||
%if 0%{?fedora_version}
|
||||
qmake-qt4
|
||||
%endif
|
||||
make %{?_smp_mflags}
|
||||
make %{?_smp_mflags} PREFIX=%{_prefix}
|
||||
|
||||
%install
|
||||
make INSTALL_ROOT=%{buildroot} install
|
||||
make INSTALL_ROOT=%{buildroot} PREFIX=%{_prefix} install
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
Reference in New Issue
Block a user