| 1 | %define clutter_gst_version 2.0 |
|---|
| 2 | %define clutter_gst_release 1%{?_dist_release} |
|---|
| 3 | |
|---|
| 4 | Name: clutter-gst |
|---|
| 5 | Version: %{clutter_gst_version}.18 |
|---|
| 6 | Release: %{clutter_gst_release} |
|---|
| 7 | Summary: ClutterMedia interface to GStreamer |
|---|
| 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}/2.0/%{name}-%{version}.tar.xz |
|---|
| 13 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
|---|
| 14 | |
|---|
| 15 | BuildRequires: clutter-devel gstreamer1-plugins-base-devel gstreamer1-devel |
|---|
| 16 | BuildRequires: gobject-introspection-devel |
|---|
| 17 | |
|---|
| 18 | Vendor: Project Vine |
|---|
| 19 | Distribution: Vine Linux |
|---|
| 20 | Packager: Takemikaduchi |
|---|
| 21 | |
|---|
| 22 | %description |
|---|
| 23 | This package contains a video texture actor and an audio player object for |
|---|
| 24 | use with clutter |
|---|
| 25 | |
|---|
| 26 | %package devel |
|---|
| 27 | Summary: Clutter-gst development environment |
|---|
| 28 | Group: Development/Libraries |
|---|
| 29 | Requires: %{name} = %{version}-%{release} |
|---|
| 30 | Requires: pkgconfig |
|---|
| 31 | Requires: clutter-devel |
|---|
| 32 | Requires: gstreamer1-devel |
|---|
| 33 | Requires: gstreamer1-plugins-base-devel |
|---|
| 34 | |
|---|
| 35 | %description devel |
|---|
| 36 | Header files and libraries for building a extension library for the |
|---|
| 37 | clutter-gst |
|---|
| 38 | |
|---|
| 39 | |
|---|
| 40 | %package docs |
|---|
| 41 | Summary: Documentation for %{name} |
|---|
| 42 | Summary(ja): %{name} 用のドキュメント |
|---|
| 43 | Group: Documentation |
|---|
| 44 | BuildArch: noarch |
|---|
| 45 | |
|---|
| 46 | %description docs |
|---|
| 47 | This package contains documentation for %{name}. |
|---|
| 48 | |
|---|
| 49 | |
|---|
| 50 | %prep |
|---|
| 51 | %setup -q |
|---|
| 52 | |
|---|
| 53 | %build |
|---|
| 54 | %configure --enable-introspection=yes |
|---|
| 55 | make %{?_smp_mflags} |
|---|
| 56 | |
|---|
| 57 | %install |
|---|
| 58 | rm -rf $RPM_BUILD_ROOT |
|---|
| 59 | make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p" |
|---|
| 60 | |
|---|
| 61 | find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \; |
|---|
| 62 | |
|---|
| 63 | %clean |
|---|
| 64 | rm -rf $RPM_BUILD_ROOT |
|---|
| 65 | |
|---|
| 66 | %post -p /sbin/ldconfig |
|---|
| 67 | %postun -p /sbin/ldconfig |
|---|
| 68 | |
|---|
| 69 | %files |
|---|
| 70 | %defattr(-,root,root,-) |
|---|
| 71 | %doc AUTHORS COPYING README |
|---|
| 72 | %{_libdir}/libclutter-gst-2.0.so.* |
|---|
| 73 | %{_libdir}/gstreamer-1.0/libgstclutter.so |
|---|
| 74 | %{_libdir}/girepository-1.0/*.typelib |
|---|
| 75 | |
|---|
| 76 | %files devel |
|---|
| 77 | %defattr(-,root,root,-) |
|---|
| 78 | %{_includedir}/* |
|---|
| 79 | %{_libdir}/pkgconfig/clutter-gst-2.0.pc |
|---|
| 80 | %{_libdir}/libclutter-gst-2.0.so |
|---|
| 81 | %{_datadir}/gir-1.0/*.gir |
|---|
| 82 | |
|---|
| 83 | %files docs |
|---|
| 84 | %defattr(-,root,root,-) |
|---|
| 85 | %{_datadir}/gtk-doc/html/clutter-gst |
|---|
| 86 | |
|---|
| 87 | %changelog |
|---|
| 88 | * Sun Jul 17 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.18-1 |
|---|
| 89 | - new upstream release |
|---|
| 90 | |
|---|
| 91 | * Sat May 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.16-1 |
|---|
| 92 | - new upstream release |
|---|
| 93 | |
|---|
| 94 | * Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.14-2 |
|---|
| 95 | - create %%{name}-docs subpackage |
|---|
| 96 | |
|---|
| 97 | * Sun Feb 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.14-1 |
|---|
| 98 | - new upstream release |
|---|
| 99 | |
|---|
| 100 | * Tue Oct 28 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.0.12-2 |
|---|
| 101 | - moved to System Environment/Libraries |
|---|
| 102 | |
|---|
| 103 | * Wed Jun 11 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.12-1 |
|---|
| 104 | - new upstream release |
|---|
| 105 | |
|---|
| 106 | * Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.10-3 |
|---|
| 107 | - rebuild with cogl-1.18.0 |
|---|
| 108 | |
|---|
| 109 | * Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.10-1 |
|---|
| 110 | - new upstream release |
|---|
| 111 | |
|---|
| 112 | * Tue Dec 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.8-2 |
|---|
| 113 | - rebuild with VineSeed environment |
|---|
| 114 | |
|---|
| 115 | * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.8-1 |
|---|
| 116 | - new upstream release |
|---|
| 117 | |
|---|
| 118 | * Sun Aug 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.6-1 |
|---|
| 119 | - new upstream release |
|---|
| 120 | |
|---|
| 121 | * Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.4-1 |
|---|
| 122 | - new upstream release |
|---|
| 123 | |
|---|
| 124 | * Sun Mar 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.2-2 |
|---|
| 125 | - rebuild with clutter-1.14.0 |
|---|
| 126 | |
|---|
| 127 | * Sun Mar 03 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.2-1 |
|---|
| 128 | - new upstream release |
|---|
| 129 | |
|---|
| 130 | * Sun Feb 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.0-1 |
|---|
| 131 | - new upstream release |
|---|
| 132 | |
|---|
| 133 | * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.92-1 |
|---|
| 134 | - new upstream release |
|---|
| 135 | - change BuildRequires: gstreamer1-devel instead of gstreamer-devel |
|---|
| 136 | - change BuildRequires: gstreamer1-plugins-base-devel instead of gstreamer-plugins-base-devel |
|---|
| 137 | |
|---|
| 138 | * Tue Jun 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1 |
|---|
| 139 | - new upstream release |
|---|
| 140 | |
|---|
| 141 | * Tue Jun 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.6-1 |
|---|
| 142 | - new upstream release |
|---|
| 143 | |
|---|
| 144 | * Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.4-1 |
|---|
| 145 | - new upstream release |
|---|
| 146 | |
|---|
| 147 | * Sat Jan 21 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.6-1 |
|---|
| 148 | - new upstream release |
|---|
| 149 | |
|---|
| 150 | * Thu Nov 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.4-1 |
|---|
| 151 | - new upstream release |
|---|
| 152 | |
|---|
| 153 | * Wed Oct 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.2-1 |
|---|
| 154 | - new upstream release |
|---|
| 155 | |
|---|
| 156 | * Sat Oct 01 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1 |
|---|
| 157 | - new upstream release |
|---|
| 158 | |
|---|
| 159 | * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.14-2 |
|---|
| 160 | - rebuild with cogl-1.8.0 |
|---|
| 161 | |
|---|
| 162 | * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.14-1 |
|---|
| 163 | - new upstream release |
|---|
| 164 | |
|---|
| 165 | * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.12-1 |
|---|
| 166 | - new upstream release |
|---|
| 167 | |
|---|
| 168 | * Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.0-2 |
|---|
| 169 | - rebuild with rpm-4.8.1 for pkg-config file |
|---|
| 170 | |
|---|
| 171 | * Wed Mar 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.0-1 |
|---|
| 172 | - new upstream release |
|---|
| 173 | |
|---|
| 174 | * Sat Jan 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.0-1 |
|---|
| 175 | - build for Vine Linux |
|---|
| 176 | |
|---|
| 177 | |
|---|
| 178 | * Wed Jul 29 2009 Bastien Nocera <bnocera@redhat.com> 0.10.0-1 |
|---|
| 179 | - Update to 0.10.0 |
|---|
| 180 | |
|---|
| 181 | * Sat Jul 25 2009 Bastien Nocera <bnocera@redhat.com> 0.9.0-1 |
|---|
| 182 | - Update to 0.9.0 |
|---|
| 183 | |
|---|
| 184 | * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0-5 |
|---|
| 185 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild |
|---|
| 186 | |
|---|
| 187 | * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0-4 |
|---|
| 188 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild |
|---|
| 189 | |
|---|
| 190 | |
|---|
| 191 | * Fri Jan 23 2009 Allisson Azevedo <allisson@gmail.com> 0.8.0-3 |
|---|
| 192 | - Rebuild |
|---|
| 193 | |
|---|
| 194 | * Fri Sep 12 2008 Allisson Azevedo <allisson@gmail.com> 0.8.0-2 |
|---|
| 195 | - Rebuild against new gstreamer-devel |
|---|
| 196 | |
|---|
| 197 | * Sat Sep 6 2008 Allisson Azevedo <allisson@gmail.com> 0.8.0-1 |
|---|
| 198 | - Update to 0.8.0 |
|---|
| 199 | |
|---|
| 200 | * Fri Feb 22 2008 Allisson Azevedo <allisson@gmail.com> 0.6.1-1 |
|---|
| 201 | - Update to 0.6.1 |
|---|
| 202 | |
|---|
| 203 | * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4.0-2 |
|---|
| 204 | - Autorebuild for GCC 4.3 |
|---|
| 205 | |
|---|
| 206 | * Mon Sep 3 2007 Allisson Azevedo <allisson@gmail.com> 0.4.0-1 |
|---|
| 207 | - Update to 0.4.0 |
|---|
| 208 | |
|---|
| 209 | * Sun May 13 2007 Allisson Azevedo <allisson@gmail.com> 0.1.1-2 |
|---|
| 210 | - INSTALL removed from docs |
|---|
| 211 | - fix make install for keeping timestamps |
|---|
| 212 | - changed license for LGPL |
|---|
| 213 | - Fix requires/buildrequires |
|---|
| 214 | |
|---|
| 215 | * Fri Apr 13 2007 Allisson Azevedo <allisson@gmail.com> 0.1.1-1 |
|---|
| 216 | - Initial RPM release |
|---|