Compare commits
No commits in common. "fce2bbff6036de78b66228b94674d6a0bea173f6" and "60e1504df66ccfa89cb15398768a1182d38335da" have entirely different histories.
fce2bbff60
...
60e1504df6
BIN
clutter-1.26.2.tar.xz
Normal file
BIN
clutter-1.26.2.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
19
clutter.spec
19
clutter.spec
@ -1,18 +1,17 @@
|
|||||||
Name: clutter
|
Name: clutter
|
||||||
Version: 1.26.4
|
Version: 1.26.2
|
||||||
Release: 1
|
Release: 9
|
||||||
Summary: Clutter can create fast, visually rich graphical user interfaces.
|
Summary: Clutter can create fast, visually rich graphical user interfaces.
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://blogs.gnome.org/clutter/
|
URL: https://blogs.gnome.org/clutter/
|
||||||
Source0: https://download.gnome.org/sources/clutter/1.26/%{name}-%{version}.tar.xz
|
Source0: https://github.com/GNOME/clutter/archive/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: atk-devel gtk3-devel libgudev-devel systemd-devel libXi-devel
|
BuildRequires: atk-devel gtk3-devel libgudev-devel systemd-devel libXi-devel
|
||||||
BuildRequires: mesa-libGL-devel gdk-pixbuf2-devel libXcomposite-devel gettext
|
BuildRequires: mesa-libGL-devel gdk-pixbuf2-devel libXcomposite-devel gettext
|
||||||
BuildRequires: pango-devel wayland-devel libXdamage-devel libxkbcommon-devel
|
BuildRequires: pango-devel wayland-devel libXdamage-devel libxkbcommon-devel
|
||||||
BuildRequires: pkgconfig(cairo-gobject) pkgconfig(libinput) pkgconfig(json-glib-1.0)
|
BuildRequires: pkgconfig(cairo-gobject) pkgconfig(libinput) pkgconfig(json-glib-1.0)
|
||||||
BuildRequires: pkgconfig(cogl-1.0) pkgconfig(gio-2.0) pkgconfig(gobject-introspection-1.0)
|
BuildRequires: pkgconfig(cogl-1.0) pkgconfig(gio-2.0) pkgconfig(gobject-introspection-1.0)
|
||||||
BuildRequires: mesa-libEGL-devel
|
|
||||||
|
|
||||||
Requires: cairo cogl libinput glib2 gobject-introspection mesa-dri-drivers
|
Requires: cairo cogl libinput glib2 gobject-introspection mesa-dri-drivers
|
||||||
Requires: json-glib
|
Requires: json-glib
|
||||||
@ -66,7 +65,6 @@ make install DESTDIR=%{buildroot}
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_datadir}/gir-1.0/
|
%{_datadir}/gir-1.0/
|
||||||
%{_datadir}/clutter-1.0/valgrind/clutter.supp
|
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/
|
%{_libdir}/pkgconfig/
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
@ -74,19 +72,10 @@ make install DESTDIR=%{buildroot}
|
|||||||
%{_libexecdir}/installed-tests/clutter
|
%{_libexecdir}/installed-tests/clutter
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%doc README.md NEWS
|
%doc README NEWS
|
||||||
%{_datadir}/gtk-doc/html/clutter
|
%{_datadir}/gtk-doc/html/clutter
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Feb 1 2021 yanglu <yanglu60@huawei.com> - 1.26.4-1
|
|
||||||
- update to 1.26.4
|
|
||||||
|
|
||||||
* Wed Sep 9 2020 hanhui <hanhui15@huawei.com> - 1.26.2-10
|
|
||||||
- Type:bugfix
|
|
||||||
- ID:NA
|
|
||||||
- SUG:NA
|
|
||||||
- DESC:modify source url
|
|
||||||
|
|
||||||
* Sat Aug 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.26.2-9
|
* Sat Aug 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.26.2-9
|
||||||
- Type:enhancement
|
- Type:enhancement
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
version_control: gitlab.gnome
|
version_control: github
|
||||||
src_repo: Archive/clutter
|
src_repo: GNOME/clutter
|
||||||
tag_prefix: ""
|
tag_prefix: ^v
|
||||||
separator: "."
|
seperator: .
|
||||||
url: https://gitlab.gnome.org/Archive/clutter.git
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user