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

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

GNOME-3.8.1

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