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

Revision 8353, 2.9 KB checked in by Takemikaduchi, 10 years ago (diff)

GNOME-3.12.0

Line 
1Summary: A library for using real 3D models within a Clutter scene
2Name: libmash
3Version: 0.2.0
4Release: 7%{?_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
17Vendor: Project Vine
18Distribution: Vine Linux
19
20%description
21Mash is a small library for using real 3D models within a Clutter
22scene. Models can be exported from Blender or other 3D modeling
23software as PLY files and then used as actors. It also supports a
24lighting model with animatable lights.
25
26%package devel
27Summary:        Development files for %{name}
28Group:          Development/Libraries
29Requires:       %{name} = %{version}-%{release}
30
31%description devel
32This package contains libraries and header files needed for
33development of programs using %{name}.
34
35%prep
36%setup -q -n mash-%{version}
37
38%build
39%configure
40make %{?_smp_mflags}
41
42%install
43make install DESTDIR=$RPM_BUILD_ROOT
44
45rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
46rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
47
48%post -p /sbin/ldconfig
49
50%postun -p /sbin/ldconfig
51
52%files
53%defattr(-,root,root)
54%doc README COPYING.LIB NEWS AUTHORS
55%{_libdir}/libmash-0.2.so.*
56%dir %{_libdir}/girepository-1.0
57%{_libdir}/girepository-1.0/*.typelib
58
59%files devel
60%defattr(-,root,root)
61%dir %{_includedir}/mash-0.2
62%{_includedir}/mash-0.2/*
63%{_libdir}/libmash-0.2.so
64%{_libdir}/pkgconfig/mash-0.2.pc
65%dir %{_datadir}/gtk-doc/html/mash
66%{_datadir}/gtk-doc/html/mash/*
67%{_datadir}/gir-1.0/*.gir
68%dir %{_datadir}/gir-1.0
69
70%changelog
71* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-7
72- rebuild with cogl-1.18.0
73
74* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-6
75- rebuild with VineSeed environment
76
77* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-5
78- rebuild with cogl-1.16.0
79
80* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-4
81- rebuild with cogl-1.14.0
82
83* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-3
84- rebuild with cogl-1.12.0
85
86* Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-2
87- rebuild with cogl-1.10.0
88
89* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-1
90- initial build for Vine Linux
91
92
93* Thu Sep 15 2011 Richard Hughes <rhughes@redhat.com> - 0.2.0-1
94- New upstream release.
95
96* Sat Mar 26 2011 Richard Hughes <rhughes@redhat.com> - 0.1.0-2
97- Updated after review concerns.
98- Do not use 'mash' in the package summary
99- Add the README file to the package docs
100- Own datadir/gir-1.0 and libdir/girepository-1.0
101- Added note about the non-BR of mx-devel
102- Added BR of rply-devel, and patched configure to use it pending a new
103  upstream release.
104
105* Sat Mar 26 2011 Richard Hughes <rhughes@redhat.com> - 0.1.0-1
106- Initial version for review.
Note: See TracBrowser for help on using the repository browser.