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