Blame SPECS/clutter-gst3.spec

5a9aa3
Name:           clutter-gst3
5a9aa3
Version:        3.0.26
5a9aa3
Release:        1%{?dist}
5a9aa3
Summary:        GStreamer integration library for Clutter
5a9aa3
5a9aa3
License:        LGPLv2+
5a9aa3
URL:            https://developer.gnome.org/clutter-gst/stable/
5a9aa3
Source0:        https://download.gnome.org/sources/clutter-gst/3.0/clutter-gst-%{version}.tar.xz
5a9aa3
5a9aa3
BuildRequires:  /usr/bin/chrpath
5a9aa3
BuildRequires:  pkgconfig(clutter-1.0)
5a9aa3
BuildRequires:  pkgconfig(cogl-2.0-experimental)
5a9aa3
BuildRequires:  pkgconfig(gio-2.0)
5a9aa3
BuildRequires:  pkgconfig(gobject-introspection-1.0)
5a9aa3
BuildRequires:  pkgconfig(gstreamer-1.0)
5a9aa3
BuildRequires:  pkgconfig(gstreamer-audio-1.0)
5a9aa3
BuildRequires:  pkgconfig(gstreamer-base-1.0)
5a9aa3
BuildRequires:  pkgconfig(gstreamer-pbutils-1.0)
5a9aa3
BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0)
5a9aa3
BuildRequires:  pkgconfig(gstreamer-tag-1.0)
5a9aa3
BuildRequires:  pkgconfig(gstreamer-video-1.0)
5a9aa3
BuildRequires:  pkgconfig(gudev-1.0)
5a9aa3
5a9aa3
5a9aa3
%description
5a9aa3
Clutter is an open source software library for creating fast, visually
5a9aa3
rich and animated graphical user interfaces.
5a9aa3
5a9aa3
Clutter GStreamer enables the use of GStreamer with Clutter.
5a9aa3
5a9aa3
%package        devel
5a9aa3
Summary:        Development files for %{name}
5a9aa3
Requires:       %{name}%{?_isa} = %{version}-%{release}
5a9aa3
5a9aa3
%description devel
5a9aa3
Clutter is an open source software library for creating fast, visually
5a9aa3
rich and animated graphical user interfaces.
5a9aa3
5a9aa3
Clutter GStreamer enables the use of GStreamer with Clutter.
5a9aa3
5a9aa3
The %{name}-devel package contains libraries and header files for
5a9aa3
developing applications that use clutter-gst API version 3.0.
5a9aa3
5a9aa3
5a9aa3
%prep
5a9aa3
%setup -q -n clutter-gst-%{version}
5a9aa3
5a9aa3
5a9aa3
%build
5a9aa3
%configure
5a9aa3
make %{?_smp_mflags} V=1
5a9aa3
5a9aa3
5a9aa3
%install
5a9aa3
%make_install
5a9aa3
5a9aa3
find %{buildroot} -name '*.la' -delete
5a9aa3
5a9aa3
rm -rf %{buildroot}%{_libdir}/gstreamer-1.0/
5a9aa3
5a9aa3
5a9aa3
%post -p /sbin/ldconfig
5a9aa3
5a9aa3
%postun -p /sbin/ldconfig
5a9aa3
5a9aa3
5a9aa3
%files
5a9aa3
%doc AUTHORS NEWS README
5a9aa3
%license COPYING
5a9aa3
%{_libdir}/girepository-1.0/ClutterGst-3.0.typelib
5a9aa3
%{_libdir}/libclutter-gst-3.0.so.*
5a9aa3
5a9aa3
%files devel
5a9aa3
%{_includedir}/clutter-gst-3.0/
5a9aa3
%{_libdir}/libclutter-gst-3.0.so
5a9aa3
%{_libdir}/pkgconfig/clutter-gst-3.0.pc
5a9aa3
%{_datadir}/gir-1.0/ClutterGst-3.0.gir
5a9aa3
%doc %{_datadir}/gtk-doc/
5a9aa3
5a9aa3
5a9aa3
5a9aa3
%changelog
5a9aa3
* Sun Mar 11 2018 Kalev Lember <klember@redhat.com> - 3.0.26-1
5a9aa3
- Update to 3.0.26
5a9aa3
- Resolves: #1569811
5a9aa3
5a9aa3
* Tue Dec 06 2016 Kalev Lember <klember@redhat.com> - 3.0.22-1
5a9aa3
- Update to 3.0.22
5a9aa3
5a9aa3
* Thu Sep 08 2016 Kalev Lember <klember@redhat.com> - 3.0.20-1
5a9aa3
- Update to 3.0.20
5a9aa3
- Don't set group tags
5a9aa3
5a9aa3
* Sun Mar 20 2016 Kalev Lember <klember@redhat.com> - 3.0.18-1
5a9aa3
- Update to 3.0.18
5a9aa3
- Use make_install macro
5a9aa3
5a9aa3
* Sun Feb 14 2016 David King <amigadave@amigadave.com> - 3.0.16-1
5a9aa3
- Update to 3.0.16
5a9aa3
5a9aa3
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.14-3
5a9aa3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
5a9aa3
5a9aa3
* Thu Oct 15 2015 Kalev Lember <klember@redhat.com> - 3.0.14-2
5a9aa3
- Rebuilt
5a9aa3
5a9aa3
* Sun Oct 11 2015 David King <amigadave@amigadave.com> - 3.0.14-1
5a9aa3
- Update to 3.0.14
5a9aa3
5a9aa3
* Wed Sep 30 2015 David King <amigadave@amigadave.com> - 3.0.12-1
5a9aa3
- Update to 3.0.12
5a9aa3
5a9aa3
* Fri Sep 04 2015 David King <amigadave@amigadave.com> - 3.0.10-1
5a9aa3
- Update to 3.0.10
5a9aa3
5a9aa3
* Sun Jul 19 2015 David King <amigadave@amigadave.com> - 3.0.8-1
5a9aa3
- Update to 3.0.8
5a9aa3
5a9aa3
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.6-2
5a9aa3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
5a9aa3
5a9aa3
* Mon May 25 2015 David King <amigadave@amigadave.com> - 3.0.6-1
5a9aa3
- Update to 3.0.6
5a9aa3
5a9aa3
* Fri Mar 27 2015 Bastien Nocera <bnocera@redhat.com> - 3.0.4-2
5a9aa3
- Remove the GStreamer plugin, as it can cause the one in the
5a9aa3
  clutter-gst2 package to become unavailable, breaking Cheese
5a9aa3
  https://bugzilla.gnome.org/show_bug.cgi?id=746883
5a9aa3
5a9aa3
* Sun Feb 22 2015 David King <amigadave@amigadave.com> - 3.0.4-1
5a9aa3
- Initial packaging (#1190361)