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

Revision 7633, 2.5 KB checked in by Takemikaduchi, 11 years ago (diff)

GNOME-3.8.1

Line 
1Summary: A library for using real 3D models within a Clutter scene
2Name: libmash
3Version: 0.2.0
4Release: 4%{?_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* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-4
69- rebuild with cogl-1.14.0
70
71* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-3
72- rebuild with cogl-1.12.0
73
74* Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-2
75- rebuild with cogl-1.10.0
76
77* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-1
78- initial build for Vine Linux
79
80
81* Thu Sep 15 2011 Richard Hughes <rhughes@redhat.com> - 0.2.0-1
82- New upstream release.
83
84* Sat Mar 26 2011 Richard Hughes <rhughes@redhat.com> - 0.1.0-2
85- Updated after review concerns.
86- Do not use 'mash' in the package summary
87- Add the README file to the package docs
88- Own datadir/gir-1.0 and libdir/girepository-1.0
89- Added note about the non-BR of mx-devel
90- Added BR of rply-devel, and patched configure to use it pending a new
91  upstream release.
92
93* Sat Mar 26 2011 Richard Hughes <rhughes@redhat.com> - 0.1.0-1
94- Initial version for review.
Note: See TracBrowser for help on using the repository browser.