!8 Update to 1.8.0

From: @dwl301 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-02-02 11:06:35 +00:00 committed by Gitee
commit 6e4bd5d741
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 10 additions and 7 deletions

Binary file not shown.

BIN
libhandy-1.8.0.tar.xz Normal file

Binary file not shown.

View File

@ -1,16 +1,19 @@
%global majmin %(echo %{version} | cut -d . -f -2) %global majmin %(echo %{version} | cut -d . -f -2)
Name: libhandy Name: libhandy
Version: 1.6.2 Version: 1.8.0
Release: 1 Release: 1
Summary: Library with GTK+ widgets for mobile phones Summary: Library with GTK+ widgets for mobile phones
License: LGPLv2+ License: LGPLv2+
URL: https://gitlab.gnome.org/GNOME/libhandy URL: https://gitlab.gnome.org/GNOME/libhandy
Source0: https://download.gnome.org/sources/libhandy/%{majmin}/libhandy-%{version}.tar.xz Source0: https://download.gnome.org/sources/libhandy/%{majmin}/libhandy-%{version}.tar.xz
BuildRequires: gcc gtk-doc meson vala gi-docgen BuildRequires: gcc meson vala gi-docgen
BuildRequires: pkgconfig(gio-2.0) pkgconfig(gladeui-2.0) pkgconfig(glib-2.0) >= 2.44 BuildRequires: pkgconfig(gio-2.0) pkgconfig(gladeui-2.0) pkgconfig(glib-2.0) >= 2.44
BuildRequires: pkgconfig(gmodule-2.0) pkgconfig(gobject-introspection-1.0) pkgconfig(gtk+-3.0) >= 3.24.1 BuildRequires: pkgconfig(gmodule-2.0) pkgconfig(gobject-introspection-1.0) pkgconfig(gtk+-3.0) >= 3.24.1
BuildRequires: xorg-x11-server-Xvfb BuildRequires: xorg-x11-server-Xvfb
Obsoletes: libhandy1 < 1.1.90-2
Conflicts: libhandy1 < 1.1.90-2 Conflicts: libhandy1 < 1.1.90-2
Provides: libhandy1 = %{version}-%{release} Provides: libhandy1 = %{version}-%{release}
Provides: libhandy1%{?_isa} = %{version}-%{release} Provides: libhandy1%{?_isa} = %{version}-%{release}
@ -22,6 +25,7 @@ applications for mobile phones.
%package devel %package devel
Summary: Development files for %{name} Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
Obsoletes: libhandy1-devel < 1.1.90-2
Conflicts: libhandy1-devel < 1.1.90-2 Conflicts: libhandy1-devel < 1.1.90-2
Provides: libhandy1-devel = %{version}-%{release} Provides: libhandy1-devel = %{version}-%{release}
Provides: libhandy1-devel%{?_isa} = %{version}-%{release} Provides: libhandy1-devel%{?_isa} = %{version}-%{release}
@ -30,7 +34,6 @@ Provides: libhandy1-devel%{?_isa} = %{version}-%{release}
The %{name}-devel package contains libraries and header files for The %{name}-devel package contains libraries and header files for
developing applications that use %{name}. developing applications that use %{name}.
%prep %prep
%autosetup -n libhandy-%{version} %autosetup -n libhandy-%{version}
@ -51,10 +54,7 @@ developing applications that use %{name}.
%files -f libhandy.lang %files -f libhandy.lang
%license COPYING %license COPYING
%doc AUTHORS %doc AUTHORS HACKING.md NEWS README.md
%doc HACKING.md
%doc NEWS
%doc README.md
%{_libdir}/girepository-1.0/ %{_libdir}/girepository-1.0/
%{_libdir}/libhandy-1.so.0 %{_libdir}/libhandy-1.so.0
@ -70,6 +70,9 @@ developing applications that use %{name}.
%changelog %changelog
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 1.8.0-1
- Update to 1.8.0
* Mon Jun 6 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.6.2-1 * Mon Jun 6 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.6.2-1
- Update to 1.6.2 - Update to 1.6.2