New upstream bugfix release 2015.03-1
This commit is contained in:
parent
1fb102d877
commit
fde78d397e
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/openscad-54ad8c20393bc459ee4aa5f226451451f5e864d6.tar.gz
|
||||
/MCAD-85794e4b4f2294a1b445a4d928866bedd5cc64ec.tar.gz
|
||||
/openscad-2015.03.src.tar.gz
|
||||
/openscad-2015.03-1.src.tar.gz
|
||||
|
@ -1,6 +1,7 @@
|
||||
Name: openscad
|
||||
Version: 2015.03
|
||||
Release: 2%{?dist}
|
||||
Version: 2015.03.1
|
||||
%global upversion 2015.03-1
|
||||
Release: 1%{?dist}
|
||||
Summary: The Programmers Solid 3D CAD Modeller
|
||||
# COPYING contains a linking exception for CGAL
|
||||
# Appdata file is CC0
|
||||
@ -8,7 +9,7 @@ Summary: The Programmers Solid 3D CAD Modeller
|
||||
License: GPLv2 with exceptions and CC0
|
||||
Group: Applications/Engineering
|
||||
URL: http://www.%{name}.org/
|
||||
Source0: http://files.%{name}.org/%{name}-%{version}.src.tar.gz
|
||||
Source0: http://files.%{name}.org/%{name}-%{upversion}.src.tar.gz
|
||||
Patch0: %{name}-polyclipping.patch
|
||||
BuildRequires: CGAL-devel >= 3.6
|
||||
BuildRequires: ImageMagick
|
||||
@ -125,14 +126,14 @@ changes, however many things are already working.
|
||||
###############################################
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -qn %{name}-%{upversion}
|
||||
|
||||
# Unbundle polyclipping
|
||||
rm src/polyclipping -rf
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
qmake-qt4 VERSION=%{version} PREFIX=%{_prefix}
|
||||
qmake-qt4 PREFIX=%{_prefix}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
# tests
|
||||
@ -179,6 +180,9 @@ cd -
|
||||
%{_datadir}/%{name}/libraries/MCAD
|
||||
|
||||
%changelog
|
||||
* Wed Apr 22 2015 Miro Hrončok <mhroncok@redhat.com> - 2015.03.1-1
|
||||
- New upstream version 2015.03-1
|
||||
|
||||
* Mon Apr 20 2015 Rex Dieter <rdieter@fedoraproject.org> 2015.03-2
|
||||
- rebuild (qscintilla), BR: qt4-devel
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user