Compare commits

..

No commits in common. "21da24256d846ba75c6dc62d1232a4f991b6ac80" and "397326be267fc0f1cf25c170737d116ef59d8f98" have entirely different histories.

4 changed files with 9 additions and 28 deletions

Binary file not shown.

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

Binary file not shown.

View File

@ -1,15 +1,14 @@
Name: clutter-gst3
Version: 3.0.27
Release: 3
Version: 3.0.26
Release: 4
Summary: An integration library for using GStreamer with Clutter
License: LGPLv2+
URL: https://wiki.gnome.org/Projects/Clutter
Source0: https://gitlab.gnome.org/Archive/clutter-gst/-/archive/%{version}/clutter-gst-%{version}.tar.gz#/%{version}.tar.gz
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: gstreamer1-devel gstreamer1-plugins-base-devel libgudev-devel gtk-doc
Obsoletes: clutter-gst2 >= 3.0
%description
Clutter-Gst is an integration library for using GStreamer with Clutter.
@ -19,7 +18,6 @@ implements the ClutterGstPlayer interface using playbin.
%package devel
Summary: Libraries and header files for %{name}
Requires: %{name} = %{version}-%{release}
Obsoletes: clutter-gst2-devel >= 3.0
%description devel
Libraries and header files are contained in %{name}-devel package. You need to
@ -35,12 +33,11 @@ clutter-gst API version 3.0.
./autogen.sh
%configure
%make_build
make %{?_smp_mflags}
%install
%make_install
make install DESTDIR=%{buildroot}
%delete_la
%files
%license COPYING
%doc NEWS AUTHORS
@ -58,21 +55,6 @@ clutter-gst API version 3.0.
%doc README
%changelog
* Wed Feb 19 2025 Funda Wang <fundawang@yeah.net> - 3.0.27-3
- obsolete wrongly packaged clutter-gst2
* Fri Nov 25 2022 wangkerong <wangkerong@h-partners.com> - 3.0.27-2
- modify source url
* Fri Jan 29 2021 yanglu <yanglu60@huawei.com> - 3.0.27-1
- update version
* Wed Sep 9 2020 hanhui <hanhui15@huawei.com> - 3.0.26-5
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:modify source url
* Tue Dec 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.0.26-4
- Type:NA
- Id:NA

View File

@ -1,5 +1,4 @@
version_control: git
src_repo: https://gitlab.gnome.org/Archive/clutter-gst.git
tag_prefix: ""
separator: .
url: https://gitlab.gnome.org/Archive/clutter-gst.git
version_control: github
src_repo: GNOME/clutter-gst
tag_prefix: ^v
seperator: .