| 1 | %define clutter_gtk_version 1.2 |
|---|
| 2 | %define clutter_gtk_release 1%{?_dist_release} |
|---|
| 3 | |
|---|
| 4 | Name: clutter-gtk |
|---|
| 5 | Version: %{clutter_gtk_version}.0 |
|---|
| 6 | Release: %{clutter_gtk_release} |
|---|
| 7 | Summary: A basic GTK clutter widget |
|---|
| 8 | |
|---|
| 9 | Group: System Environment/Libraries |
|---|
| 10 | License: LGPLv2+ |
|---|
| 11 | URL: http://www.clutter-project.org |
|---|
| 12 | Source0: http://www.clutter-project.org/sources/%{name}/%{clutter_gtk_version}/%{name}-%{version}.tar.xz |
|---|
| 13 | |
|---|
| 14 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 15 | |
|---|
| 16 | BuildRequires: gtk3-devel |
|---|
| 17 | BuildRequires: clutter-devel |
|---|
| 18 | BuildRequires: gobject-introspection-devel |
|---|
| 19 | BuildRequires: autoconf |
|---|
| 20 | |
|---|
| 21 | Vendor: Project Vine |
|---|
| 22 | Distribution: Vine Linux |
|---|
| 23 | |
|---|
| 24 | %description |
|---|
| 25 | This allows clutter to be embedded in GTK applications. |
|---|
| 26 | We hope with further work in the future clutter-gtk will |
|---|
| 27 | also allow the reverse, namely embedding GTK in Clutter |
|---|
| 28 | |
|---|
| 29 | %package devel |
|---|
| 30 | Summary: Clutter-gtk development environment |
|---|
| 31 | Group: Development/Libraries |
|---|
| 32 | Requires: %{name} = %{version}-%{release} |
|---|
| 33 | Requires: gtk3-devel clutter-devel |
|---|
| 34 | |
|---|
| 35 | %description devel |
|---|
| 36 | Header files and libraries for building a extension library for the |
|---|
| 37 | clutter-gtk |
|---|
| 38 | |
|---|
| 39 | |
|---|
| 40 | %prep |
|---|
| 41 | %setup -q |
|---|
| 42 | |
|---|
| 43 | %build |
|---|
| 44 | %configure --enable-introspection=yes |
|---|
| 45 | make %{?_smp_mflags} |
|---|
| 46 | |
|---|
| 47 | |
|---|
| 48 | %install |
|---|
| 49 | rm -rf $RPM_BUILD_ROOT |
|---|
| 50 | make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p" |
|---|
| 51 | |
|---|
| 52 | rm -f $RPM_BUILD_ROOT%{_libdir}/*.la |
|---|
| 53 | |
|---|
| 54 | %find_lang cluttergtk-1.0 |
|---|
| 55 | |
|---|
| 56 | %clean |
|---|
| 57 | rm -rf $RPM_BUILD_ROOT |
|---|
| 58 | |
|---|
| 59 | %post -p /sbin/ldconfig |
|---|
| 60 | %postun -p /sbin/ldconfig |
|---|
| 61 | |
|---|
| 62 | %files -f cluttergtk-1.0.lang |
|---|
| 63 | %defattr(-,root,root,-) |
|---|
| 64 | %doc AUTHORS ChangeLog COPYING NEWS |
|---|
| 65 | %{_libdir}/*.so.* |
|---|
| 66 | %{_datadir}/gtk-doc/html/clutter-gtk-1.0 |
|---|
| 67 | %{_libdir}/girepository-1.0/GtkClutter-1.0.typelib |
|---|
| 68 | |
|---|
| 69 | %files devel |
|---|
| 70 | %defattr(-,root,root,-) |
|---|
| 71 | %doc |
|---|
| 72 | %{_libdir}/pkgconfig/clutter-gtk-1.0.pc |
|---|
| 73 | %{_libdir}/*.so |
|---|
| 74 | %{_includedir}/clutter-gtk-1.0/clutter-gtk |
|---|
| 75 | %{_datadir}/gir-1.0/GtkClutter-1.0.gir |
|---|
| 76 | |
|---|
| 77 | %changelog |
|---|
| 78 | * Sun Apr 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1 |
|---|
| 79 | - new upstream release |
|---|
| 80 | |
|---|
| 81 | * Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.4-1 |
|---|
| 82 | - new upstream release |
|---|
| 83 | - remove Patch0 |
|---|
| 84 | |
|---|
| 85 | * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.2-2 |
|---|
| 86 | - rebuild with cogl-1.8.0 |
|---|
| 87 | - add Patch0 (clutter-gtk-1.0.2-git20110903.patch) |
|---|
| 88 | |
|---|
| 89 | * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.2-1 |
|---|
| 90 | - new upstream release |
|---|
| 91 | - delete Patch0 |
|---|
| 92 | - change BuildRequires: gtk3-devel instead of gtk2-devel |
|---|
| 93 | |
|---|
| 94 | * Thu Oct 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.8-1 |
|---|
| 95 | - new upstream release |
|---|
| 96 | - add BuildRequires: autoconf |
|---|
| 97 | - add configure option (--enable-introspection=yes) |
|---|
| 98 | - add Patch0 |
|---|
| 99 | |
|---|
| 100 | * Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.4-2 |
|---|
| 101 | - rebuild with rpm-4.8.1 for pkg-config file |
|---|
| 102 | |
|---|
| 103 | * Thu May 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.4-1 |
|---|
| 104 | - new upstream release |
|---|
| 105 | - add BuildRequires: gir-repository-devel |
|---|
| 106 | |
|---|
| 107 | * Tue Dec 01 2009 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.2-1 |
|---|
| 108 | - build for Vine Linux |
|---|
| 109 | |
|---|
| 110 | |
|---|
| 111 | * Wed Jul 29 2009 Bastien Nocera <bnocera@redhat.com> 0.10.2-1 |
|---|
| 112 | - Update to 0.10.2 |
|---|
| 113 | |
|---|
| 114 | * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.2-2 |
|---|
| 115 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild |
|---|
| 116 | |
|---|
| 117 | * Mon Jun 22 2009 Bastien Nocera <bnocera@redhat.com> 0.9.2-1 |
|---|
| 118 | - Update to 0.9.2 |
|---|
| 119 | |
|---|
| 120 | * Sat Jun 20 2009 Bastien Nocera <bnocera@redhat.com> 0.9.0-2 |
|---|
| 121 | - Rebuild for new clutter |
|---|
| 122 | |
|---|
| 123 | * Tue May 26 2009 Bastien Nocera <bnocera@redhat.com> 0.9.0-1 |
|---|
| 124 | - Update to 0.9.0 |
|---|
| 125 | |
|---|
| 126 | * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.2-3 |
|---|
| 127 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild |
|---|
| 128 | |
|---|
| 129 | |
|---|
| 130 | * Fri Jan 23 2009 Allisson Azevedo <allisson@gmail.com> 0.8.2-2 |
|---|
| 131 | - Rebuild |
|---|
| 132 | |
|---|
| 133 | * Wed Oct 15 2008 Allisson Azevedo <allisson@gmail.com> 0.8.2-1 |
|---|
| 134 | - Update to 0.8.2 |
|---|
| 135 | |
|---|
| 136 | * Sat Sep 6 2008 Allisson Azevedo <allisson@gmail.com> 0.8.1-1 |
|---|
| 137 | - Update to 0.8.1 |
|---|
| 138 | |
|---|
| 139 | * Thu Jun 26 2008 Colin Walters <walters@redhat.com> 0.6.1-1 |
|---|
| 140 | - Update to 0.6.1 so we can make tweet go |
|---|
| 141 | - Loosen files globs so we don't have to touch them every version |
|---|
| 142 | |
|---|
| 143 | * Thu Feb 21 2008 Allisson Azevedo <allisson@gmail.com> 0.6.0-1 |
|---|
| 144 | - Update to 0.6.0 |
|---|
| 145 | |
|---|
| 146 | * Mon Sep 3 2007 Allisson Azevedo <allisson@gmail.com> 0.4.0-1 |
|---|
| 147 | - Update to 0.4.0 |
|---|
| 148 | |
|---|
| 149 | * Thu May 10 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-3 |
|---|
| 150 | - fix devel files section |
|---|
| 151 | |
|---|
| 152 | * Thu May 10 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-2 |
|---|
| 153 | - INSTALL removed from docs |
|---|
| 154 | - fix make install for keeping timestamps |
|---|
| 155 | - fix devel files section |
|---|
| 156 | - changed license for LGPL |
|---|
| 157 | |
|---|
| 158 | * Fri Apr 13 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-1 |
|---|
| 159 | - Initial RPM release |
|---|