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

Revision 7938, 7.3 KB checked in by Takemikaduchi, 11 years ago (diff)

GNOME-3.10.1

Line 
1Name:           libmx
2Version:        1.4.7
3Release:        3%{?_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 Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.7-3
104- rebuild with cogl-1.16.0
105
106* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.7-2
107- rebuild with cogl-1.14.0
108
109* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.7-1
110- new upstream release
111- add Patch0 (mx-1.4.7-GL_data_type.patch)
112
113* Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.5-1
114- new upstream release
115
116* Sun Nov 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.1-1
117- new upstream release
118- remove Patch0
119
120* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.1-1
121- new upstream release
122- add Patch0 (mx-1.2.1-gdk-pixbuf.patch)
123- add BuildRequires: gobject-introspection-devel
124- add Requires: clutter-devel, gdk-pixbuf2-devel (-devel package)
125
126* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
127- initial build for Vine Linux
128
129
130* Wed Apr 20 2011 Peter Robinson <pbrobinson@gmail.com> 1.1.11-1
131- New upstream 1.1.11
132
133* Sun Apr  3 2011 Peter Robinson <pbrobinson@gmail.com> 1.1.10-1
134- New upstream 1.1.10
135
136* Mon Mar 14 2011 Peter Robinson <pbrobinson@gmail.com> 1.1.9-1
137- New upstream 1.1.9
138
139* Thu Feb 17 2011 Peter Robinson <pbrobinson@gmail.com> 1.1.7-1
140- New upstream 1.1.7
141
142* Mon Feb 14 2011 Peter Robinson <pbrobinson@gmail.com> 1.1.6-1
143- New upstream 1.1.6
144
145* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-2
146- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
147
148* Fri Jan 28 2011 Peter Robinson <pbrobinson@gmail.com> 1.1.4-1
149- New upstream 1.1.4
150
151* Sat Jan 22 2011 Peter Robinson <pbrobinson@gmail.com> 1.1.3-1
152- New upstream 1.1.3
153
154* Mon Dec  6 2010 Peter Robinson <pbrobinson@gmail.com> 1.1.0-5
155- Build against gtk3
156
157* Fri Dec 03 2010 Dan Horák <dan[at]danny.cz> 1.1.0-4
158- updated for clutter 1.4+
159
160* Wed Sep 29 2010 jkeating - 1.1.0-3
161- Rebuilt for gcc bug 634757
162
163* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> 1.1.0-2
164- Rebuild against newer gobject-introspection
165
166* Sat Jul 31 2010 Peter Robinson <pbrobinson@gmail.com> 1.1.0-1
167- New upstream 1.1.0 devel release
168
169* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 1.0.3-2
170- Rebuild with new gobject-introspection
171
172* Sun Jul  4 2010 Peter Robinson <pbrobinson@gmail.com> 1.0.3-1
173- New upstream 1.0.3 stable release
174
175* Thu May 27 2010 Peter Robinson <pbrobinson@gmail.com> 1.0.2-1
176- New upstream 1.0.2 stable release
177
178* Sat May 22 2010 Peter Robinson <pbrobinson@gmail.com> 1.0.1-1
179- New upstream 1.0.1 stable release, use official tar file
180
181* Mon May 17 2010 Peter Robinson <pbrobinson@gmail.com> 1.0.0-1
182- New upstream 1.0.0 stable release
183
184* Sat May  1 2010 Peter Robinson <pbrobinson@gmail.com> 0.99.8-1
185- New upstream 0.99.8 release
186
187* Mon Apr 26 2010 Peter Robinson <pbrobinson@gmail.com> 0.99.7-1
188- New upstream 0.99.7 release
189
190* Sun Apr 18 2010 Peter Robinson <pbrobinson@gmail.com> 0.99.5-1
191- New upstream 0.99.5 release
192
193* Wed Apr 14 2010 Peter Robinson <pbrobinson@gmail.com> 0.99.4-2
194- Upload new source file
195
196* Wed Apr 14 2010 Peter Robinson <pbrobinson@gmail.com> 0.99.4-1
197- New upstream 0.99.4 release
198
199* Thu Mar 25 2010 Peter Robinson <pbrobinson@gmail.com> 0.9.0-2
200- Add patch to fix build on gtk 2.2.20
201
202* Thu Mar 25 2010 Peter Robinson <pbrobinson@gmail.com> 0.9.0-1
203- New upstream 0.9.0 release
204
205* Sun Feb 28 2010 Peter Robinson <pbrobinson@gmail.com> 0.7.3-1
206- New upstream 0.7.3 release
207
208* Sun Feb 21 2010 Peter Robinson <pbrobinson@gmail.com> 0.6.1-1
209- New upstream 0.6.1 release
210
211* Fri Feb 12 2010 Peter Robinson <pbrobinson@gmail.com> 0.6.0-2
212- Upload source file
213
214* Mon Feb  8 2010 Peter Robinson <pbrobinson@gmail.com> 0.6.0-1
215- New upstream 0.6.0 release
216
217* Wed Feb  3 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.2-1
218- New upstream 0.5.2 release
219
220* Wed Jan 27 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.1-2
221- Bump build
222
223* Wed Jan 27 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.1-1
224- New upstream 0.5.1 release
225
226* Mon Jan 25 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.0-3
227- Add dbus dep while we're at it!
228
229* Mon Jan 25 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.0-2
230- Add new dep
231
232* Mon Jan 25 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.0-1
233- New upstream 0.5.0 release
234
235* Wed Jan 13 2010 Peter Robinson <pbrobinson@gmail.com> 0.4.0-3
236- Drop unneeded libccss dependency
237
238* Tue Jan 12 2010 Peter Robinson <pbrobinson@gmail.com> 0.4.0-2
239- Enable gesture support
240
241* Tue Jan 12 2010 Peter Robinson <pbrobinson@gmail.com> 0.4.0-1
242- New upstream 0.4.0 release
243
244* Wed Jan  6 2010 Peter Robinson <pbrobinson@gmail.com> 0.3.0-3
245- fix build
246
247* Mon Jan  4 2010 Peter Robinson <pbrobinson@gmail.com> 0.3.0-2
248- Update package based on initial review comments
249
250* Wed Dec  2 2009 Peter Robinson <pbrobinson@gmail.com> 0.2.0-1
251- New upstream 0.2.0 release
252
253* Thu Nov 19 2009 Peter Robinson <pbrobinson@gmail.com> 0.1.2-1
254- New upstream 0.1.2 release
255
256* Wed Nov 18 2009 Peter Robinson <pbrobinson@gmail.com> 0.1.1-1
257- Initial packaginp
Note: See TracBrowser for help on using the repository browser.