Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
af6b2cf90e
!44 rebuild for glib2 without sysprof and add requires sysprof-capture-4
From: @han_hui_hui 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2024-02-19 12:19:13 +00:00
hanhuihui
ece77f55a5 rebuild for glib2 without sysprof and add requires sysprof-capture-4 2024-02-19 16:36:31 +08:00
openeuler-ci-bot
a093e2615d
!40 remove rpath
From: @paultohmas 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2023-12-07 06:16:26 +00:00
lwg
39e9775302 remove rpath 2023-12-06 16:26:19 +08:00
openeuler-ci-bot
af2ce7a73e
!32 [sync] PR-27: 添加sw架构
From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-12-14 09:28:13 +00:00
Wu Zixuan
4de7e6236b Add sw64 architecture
Signed-off-by: Wu Zixuan <wuzx1226@qq.com>
(cherry picked from commit c68d7bf135815fd82c9bf7b6dd9921f4582b0035)
2022-12-14 14:36:53 +08:00
openeuler-ci-bot
5519379962
!30 [sync] PR-28: add BuildRequires for loongarch64
From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-12-14 06:35:53 +00:00
Jingyun Hua
def61a91ea add BuildRequires for loongarch64
Signed-off-by: Jingyun Hua <huajingyun@loongson.cn>
(cherry picked from commit 6540e17a17b88cdd8a0a73d6ebd9f12fbc1fc9ee)
2022-12-13 10:35:39 +08:00
openeuler-ci-bot
57c328dec1
!26 Add BuildRequires cvt to 22.03-lts next
From: @dwl301 
Reviewed-by: @zhang__3125 
Signed-off-by: @zhang__3125
2022-08-10 09:37:35 +00:00
dwl301
76b899839f Add BuildRequires cvt to 22.03-lts next 2022-08-10 17:17:52 +08:00

View File

@ -1,6 +1,7 @@
%define chrpath_delete() (find $RPM_BUILD_ROOT/ -type f -exec file {} ';' | grep -W "ELF" | awk -F ':' '{print $1}' | xargs -i chrpath --delete {})
Name: mutter
Version: 3.38.4
Release: 4
Release: 9
Summary: Window and compositing manager based on Clutter
License: GPLv2+
URL: https://www.gnome.org
@ -18,9 +19,10 @@ BuildRequires: libinput-devel
BuildRequires: pkgconfig(graphene-gobject-1.0) pkgconfig(libpipewire-0.3) >= 0.3.0
BuildRequires: gnome-settings-daemon-devel meson
BuildRequires: pkgconfig(wayland-eglstream) xorg-x11-server-Xwayland
%ifarch riscv64
BuildRequires: pkgconfig(libdrm)
BuildRequires: cvt
BuildRequires: pkgconfig(sysprof-capture-4)
%ifarch riscv64 loongarch64
BuildRequires: pkgconfig(libdrm)
%endif
Obsoletes: mutter-wayland < 3.13.0
@ -56,6 +58,8 @@ developing applications that use %{name}.
%install
%meson_install
%chrpath_delete
%delete_la_and_a
%find_lang %{name}
@ -63,7 +67,11 @@ developing applications that use %{name}.
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
mkdir -p %{buildroot}/etc/ld.so.conf.d
%ifarch sw_64
echo "/usr/lib/mutter-7" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
%else
echo "/usr/lib64/mutter-7" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
%endif
%ldconfig_scriptlets
%files -f %{name}.lang
@ -96,8 +104,23 @@ echo "/usr/lib64/mutter-7" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
%{_mandir}/man1/*.1.gz
%changelog
* Wed Jan 12 2022 lvxiaoqian <xiaoqian@nj.iscas.ac.cn> - 3.38.4-4
- add BuildRequires for riscv
* Mon Feb 19 2024 hanhuihui <hanhuihui5@huawei.com> - 3.38.4-9
- rebuild for glib2 without sysprof and add requires sysprof-capture-4
* Wed Dec 06 2023 Paul Tohmas <relpeace@yeah.net> - 3.38.4-8
- remove rpath
* Tue Dec 14 2022 wuzx <wuzx1226@qq.com> - 3.38.4-7
- Add sw64 architecture
* Tue Dec 13 2022 huajingyun <huajingyun@loongson.cn> - 3.38.4-6
- add BuildRequires for loongarch64
* Wed Aug 10 2022 Wenlong Ding <wenlong.ding@turbolinux.com.cn> - 3.38.4-5
- add BuildRequires for riscv from <xiaoqian@nj.iscas.ac.cn> @ Wed Jan 12 2022
* Wed Aug 10 2022 Wenlong Ding <wenlong.ding@turbolinux.com.cn> - 3.38.4-4
- Add BuildRequires cvt
* Thu Sep 16 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 3.38.4-3
- Add concrete dynamic library search path