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

Revision 5168, 6.8 KB checked in by Takemikaduchi, 13 years ago (diff)

new upstream release

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