update tarball

This commit is contained in:
hexiujun 2019-12-31 19:41:26 +08:00
parent bee8466080
commit 99e7d6ec2b
3 changed files with 11 additions and 4 deletions

BIN
clutter-gst-3.0.26.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,14 +1,14 @@
Name: clutter-gst3 Name: clutter-gst3
Version: 3.0.26 Version: 3.0.26
Release: 3 Release: 4
Summary: An integration library for using GStreamer with Clutter Summary: An integration library for using GStreamer with Clutter
License: LGPLv2+ License: LGPLv2+
URL: https://wiki.gnome.org/Projects/Clutter URL: https://wiki.gnome.org/Projects/Clutter
Source0: https://github.com/GNOME/clutter-gst/releases/tag/clutter-gst-%{version}.tar.xz Source0: https://github.com/GNOME/clutter-gst/archive/clutter-gst-%{version}.tar.gz
BuildRequires: chrpath clutter-devel cogl-devel glib2-devel gobject-introspection-devel BuildRequires: chrpath clutter-devel cogl-devel glib2-devel gobject-introspection-devel
BuildRequires: gstreamer1-devel gstreamer1-plugins-base-devel libgudev-devel BuildRequires: gstreamer1-devel gstreamer1-plugins-base-devel libgudev-devel gtk-doc
%description %description
Clutter-Gst is an integration library for using GStreamer with Clutter. Clutter-Gst is an integration library for using GStreamer with Clutter.
@ -30,6 +30,8 @@ clutter-gst API version 3.0.
%autosetup -n clutter-gst-%{version} -p1 %autosetup -n clutter-gst-%{version} -p1
%build %build
./autogen.sh
%configure %configure
make %{?_smp_mflags} make %{?_smp_mflags}
@ -51,9 +53,14 @@ make install DESTDIR=%{buildroot}
%files help %files help
%doc README %doc README
%doc %{_datadir}/gtk-doc/html/clutter-gst-3.0/
%changelog %changelog
* Tue Dec 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.0.26-4
- Type:NA
- Id:NA
- SUG:NA
- DESC:update tarball
* Wed Aug 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.0.26-3 * Wed Aug 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.0.26-3
- Package Init - Package Init