9f80a1
Name:           clutter-gst2
9f80a1
Version:        2.0.18
9f80a1
Release:        5%{?dist}
9f80a1
Summary:        GStreamer integration for Clutter
9f80a1
9f80a1
License:        LGPLv2+
9f80a1
URL:            http://www.clutter-project.org
9f80a1
Source0:        http://ftp.gnome.org/pub/GNOME/sources/clutter-gst/2.0/clutter-gst-%{version}.tar.xz
9f80a1
9f80a1
BuildRequires:  clutter-devel
9f80a1
BuildRequires:  gobject-introspection-devel
9f80a1
BuildRequires:  gstreamer1-devel
9f80a1
BuildRequires:  gstreamer1-plugins-base-devel
9f80a1
9f80a1
%description
9f80a1
Clutter is an open source software library for creating fast, visually
9f80a1
rich and animated graphical user interfaces.
9f80a1
9f80a1
Clutter GStreamer enables the use of GStreamer with Clutter.
9f80a1
9f80a1
%package        devel
9f80a1
Summary:        Development files for %{name}
9f80a1
Requires:       %{name}%{?_isa} = %{version}-%{release}
9f80a1
9f80a1
%description devel
9f80a1
Clutter is an open source software library for creating fast, visually
9f80a1
rich and animated graphical user interfaces.
9f80a1
9f80a1
Clutter GStreamer enables the use of GStreamer with Clutter.
9f80a1
9f80a1
The %{name}-devel package contains libraries and header files for
9f80a1
developing applications that use clutter-gst API version 2.0.
9f80a1
9f80a1
%prep
9f80a1
%setup -q -n clutter-gst-%{version}
9f80a1
9f80a1
%build
9f80a1
%configure
9f80a1
make %{?_smp_mflags} V=1
9f80a1
9f80a1
%install
9f80a1
make install DESTDIR=$RPM_BUILD_ROOT
9f80a1
9f80a1
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
9f80a1
9f80a1
# Remove the documentation for now as it conflicts with the files in
9f80a1
# clutter-gst-devel. I'll work with upstream to fix this properly.
9f80a1
rm -rf $RPM_BUILD_ROOT%{_datadir}/gtk-doc/
9f80a1
9f80a1
%post -p /sbin/ldconfig
9f80a1
%postun -p /sbin/ldconfig
9f80a1
9f80a1
%files
9f80a1
%license COPYING
9f80a1
%doc AUTHORS README
9f80a1
%{_libdir}/girepository-1.0/ClutterGst-2.0.typelib
9f80a1
%{_libdir}/gstreamer-1.0/libgstclutter.so
9f80a1
%{_libdir}/libclutter-gst-2.0.so.*
9f80a1
9f80a1
%files devel
9f80a1
%{_includedir}/clutter-gst-2.0/
9f80a1
%{_libdir}/libclutter-gst-2.0.so
9f80a1
%{_libdir}/pkgconfig/clutter-gst-2.0.pc
9f80a1
%{_datadir}/gir-1.0/ClutterGst-2.0.gir
9f80a1
#doc #{_datadir}/gtk-doc/
9f80a1
9f80a1
%changelog
9f80a1
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.18-5
9f80a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
9f80a1
9f80a1
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.18-4
9f80a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
9f80a1
9f80a1
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.18-3
9f80a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
9f80a1
9f80a1
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.18-2
9f80a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
9f80a1
9f80a1
* Sun Mar 20 2016 Kalev Lember <klember@redhat.com> - 2.0.18-1
9f80a1
- Update to 2.0.18
9f80a1
- Use license macro for COPYING
9f80a1
9f80a1
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.16-3
9f80a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
9f80a1
9f80a1
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.16-2
9f80a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
9f80a1
9f80a1
* Mon May 25 2015 Kalev Lember <kalevlember@gmail.com> - 2.0.16-1
9f80a1
- Update to 2.0.16
9f80a1
9f80a1
* Tue May 19 2015 Wim Taymans <wtaymans@redhat.com> - 2.0.14-2
9f80a1
- Add patch to flush video sink, fixes errors in cheese
9f80a1
9f80a1
* Tue Feb 03 2015 Richard Hughes <rhughes@redhat.com> - 2.0.14-1
9f80a1
- Update to 2.0.14
9f80a1
9f80a1
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.12-4
9f80a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
9f80a1
9f80a1
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 2.0.12-3
9f80a1
- Rebuilt for gobject-introspection 1.41.4
9f80a1
9f80a1
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.12-2
9f80a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
9f80a1
9f80a1
* Sun Jun 01 2014 Kalev Lember <kalevlember@gmail.com> - 2.0.12-1
9f80a1
- Update to 2.0.12
9f80a1
9f80a1
* Thu Feb 20 2014 Kalev Lember <kalevlember@gmail.com> - 2.0.10-3
9f80a1
- Rebuilt for cogl soname bump
9f80a1
9f80a1
* Mon Feb 10 2014 Peter Hutterer <peter.hutterer@redhat.com> - 2.0.10-2
9f80a1
- Rebuild for libevdev soname bump
9f80a1
9f80a1
* Mon Jan 20 2014 Richard Hughes <rhughes@redhat.com> - 2.0.10-1
9f80a1
- Update to 2.0.10
9f80a1
9f80a1
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 2.0.8-1
9f80a1
- Update to 2.0.8
9f80a1
9f80a1
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 2.0.6-3
9f80a1
- Rebuilt for cogl 1.15.4 soname bump
9f80a1
9f80a1
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.6-2
9f80a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
9f80a1
9f80a1
* Tue Jul 23 2013 Kalev Lember <kalevlember@gmail.com> - 2.0.6-1
9f80a1
- Update to 2.0.6
9f80a1
9f80a1
* Sat May 25 2013 Kalev Lember <kalevlember@gmail.com> - 2.0.4-1
9f80a1
- Update to 2.0.4
9f80a1
9f80a1
* Tue Feb 26 2013 Kalev Lember <kalevlember@gmail.com> - 2.0.2-1
9f80a1
- Update to 2.0.2
9f80a1
9f80a1
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 2.0.0-3
9f80a1
- Rebuilt for cogl soname bump
9f80a1
9f80a1
* Fri Jan 25 2013 Peter Robinson <pbrobinson@fedoraproject.org> 2.0.0-2
9f80a1
- Rebuild for new cogl
9f80a1
9f80a1
* Thu Jan 24 2013 Peter Robinson <pbrobinson@fedoraproject.org> 2.0.0-1
9f80a1
- Update to 2.0.0
9f80a1
9f80a1
* Tue Sep 25 2012 Matthias Clasen <mclasen@redhat.com> - 1.9.92-1
9f80a1
- Update to 1.9.92
9f80a1
9f80a1
* Wed Sep 19 2012 Kalev Lember <kalevlember@gmail.com> - 1.9.90-2
9f80a1
- Rebuilt with gstreamer1 0.11.99
9f80a1
9f80a1
* Wed Aug 29 2012 Kalev Lember <kalevlember@gmail.com> - 1.9.90-1
9f80a1
- Initial clutter-gst2 packaging, based on Fedora clutter-gst (#852778)