removed requirement for Pixie [release 1.1.0-2mamba;Thu Oct 13 2016]

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

View File

@ -1,5 +1,5 @@
Name: makehuman Name: makehuman
Version: 0.9.1 Version: 1.1.0
Release: 2mamba Release: 2mamba
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
@ -7,49 +7,49 @@ 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
Source: http://downloads.sourceforge.net/sourceforge/makehuman/makehuman-%{version}-rc1a.tar.gz # 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
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-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: libanimorph-devel
BuildRequires: libmhgui-devel
BuildRequires: libGL-devel
BuildRequires: libGLUT-devel
Requires: Pixie
%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 -n %{name}-%{version}-rc1a %setup -q -c
%patch1 -p1 mv MakeHuman-*/* .
%build %build
%configure
%make
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" install -D -m0644 buildscripts/ppa/extras/MakeHuman.desktop %{buildroot}%{_datadir}/applications/makehuman.desktop
%makeinstall cp -a makehuman %{buildroot}%{_datadir}/
install -D -m0644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/makehuman.ico install -d -m0755 %{buildroot}%{_bindir}
rm -rf %{buildroot}%{_prefix}/doc ln -s %{_datadir}/makehuman/makehuman %{buildroot}%{_bindir}/makehuman
mkdir -p %{buildroot}%{_datadir}/applications #install -D -m0644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/makehuman.ico
cat > %{buildroot}%{_datadir}/applications/makehuman.desktop << EOF #mkdir -p %{buildroot}%{_datadir}/applications
[Desktop Entry] #cat > %{buildroot}%{_datadir}/applications/makehuman.desktop << EOF
Name=makehuman #[Desktop Entry]
GenericName=Modeling of 3D humanoid characters #Name=makehuman
GenericName[it]=Modellatore di umanoidi 3D #GenericName=Modeling of 3D humanoid characters
Comment=A software for modeling of three-dimensional humanoid characters #GenericName[it]=Modellatore di umanoidi 3D
Comment[it]=Un software per modellare humanoidi tridimensionali #Comment=A software for modeling of three-dimensional humanoid characters
Exec=makehuman #Comment[it]=Un software per modellare humanoidi tridimensionali
Type=Application #Exec=makehuman
Terminal=0 #Type=Application
Icon=/usr/share/pixmaps/makehuman.ico #Terminal=0
Categories=Graphics;3DGraphics; #Icon=/usr/share/pixmaps/makehuman.ico
EOF #Categories=Graphics;3DGraphics;
#EOF
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -59,22 +59,19 @@ EOF
%{_bindir}/makehuman %{_bindir}/makehuman
%{_datadir}/applications/makehuman.desktop %{_datadir}/applications/makehuman.desktop
%dir %{_datadir}/makehuman %dir %{_datadir}/makehuman
%{_datadir}/makehuman/base.* %{_datadir}/makehuman/*
%{_datadir}/makehuman/bs_data/* %doc LICENSE.md
%{_datadir}/makehuman/default.bs
%{_datadir}/makehuman/rib_data/*
%{_datadir}/makehuman/rotations/*
%{_datadir}/makehuman/selectors/*
%{_datadir}/makehuman/subd.parts
%{_datadir}/makehuman/targets/*
%{_datadir}/pixmaps/makehuman.ico
%{_datadir}/pixmaps/makehuman/bsimg/*
%{_datadir}/pixmaps/makehuman/rotimg/*
%{_datadir}/pixmaps/makehuman/tgimg/*
%{_datadir}/pixmaps/makehuman/ui/*.png
%doc AUTHORS COPYING README.txt TODO
%changelog %changelog
* Thu Oct 13 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-2mamba
- removed requirement for Pixie
* Tue Oct 11 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-1mamba
- update to 1.1.0
* Fri May 01 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-1mamba
- update to 1.0.2
* Mon Jul 15 2013 Automatic Build System <autodist@mambasoft.it> 0.9.1-2mamba * Mon Jul 15 2013 Automatic Build System <autodist@mambasoft.it> 0.9.1-2mamba
- automatic rebuild by autodist - automatic rebuild by autodist