source: projects/specs/trunk/lib/libm/libmash/libmash-vl.spec @ 4812

Revision 4812, 2.3 KB checked in by Takemikaduchi, 13 years ago (diff)

GNOME-3.1.92

Line 
1Summary: A library for using real 3D models within a Clutter scene
2Name: libmash
3Version: 0.2.0
4Release: 1%{?_dist_release}
5URL: http://wiki.clutter-project.org/wiki/Mash
6Source0: http://source.clutter-project.org/sources/mash/0.2/mash-%{version}.tar.xz
7
8License: LGPLv2+
9Group: System Environment/Libraries
10BuildRequires: libtool
11BuildRequires: glib2-devel >= 2.16
12BuildRequires: clutter-devel
13BuildRequires: gtk-doc
14BuildRequires: rply-devel
15BuildRequires: libmx-devel
16
17%description
18Mash is a small library for using real 3D models within a Clutter
19scene. Models can be exported from Blender or other 3D modeling
20software as PLY files and then used as actors. It also supports a
21lighting model with animatable lights.
22
23%package devel
24Summary:        Development files for %{name}
25Group:          Development/Libraries
26Requires:       %{name} = %{version}-%{release}
27
28%description devel
29This package contains libraries and header files needed for
30development of programs using %{name}.
31
32%prep
33%setup -q -n mash-%{version}
34
35%build
36%configure
37make %{?_smp_mflags}
38
39%install
40make install DESTDIR=$RPM_BUILD_ROOT
41
42rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
43rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
44
45%post -p /sbin/ldconfig
46
47%postun -p /sbin/ldconfig
48
49%files
50%defattr(-,root,root)
51%doc README COPYING.LIB NEWS AUTHORS
52%{_libdir}/libmash-0.2.so.*
53%dir %{_libdir}/girepository-1.0
54%{_libdir}/girepository-1.0/*.typelib
55
56%files devel
57%defattr(-,root,root)
58%dir %{_includedir}/mash-0.2
59%{_includedir}/mash-0.2/*
60%{_libdir}/libmash-0.2.so
61%{_libdir}/pkgconfig/mash-0.2.pc
62%dir %{_datadir}/gtk-doc/html/mash
63%{_datadir}/gtk-doc/html/mash/*
64%{_datadir}/gir-1.0/*.gir
65%dir %{_datadir}/gir-1.0
66
67%changelog
68* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-1
69- initial build for Vine Linux
70
71
72* Thu Sep 15 2011 Richard Hughes <rhughes@redhat.com> - 0.2.0-1
73- New upstream release.
74
75* Thu Mar 26 2011 Richard Hughes <rhughes@redhat.com> - 0.1.0-2
76- Updated after review concerns.
77- Do not use 'mash' in the package summary
78- Add the README file to the package docs
79- Own datadir/gir-1.0 and libdir/girepository-1.0
80- Added note about the non-BR of mx-devel
81- Added BR of rply-devel, and patched configure to use it pending a new
82  upstream release.
83
84* Sat Mar 26 2011 Richard Hughes <rhughes@redhat.com> - 0.1.0-1
85- Initial version for review.
Note: See TracBrowser for help on using the repository browser.