update to 1.2.0 [release 1.2.0-1mamba;Sun Dec 26 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 06:53:39 +01:00
parent 02f3d2f809
commit e631515b82

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 1.2.0-1mamba
- update to 1.2.0
* Thu Oct 13 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-2mamba
- removed requirement for Pixie