Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| a6e5dce5ab | |||
| 62bf12bce6 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4aa99237cc9dab7d87ce9bc7cca4116674a853b5f08dfe3f9db1bb2b2cf9f305
|
||||
size 129044
|
||||
3
smproxy-1.0.8.tar.xz
Normal file
3
smproxy-1.0.8.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fee584eae2ec1ce2d178d72d3b484920271ba68a27935769cefbafbc3a2ff6c8
|
||||
size 133180
|
||||
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 19 18:21:57 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- Update to version 1.0.8
|
||||
* gitlab CI: stop requiring Signed-off-by in commits
|
||||
* meson: Add option to build with meson
|
||||
* Accept --help & --version as aliases to -help & -version
|
||||
* Improve man page formatting
|
||||
* man pages: fix warnings from `mandoc -T lint` and `groff -rCHECKSTYLE=10`
|
||||
- switched to meson build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 15 17:11:59 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
||||
14
smproxy.spec
14
smproxy.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package smproxy
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,13 +17,14 @@
|
||||
|
||||
|
||||
Name: smproxy
|
||||
Version: 1.0.7
|
||||
Version: 1.0.8
|
||||
Release: 0
|
||||
Summary: X Session Manager Proxy
|
||||
License: MIT
|
||||
Group: System/X11/Utilities
|
||||
URL: http://xorg.freedesktop.org/
|
||||
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(ice)
|
||||
BuildRequires: pkgconfig(sm)
|
||||
@@ -42,15 +43,16 @@ management to participate in an X11R6 session.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc ChangeLog COPYING README.md
|
||||
%doc ChangeLog README.md
|
||||
%license COPYING
|
||||
%{_bindir}/smproxy
|
||||
%{_mandir}/man1/smproxy.1%{?ext_man}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user