!10 Version update to 41.0

From: @kerongw
Reviewed-by: @zzm_567,@yanan-rock
Signed-off-by: @yanan-rock
This commit is contained in:
openeuler-ci-bot 2021-11-30 14:20:47 +00:00 committed by Gitee
commit e5b570a7b0
2 changed files with 21 additions and 5 deletions

View File

@ -1,22 +1,28 @@
Name: adwaita-icon-theme Name: adwaita-icon-theme
Version: 3.38.0 Version: 41.0
Release: 1 Release: 1
Summary: Adwaita icon theme Summary: Adwaita icon theme
License: LGPLv3+ or CC-BY-SA-3.0 License: LGPLv3+ or CC-BY-SA-3.0
URL: http://www.linuxfromscratch.org/blfs/view/svn/x/adwaita-icon-theme.html URL: http://www.linuxfromscratch.org/blfs/view/svn/x/adwaita-icon-theme.html
Source0: https://download.gnome.org/sources/adwaita-icon-theme/3.38/%{name}-%{version}.tar.xz Source0: https://download.gnome.org/sources/adwaita-icon-theme/41/%{name}-%{version}.tar.xz
BuildArch: noarch BuildArch: noarch
BuildRequires: gtk3-devel intltool librsvg2 BuildRequires: gtk3-devel intltool librsvg2
Provides: adwaita-cursor-theme Requires: adwaita-cursor-theme = %{version}-%{release}
Obsoletes: adwaita-cursor-theme
%description %description
Adwaita icon theme that GNOME desktop used is contained in %{name},Contain a modern set Adwaita icon theme that GNOME desktop used is contained in %{name},Contain a modern set
of cursors which is user for the GNOME desktop are contained by adwaita-cursor-theme. of cursors which is user for the GNOME desktop are contained by adwaita-cursor-theme.
%package -n adwaita-cursor-theme
Summary: Adwaita cursor theme
%description -n adwaita-cursor-theme
The adwaita-cursor-theme package contains a modern set of cursors originally
designed for the GNOME desktop.
%package devel %package devel
Summary: Development files for %{name} Summary: Development files for %{name}
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
@ -45,16 +51,26 @@ gtk-update-icon-cache --force %{_datadir}/icons/Adwaita &>/dev/null || :
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%license COPYING* %license COPYING*
%exclude %{_datadir}/icons/Adwaita/cursors/
%{_datadir}/icons/Adwaita/*/ %{_datadir}/icons/Adwaita/*/
%{_datadir}/icons/Adwaita/index.theme %{_datadir}/icons/Adwaita/index.theme
%{_datadir}/icons/Adwaita/cursors/
%ghost %{_datadir}/icons/Adwaita/icon-theme.cache %ghost %{_datadir}/icons/Adwaita/icon-theme.cache
%files -n adwaita-cursor-theme
%defattr(-,root,root)
%license COPYING*
%dir %{_datadir}/icons/Adwaita/
%{_datadir}/icons/Adwaita/cursors/
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_datadir}/pkgconfig/adwaita-icon-theme.pc %{_datadir}/pkgconfig/adwaita-icon-theme.pc
%changelog %changelog
* Sat Dec 27 2021 wangkerong <wangkerong@huawei.com> - 41.0-1
- update to 41.0
- splite adwaita-cursor-theme subpackage
* Thu Jan 28 2021 yanglu <yanglu60@huawei.com> - 3.38.0-1 * Thu Jan 28 2021 yanglu <yanglu60@huawei.com> - 3.38.0-1
- Version update - Version update