2024-01-06 05:03:18 +01:00
|
|
|
### AUTOUPDATE-OFF: 1
|
|
|
|
Name: libmhgui
|
|
|
|
Version: 0.2
|
2024-01-06 05:03:19 +01:00
|
|
|
Release: 2mamba
|
2024-01-06 05:03:18 +01:00
|
|
|
Summary: A graphical user interface library for makehuman
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://www.makehuman.org
|
|
|
|
Source: http://downloads.sourceforge.net/sourceforge/makehuman/mhgui-%{version}.tar.gz
|
2024-01-06 05:03:19 +01:00
|
|
|
Patch0: libmhgui-0.2-libpng-1.6.patch
|
2024-01-06 05:03:18 +01:00
|
|
|
License: LGPL
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 05:03:19 +01:00
|
|
|
BuildRequires: glibc-devel
|
2024-01-06 05:03:18 +01:00
|
|
|
BuildRequires: libGL-devel
|
2024-01-06 05:03:19 +01:00
|
|
|
BuildRequires: libGLU-devel
|
2024-01-06 05:03:18 +01:00
|
|
|
BuildRequires: libICE-devel
|
2024-01-06 05:03:19 +01:00
|
|
|
BuildRequires: libSM-devel
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libXi-devel
|
|
|
|
BuildRequires: libXmu-devel
|
|
|
|
BuildRequires: libanimorph-devel
|
|
|
|
BuildRequires: libfreeglut-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libpng-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 05:03:18 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
A graphical user interface library for makehuman.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Devel package for %{name}
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
A graphical user interface library for makehuman.
|
|
|
|
|
|
|
|
This package contains static libraries and header files need for development.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n mhgui-%{version}
|
2024-01-06 05:03:19 +01:00
|
|
|
%patch0 -p1
|
2024-01-06 05:03:18 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
rm -rf %{buildroot}%{_prefix}/doc
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libmhgui.so.*
|
|
|
|
%doc AUTHORS COPYING TODO
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}/mhgui
|
|
|
|
%{_includedir}/mhgui/*.h
|
|
|
|
%{_libdir}/libmhgui.a
|
|
|
|
%{_libdir}/libmhgui.la
|
|
|
|
%{_libdir}/libmhgui.so
|
2024-01-06 05:03:19 +01:00
|
|
|
%{_libdir}/pkgconfig/*.pc
|
2024-01-06 05:03:18 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 05:03:19 +01:00
|
|
|
* Sat May 09 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2-2mamba
|
|
|
|
- rebuild with libpng 1.6
|
|
|
|
|
2024-01-06 05:03:18 +01:00
|
|
|
* Sun Jun 07 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2-1mamba
|
|
|
|
- update to 0.2
|
|
|
|
|
|
|
|
* Wed Oct 10 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1-1mamba
|
|
|
|
- package created by autospec
|