12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- Summary: A library for using real 3D models within a Clutter scene
- Name: libmash
- Version: 0.2.0
- Release: 5%{?_dist_release}
- URL: http://wiki.clutter-project.org/wiki/Mash
- Source0: http://source.clutter-project.org/sources/mash/0.2/mash-%{version}.tar.xz
- License: LGPLv2+
- Group: System Environment/Libraries
- BuildRequires: libtool
- BuildRequires: glib2-devel >= 2.16
- BuildRequires: clutter-devel
- BuildRequires: gtk-doc
- BuildRequires: rply-devel
- BuildRequires: libmx-devel
- %description
- Mash is a small library for using real 3D models within a Clutter
- scene. Models can be exported from Blender or other 3D modeling
- software as PLY files and then used as actors. It also supports a
- lighting model with animatable lights.
- %package devel
- Summary: Development files for %{name}
- Group: Development/Libraries
- Requires: %{name} = %{version}-%{release}
- %description devel
- This package contains libraries and header files needed for
- development of programs using %{name}.
- %prep
- %setup -q -n mash-%{version}
- %build
- %configure
- make %{?_smp_mflags}
- %install
- make install DESTDIR=$RPM_BUILD_ROOT
- rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
- rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
- %post -p /sbin/ldconfig
- %postun -p /sbin/ldconfig
- %files
- %defattr(-,root,root)
- %doc README COPYING.LIB NEWS AUTHORS
- %{_libdir}/libmash-0.2.so.*
- %dir %{_libdir}/girepository-1.0
- %{_libdir}/girepository-1.0/*.typelib
- %files devel
- %defattr(-,root,root)
- %dir %{_includedir}/mash-0.2
- %{_includedir}/mash-0.2/*
- %{_libdir}/libmash-0.2.so
- %{_libdir}/pkgconfig/mash-0.2.pc
- %dir %{_datadir}/gtk-doc/html/mash
- %{_datadir}/gtk-doc/html/mash/*
- %{_datadir}/gir-1.0/*.gir
- %dir %{_datadir}/gir-1.0
- %changelog
- * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-5
- - rebuild with cogl-1.16.0
- * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-4
- - rebuild with cogl-1.14.0
- * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-3
- - rebuild with cogl-1.12.0
- * Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-2
- - rebuild with cogl-1.10.0
- * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-1
- - initial build for Vine Linux
- * Thu Sep 15 2011 Richard Hughes <rhughes@redhat.com> - 0.2.0-1
- - New upstream release.
- * Sat Mar 26 2011 Richard Hughes <rhughes@redhat.com> - 0.1.0-2
- - Updated after review concerns.
- - Do not use 'mash' in the package summary
- - Add the README file to the package docs
- - Own datadir/gir-1.0 and libdir/girepository-1.0
- - Added note about the non-BR of mx-devel
- - Added BR of rply-devel, and patched configure to use it pending a new
- upstream release.
- * Sat Mar 26 2011 Richard Hughes <rhughes@redhat.com> - 0.1.0-1
- - Initial version for review.
|