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

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

GNOME-3.12.0

Line 
1Name:           libmx
2Version:        1.4.7
3Release:        5%{?_dist_release}
4Summary:        A clutter widget toolkit
5
6Group:          System Environment/Libraries
7License:        LGPLv2
8URL:            http://www.clutter-project.org
9Source0:        https://github.com/downloads/clutter-project/mx/mx-%{version}.tar.xz
10
11Patch0:         mx-1.4.7-GL_data_type.patch
12
13BuildRequires: gtk2-devel
14BuildRequires: dbus-glib-devel
15BuildRequires: gobject-introspection-devel
16BuildRequires: clutter-imcontext-devel
17BuildRequires: clutter-gesture-devel
18BuildRequires: pkgconfig
19BuildRequires: startup-notification-devel
20BuildRequires: intltool
21BuildRequires: gettext
22BuildRequires: gtk-doc
23
24Vendor: Project Vine
25Distribution: Vine Linux
26Packager: Takemikaduchi
27
28%description
29Mx is a clutter widget toolkit that provides a set of standard user interface
30elements, including buttons, progress bars, tooltips, scroll bars and others.
31It also implements some standard layout managers. One other interesting feature
32is the possibility of setting style properties from a css-like file. It is
33currently used by Moblin to provide the user experience.
34
35%package devel
36Summary: Development package for %{name}
37Group: Development/Libraries
38Requires: %{name} = %{version}-%{release}
39Requires: pkgconfig
40Requires: gdk-pixbuf2-devel
41Requires: clutter-devel
42
43%description devel
44Header files and libraries used for development with MX, a clutter widget
45toolkit, currently used primarily by Moblin.
46
47%package docs
48Summary: Documentation files for %{name}
49Group: Development/Libraries
50Requires: %{name} = %{version}-%{release}
51BuildArch: noarch
52
53%description docs
54This package contains developer documentation for MX, a clutter widget
55toolkit, currently used primarily by Moblin.
56
57%prep
58%setup -q -n mx-%{version}
59%patch0 -p1
60
61%build
62%configure \
63        --disable-static \
64        --enable-introspection \
65        --enable-gtk-doc \
66        --with-clutter-imcontext \
67        --with-clutter-gesture
68make %{?_smp_mflags}
69
70%install
71make install DESTDIR=%{buildroot}
72
73#Remove libtool archives.
74find %{buildroot} -name '*.la' -exec rm -f {} ';'
75
76%find_lang mx-1.0
77
78%post -p /sbin/ldconfig
79
80%postun -p /sbin/ldconfig
81
82%files -f mx-1.0.lang
83%defattr(-,root,root,-)
84%doc COPYING.LIB README ChangeLog
85%{_bindir}/mx-create-image-cache
86%{_libdir}/*.so.*
87%{_libdir}/girepository-1.0/Mx*.typelib
88%{_datadir}/mx
89
90%files devel
91%defattr(-,root,root,-)
92%{_includedir}/mx-1.0
93%{_libdir}/pkgconfig/mx*.pc
94%{_libdir}/*.so
95%{_datadir}/gir-1.0/Mx*.gir
96
97%files docs
98%defattr(-,root,root,-)
99%{_datadir}/gtk-doc/html/mx
100%{_datadir}/gtk-doc/html/mx-gtk
101
102%changelog
103* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.7-5
104- rebuild with cogl-1.18.0
105
106* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.7-4
107- rebuild with VineSeed environment
108
109* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.7-3
110- rebuild with cogl-1.16.0
111
112* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.7-2
113- rebuild with cogl-1.14.0
114
115* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.7-1
116- new upstream release
117- add Patch0 (mx-1.4.7-GL_data_type.patch)
118
119* Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.5-1
120- new upstream release
121
122* Sun Nov 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.1-1
123- new upstream release
124- remove Patch0
125
126* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.1-1
127- new upstream release
128- add Patch0 (mx-1.2.1-gdk-pixbuf.patch)
129- add BuildRequires: gobject-introspection-devel
130- add Requires: clutter-devel, gdk-pixbuf2-devel (-devel package)
131
132* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
133- initial build for Vine Linux
134
135
136* Wed Apr 20 2011 Peter Robinson <pbrobinson@gmail.com> 1.1.11-1
137- New upstream 1.1.11
138
139* Sun Apr  3 2011 Peter Robinson <pbrobinson@gmail.com> 1.1.10-1
140- New upstream 1.1.10
141
142* Mon Mar 14 2011 Peter Robinson <pbrobinson@gmail.com> 1.1.9-1
143- New upstream 1.1.9
144
145* Thu Feb 17 2011 Peter Robinson <pbrobinson@gmail.com> 1.1.7-1
146- New upstream 1.1.7
147
148* Mon Feb 14 2011 Peter Robinson <pbrobinson@gmail.com> 1.1.6-1
149- New upstream 1.1.6
150
151* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-2
152- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
153
154* Fri Jan 28 2011 Peter Robinson <pbrobinson@gmail.com> 1.1.4-1
155- New upstream 1.1.4
156
157* Sat Jan 22 2011 Peter Robinson <pbrobinson@gmail.com> 1.1.3-1
158- New upstream 1.1.3
159
160* Mon Dec  6 2010 Peter Robinson <pbrobinson@gmail.com> 1.1.0-5
161- Build against gtk3
162
163* Fri Dec 03 2010 Dan Horák <dan[at]danny.cz> 1.1.0-4
164- updated for clutter 1.4+
165
166* Wed Sep 29 2010 jkeating - 1.1.0-3
167- Rebuilt for gcc bug 634757
168
169* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> 1.1.0-2
170- Rebuild against newer gobject-introspection
171
172* Sat Jul 31 2010 Peter Robinson <pbrobinson@gmail.com> 1.1.0-1
173- New upstream 1.1.0 devel release
174
175* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 1.0.3-2
176- Rebuild with new gobject-introspection
177
178* Sun Jul  4 2010 Peter Robinson <pbrobinson@gmail.com> 1.0.3-1
179- New upstream 1.0.3 stable release
180
181* Thu May 27 2010 Peter Robinson <pbrobinson@gmail.com> 1.0.2-1
182- New upstream 1.0.2 stable release
183
184* Sat May 22 2010 Peter Robinson <pbrobinson@gmail.com> 1.0.1-1
185- New upstream 1.0.1 stable release, use official tar file
186
187* Mon May 17 2010 Peter Robinson <pbrobinson@gmail.com> 1.0.0-1
188- New upstream 1.0.0 stable release
189
190* Sat May  1 2010 Peter Robinson <pbrobinson@gmail.com> 0.99.8-1
191- New upstream 0.99.8 release
192
193* Mon Apr 26 2010 Peter Robinson <pbrobinson@gmail.com> 0.99.7-1
194- New upstream 0.99.7 release
195
196* Sun Apr 18 2010 Peter Robinson <pbrobinson@gmail.com> 0.99.5-1
197- New upstream 0.99.5 release
198
199* Wed Apr 14 2010 Peter Robinson <pbrobinson@gmail.com> 0.99.4-2
200- Upload new source file
201
202* Wed Apr 14 2010 Peter Robinson <pbrobinson@gmail.com> 0.99.4-1
203- New upstream 0.99.4 release
204
205* Thu Mar 25 2010 Peter Robinson <pbrobinson@gmail.com> 0.9.0-2
206- Add patch to fix build on gtk 2.2.20
207
208* Thu Mar 25 2010 Peter Robinson <pbrobinson@gmail.com> 0.9.0-1
209- New upstream 0.9.0 release
210
211* Sun Feb 28 2010 Peter Robinson <pbrobinson@gmail.com> 0.7.3-1
212- New upstream 0.7.3 release
213
214* Sun Feb 21 2010 Peter Robinson <pbrobinson@gmail.com> 0.6.1-1
215- New upstream 0.6.1 release
216
217* Fri Feb 12 2010 Peter Robinson <pbrobinson@gmail.com> 0.6.0-2
218- Upload source file
219
220* Mon Feb  8 2010 Peter Robinson <pbrobinson@gmail.com> 0.6.0-1
221- New upstream 0.6.0 release
222
223* Wed Feb  3 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.2-1
224- New upstream 0.5.2 release
225
226* Wed Jan 27 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.1-2
227- Bump build
228
229* Wed Jan 27 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.1-1
230- New upstream 0.5.1 release
231
232* Mon Jan 25 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.0-3
233- Add dbus dep while we're at it!
234
235* Mon Jan 25 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.0-2
236- Add new dep
237
238* Mon Jan 25 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.0-1
239- New upstream 0.5.0 release
240
241* Wed Jan 13 2010 Peter Robinson <pbrobinson@gmail.com> 0.4.0-3
242- Drop unneeded libccss dependency
243
244* Tue Jan 12 2010 Peter Robinson <pbrobinson@gmail.com> 0.4.0-2
245- Enable gesture support
246
247* Tue Jan 12 2010 Peter Robinson <pbrobinson@gmail.com> 0.4.0-1
248- New upstream 0.4.0 release
249
250* Wed Jan  6 2010 Peter Robinson <pbrobinson@gmail.com> 0.3.0-3
251- fix build
252
253* Mon Jan  4 2010 Peter Robinson <pbrobinson@gmail.com> 0.3.0-2
254- Update package based on initial review comments
255
256* Wed Dec  2 2009 Peter Robinson <pbrobinson@gmail.com> 0.2.0-1
257- New upstream 0.2.0 release
258
259* Thu Nov 19 2009 Peter Robinson <pbrobinson@gmail.com> 0.1.2-1
260- New upstream 0.1.2 release
261
262* Wed Nov 18 2009 Peter Robinson <pbrobinson@gmail.com> 0.1.1-1
263- Initial packaginp
Note: See TracBrowser for help on using the repository browser.