- updated to 2013.01

OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=8
This commit is contained in:
Pavol Rusnak 2013-01-19 14:00:58 +00:00 committed by Git OBS Bridge
parent 25d69b8b17
commit dee1284be0
5 changed files with 15 additions and 22 deletions

View File

@ -1,14 +0,0 @@
--- openscad.pro
+++ openscad.pro
@@ -81,10 +81,7 @@ win32 {
CONFIG += qt
QT += opengl
-# Fedora Linux + DSO fix
-linux*:exists(/usr/lib64/libGLU*)|linux*:exists(/usr/lib/libGLU*) {
- LIBS += -lGLU
-}
+LIBS += -lGLU
# See Dec 2011 OpenSCAD mailing list, re: CGAL/GCC bugs.
*g++* {

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:507e12bb2a4bb556ee8fcdce9779860d89071e924678b2200d82fdb5fae7583d
size 3247723

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2ef078b588c42f7ba873850f40a4695c6a47f3805d1560717dd3f98fe8082007
size 3459766

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jan 19 13:45:01 UTC 2013 - prusnak@opensuse.org
- updated to 2013.01
-------------------------------------------------------------------
Fri Nov 23 12:52:11 UTC 2012 - prusnak@opensuse.org

View File

@ -3,14 +3,13 @@
#
Name: openscad
Version: 2011.12
Version: 2013.01
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}-%{version}-glu.patch
Source: https://openscad.googlecode.com/files/openscad-%{version}.src.tar.gz
BuildRequires: flex
BuildRequires: gcc-c++
BuildRequires: glew-devel
@ -43,7 +42,6 @@ movies.
%prep
%setup -q
%patch0
%build
%if 0%{?suse_version}
@ -56,14 +54,18 @@ make %{?_smp_mflags}
%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 RELEASE_NOTES
%doc COPYING README.md RELEASE_NOTES doc/*.pdf
%{_bindir}/openscad
%{_datadir}/openscad/
%{_datadir}/applications/openscad.desktop
%{_datadir}/pixmaps/openscad.png
%{_mandir}/man1/*
%changelog