!21 delete old dynamic library
From: @zzm_567 Reviewed-by: @t_feng Signed-off-by: @t_feng
This commit is contained in:
commit
62a3b6b80b
10
pango.spec
10
pango.spec
@ -1,6 +1,6 @@
|
||||
Name: pango
|
||||
Version: 1.49.3
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: A library for layout and rendering of text
|
||||
|
||||
License: LGPLv2+
|
||||
@ -13,7 +13,6 @@ BuildRequires: pkgconfig(cairo) >= 1.12.10 pkgconfig(fontconfig) >= 2.12.92 pkg
|
||||
BuildRequires: pkgconfig(fribidi) >= 1.0 pkgconfig(glib-2.0) >= 2.59.2 pkgconfig(harfbuzz) >= 2.0.0
|
||||
BuildRequires: pkgconfig(xft) >= 2.0.0 pkgconfig(libthai) >= 0.1.9 pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: cairo-gobject-devel meson help2man gcc gcc-c++ harfbuzz-help
|
||||
BuildRequires: pango
|
||||
|
||||
Requires: cairo >= 1.12.10 fontconfig >= 2.12.92 freetype >= 2.1.5 fribidi >= 1.0
|
||||
Requires: glib2 >= 2.59.2 harfbuzz >= 2.0.0 libXft >= 2.0.0 libthai >= 0.1.9
|
||||
@ -49,10 +48,6 @@ the %{name}.
|
||||
%meson_install
|
||||
|
||||
test -e %{buildroot}%{_libdir}/libpangoxft-1.0.so
|
||||
cp -a %{_libdir}/libpango-1.0.so.0.4700.0 $RPM_BUILD_ROOT%{_libdir}
|
||||
cp -a %{_libdir}/libpangocairo-1.0.so.0.4700.0 $RPM_BUILD_ROOT%{_libdir}
|
||||
cp -a %{_libdir}/libpangoft2-1.0.so.0.4700.0 $RPM_BUILD_ROOT%{_libdir}
|
||||
cp -a %{_libdir}/libpangoxft-1.0.so.0.4700.0 $RPM_BUILD_ROOT%{_libdir}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -79,6 +74,9 @@ cp -a %{_libdir}/libpangoxft-1.0.so.0.4700.0 $RPM_BUILD_ROOT%{_libdir}
|
||||
%{_mandir}/man1/pango-view.1.*
|
||||
|
||||
%changelog
|
||||
* Fri Mar 25 2022 zhanzhimin <zhanzhimin@h-partners.com> - 1.49.3-3
|
||||
- delete old dynamic library
|
||||
|
||||
* Mon Jan 17 2022 xingxing <xingxing9@huawei.com> - 1.49.3-2
|
||||
- disable layout test
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user