Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
3e91ea3951
|
|||
|
a2ca0ff126
|
11
_service
11
_service
@@ -1,15 +1,14 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="manual">
|
||||
<service name="obs_scm">
|
||||
<param name="url">https://github.com/Vladimir-csp/uwsm.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v0.26.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="manual">
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual"/>
|
||||
<service name="set_version" mode="buildtime"/>
|
||||
</services>
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/Vladimir-csp/uwsm.git</param>
|
||||
<param name="changesrevision">433174c297ef858cc370f143657781ad4856263e</param></service></servicedata>
|
||||
BIN
uwsm-0.26.0.tar.zst
LFS
BIN
uwsm-0.26.0.tar.zst
LFS
Binary file not shown.
10
uwsm.changes
10
uwsm.changes
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 30 17:29:16 UTC 2026 - Alexey Kolos <lioli7k@gmail.com>
|
||||
|
||||
- Sync with X11:Wayland/uwsm
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 22:20:28 UTC 2026 - Alexey Kolos <lioli7k@gmail.com>
|
||||
|
||||
- Build latest git commit
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 8 01:31:22 UTC 2026 - Alexey Kolos <lioli7k@gmail.com>
|
||||
|
||||
|
||||
30
uwsm.spec
30
uwsm.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package uwsm
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: uwsm
|
||||
Version: 0.26.0
|
||||
Version: 0.26.1+git0.9c3f28b
|
||||
Release: 0
|
||||
Summary: Universal Wayland Session Manager
|
||||
License: MIT
|
||||
@@ -26,7 +26,6 @@ URL: https://github.com/Vladimir-csp/uwsm
|
||||
Source: %{name}-%{version}.tar.zst
|
||||
BuildRequires: meson >= 1.3
|
||||
BuildRequires: scdoc
|
||||
BuildRequires: zstd
|
||||
|
||||
%if 0%{?suse_version} >= 1600
|
||||
BuildRequires: python3-dbus-python
|
||||
@@ -53,12 +52,12 @@ Enhances: rofi
|
||||
Enhances: tofi
|
||||
Enhances: wmenu
|
||||
Enhances: wofi
|
||||
Provides: fumon = %{version}
|
||||
Provides: uuctl = %{version}
|
||||
Provides: %{name}-app = %{version}
|
||||
Provides: %{name}-terminal = %{version}
|
||||
Provides: %{name}-terminal-scope = %{version}
|
||||
Provides: %{name}-terminal-service = %{version}
|
||||
Provides: fumon = %{version}
|
||||
Provides: uuctl = %{version}
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@@ -68,26 +67,19 @@ support, bi-directional binding with login session, and clean shutdown.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%if 0%{?suse_version} >= 1600
|
||||
|
||||
%build
|
||||
%meson \
|
||||
%if 0%{?suse_version} < 1600
|
||||
-Dpython-bin=/usr/bin/python3.11 \
|
||||
%endif
|
||||
-Ddocdir=%{_docdir}/%{name} \
|
||||
-Dfumon=enabled \
|
||||
-Duuctl=enabled \
|
||||
-Duwsm-app=enabled \
|
||||
-Dwait-tray=enabled \
|
||||
-Dttyautolock=enabled
|
||||
%else
|
||||
%meson \
|
||||
-Ddocdir=%{_docdir}/%{name} \
|
||||
-Dfumon=enabled \
|
||||
-Duuctl=enabled \
|
||||
-Duwsm-app=enabled \
|
||||
-Dwait-tray=enabled \
|
||||
-Dttyautolock=enabled \
|
||||
-Dpython-bin=/usr/bin/python3.11
|
||||
%endif
|
||||
|
||||
%build
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
@@ -95,6 +87,10 @@ support, bi-directional binding with login session, and clean shutdown.
|
||||
rm %{buildroot}/%{_userpresetdir}/80-fumon.preset
|
||||
rm %{buildroot}/%{_userpresetdir}/80-ttyautolock.preset
|
||||
|
||||
%check
|
||||
export PYTHONDONTWRITEBYTECODE=1
|
||||
PYTHONPATH=%{buildroot}/%{_datadir}/%{name}/modules %{buildroot}/%{_bindir}/%{name} --version
|
||||
|
||||
%files
|
||||
%{_bindir}/%{name}*
|
||||
%{_bindir}/fumon
|
||||
|
||||
Reference in New Issue
Block a user