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