Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 338ba2e3e2 | |||
| 607d5372d9 |
BIN
libXres-1.2.2.tar.xz
LFS
BIN
libXres-1.2.2.tar.xz
LFS
Binary file not shown.
3
libXres-1.2.3.tar.xz
Normal file
3
libXres-1.2.3.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2de8f5401d6c86a8992791654547eb8def585dfdc0c08cc16e24ef6aeeb69dc
|
||||
size 268476
|
||||
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 8 13:08:21 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- Update to version 1.2.3
|
||||
* Remove "All rights reserved" from Oracle copyright notices
|
||||
* configure: Use LT_INIT from libtool 2 instead of deprecated
|
||||
AC_PROG_LIBTOOL
|
||||
* configure: add xproto to pkg-config dependencies list
|
||||
* xres.pc: list minimum version of 1.6 for libX11 dependency
|
||||
* meson: Add option to build with meson
|
||||
* Improve man page formatting
|
||||
- switch to meson
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 5 10:28:25 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
||||
12
libXres.spec
12
libXres.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libXres
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2025 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
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define lname libXRes1
|
||||
Name: libXres
|
||||
Version: 1.2.2
|
||||
Version: 1.2.3
|
||||
Release: 0
|
||||
Summary: X Resource extension client library
|
||||
License: MIT
|
||||
@@ -28,6 +28,7 @@ URL: https://xorg.freedesktop.org/
|
||||
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXRes/
|
||||
Source: https://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.xz
|
||||
Source1: baselibs.conf
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(resourceproto) >= 1.0
|
||||
BuildRequires: pkgconfig(x11)
|
||||
@@ -69,12 +70,11 @@ in %{lname}.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
%make_build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%meson_install
|
||||
|
||||
%post -n %{lname} -p /sbin/ldconfig
|
||||
%postun -n %{lname} -p /sbin/ldconfig
|
||||
|
||||
Reference in New Issue
Block a user