67 lines
1.7 KiB
RPMSpec
67 lines
1.7 KiB
RPMSpec
Name: libanimorph
|
|
Version: 0.3
|
|
Release: 2mamba
|
|
Summary: A C++ morphing engine used by makehuman
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://www.dedalo-3d.com
|
|
Source: http://downloads.sourceforge.net/sourceforge/makehuman/animorph-%{version}.tar.gz
|
|
Patch1: libanimorph-0.3-gcc-4.7.patch
|
|
License: LGPL
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
A C++ morphing engine used by makehuman.
|
|
|
|
%package devel
|
|
Summary: Devel package for %{name}
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description devel
|
|
A C++ morphing engine used by makehuman.
|
|
|
|
This package contains static libraries and header files need for development.
|
|
|
|
%prep
|
|
%setup -q -n animorph-%{version}
|
|
%patch1 -p1
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
rm -rf %{buildroot}%{_prefix}/doc
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libanimorph.so.*
|
|
%doc AUTHORS COPYING TODO
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libanimorph.a
|
|
%{_libdir}/libanimorph.la
|
|
%{_libdir}/libanimorph.so
|
|
%{_includedir}/animorph/*.h
|
|
%dir %{_includedir}/animorph
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
%changelog
|
|
* Fri Jul 12 2013 Automatic Build System <autodist@mambasoft.it> 0.3-2mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Tue Feb 17 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Wed Oct 10 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2-1mamba
|
|
- package created by autospec
|