From e631515b8298294805435b4a99e1a4e5d88a8464 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 06:53:39 +0100 Subject: [PATCH] update to 1.2.0 [release 1.2.0-1mamba;Sun Dec 26 2021] --- makehuman.spec | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/makehuman.spec b/makehuman.spec index 93296a6..cee39e7 100644 --- a/makehuman.spec +++ b/makehuman.spec @@ -1,39 +1,34 @@ Name: makehuman -Version: 1.1.0 -Release: 2mamba +Version: 1.2.0 +Release: 1mamba Summary: A software for modeling of three-dimensional humanoid characters Group: Graphical Desktop/Applications/Graphics Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.makehuman.org -# FIXME: manual download and file rename needed -# wget https://bitbucket.org/MakeHuman/makehuman/get/1.0.2.tar.bz2 -# mv 1.0.2.tar.bz2 makehuman-1.0.2.tar.bz2 -#Source: https+git://bitbucket.org/MakeHuman/makehuman/%{version}/makehuman-%{version}.tar.bz2 -Source: https://bitbucket.org/MakeHuman/makehuman/get/%{version}.tar.bz2 +Source: https://github.com/makehumancommunity/makehuman.git/v%{version}/makehuman-%{version}.tar.bz2 Source1: makehuman.ico Patch0: %{name}-0.9-gcc44.patch Patch1: %{name}-0.9.1-gcc43.patch License: GPL ## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description MakeHuman is an open-source, open graphics library, stand-alone, multi-platform, software program, which is completely written in C++ language. Its purpose is to provide a **versatile**, **professional** and extremely **specialized** application for **parametrical** modeling of three-dimensional humanoid characters. %prep -%setup -q -c -mv MakeHuman-*/* . +%setup -q %build %install -install -D -m0644 buildscripts/ppa/extras/MakeHuman.desktop %{buildroot}%{_datadir}/applications/makehuman.desktop +install -D -m0644 buildscripts/deb/debian/MakeHuman.desktop %{buildroot}%{_datadir}/applications/makehuman.desktop cp -a makehuman %{buildroot}%{_datadir}/ install -d -m0755 %{buildroot}%{_bindir} ln -s %{_datadir}/makehuman/makehuman %{buildroot}%{_bindir}/makehuman +install -D -m0644 makehuman/icons/makehuman.svg %{buildroot}%{_datadir}/makehuman/makehuman.svg #install -D -m0644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/makehuman.ico #mkdir -p %{buildroot}%{_datadir}/applications @@ -63,6 +58,9 @@ ln -s %{_datadir}/makehuman/makehuman %{buildroot}%{_bindir}/makehuman %doc LICENSE.md %changelog +* Sun Dec 26 2021 Silvan Calarco 1.2.0-1mamba +- update to 1.2.0 + * Thu Oct 13 2016 Silvan Calarco 1.1.0-2mamba - removed requirement for Pixie