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

Revision 6890, 7.1 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.0 & Cinnamon-1.6.1

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