Add sw64 architecture
Signed-off-by: Wu Zixuan <wuzx1226@qq.com>
This commit is contained in:
parent
579e7049a5
commit
21f2928ca9
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Name: mutter
|
Name: mutter
|
||||||
Version: 42.2
|
Version: 42.2
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Window and compositing manager based on Clutter
|
Summary: Window and compositing manager based on Clutter
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://www.gnome.org
|
URL: https://www.gnome.org
|
||||||
@ -106,7 +106,11 @@ developing applications that use %{name}.
|
|||||||
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
|
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
|
||||||
|
|
||||||
mkdir -p %{buildroot}/etc/ld.so.conf.d
|
mkdir -p %{buildroot}/etc/ld.so.conf.d
|
||||||
|
%ifarch sw_64
|
||||||
|
echo "/usr/lib/mutter-10" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||||
|
%else
|
||||||
echo "/usr/lib64/mutter-10" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
|
echo "/usr/lib64/mutter-10" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||||
|
%endif
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
@ -137,6 +141,9 @@ echo "/usr/lib64/mutter-10" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.con
|
|||||||
%{_mandir}/man1/*.1.gz
|
%{_mandir}/man1/*.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 14 2022 wuzx<wuzx1226@qq.com> - 42.2-3
|
||||||
|
- Add sw64 architecture
|
||||||
|
|
||||||
* Sun Jun 26 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 42.2-2
|
* Sun Jun 26 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 42.2-2
|
||||||
- Add BuildRequires pkgconfig(xwayland)
|
- Add BuildRequires pkgconfig(xwayland)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user