update to 1.2.0 [release 1.2.0-1mamba;Sun Dec 26 2021]
This commit is contained in:
parent
02f3d2f809
commit
e631515b82
@ -1,39 +1,34 @@
|
|||||||
Name: makehuman
|
Name: makehuman
|
||||||
Version: 1.1.0
|
Version: 1.2.0
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: A software for modeling of three-dimensional humanoid characters
|
Summary: A software for modeling of three-dimensional humanoid characters
|
||||||
Group: Graphical Desktop/Applications/Graphics
|
Group: Graphical Desktop/Applications/Graphics
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.makehuman.org
|
URL: http://www.makehuman.org
|
||||||
# FIXME: manual download and file rename needed
|
Source: https://github.com/makehumancommunity/makehuman.git/v%{version}/makehuman-%{version}.tar.bz2
|
||||||
# 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
|
|
||||||
Source1: makehuman.ico
|
Source1: makehuman.ico
|
||||||
Patch0: %{name}-0.9-gcc44.patch
|
Patch0: %{name}-0.9-gcc44.patch
|
||||||
Patch1: %{name}-0.9.1-gcc43.patch
|
Patch1: %{name}-0.9.1-gcc43.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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.
|
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
|
%prep
|
||||||
%setup -q -c
|
%setup -q
|
||||||
mv MakeHuman-*/* .
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%install
|
%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}/
|
cp -a makehuman %{buildroot}%{_datadir}/
|
||||||
install -d -m0755 %{buildroot}%{_bindir}
|
install -d -m0755 %{buildroot}%{_bindir}
|
||||||
ln -s %{_datadir}/makehuman/makehuman %{buildroot}%{_bindir}/makehuman
|
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
|
#install -D -m0644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/makehuman.ico
|
||||||
#mkdir -p %{buildroot}%{_datadir}/applications
|
#mkdir -p %{buildroot}%{_datadir}/applications
|
||||||
@ -63,6 +58,9 @@ ln -s %{_datadir}/makehuman/makehuman %{buildroot}%{_bindir}/makehuman
|
|||||||
%doc LICENSE.md
|
%doc LICENSE.md
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Oct 13 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-2mamba
|
||||||
- removed requirement for Pixie
|
- removed requirement for Pixie
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user