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

Revision 8119, 7.4 KB checked in by Takemikaduchi, 10 years ago (diff)

rebuild or new upstream release

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