Compare commits

1 Commits
main ... 1.1

4 changed files with 9 additions and 17 deletions

BIN
libXau-1.0.11.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
libXau-1.0.12.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,11 +1,3 @@
-------------------------------------------------------------------
Sat Dec 14 03:47:36 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
- update to 1.0.12
* This release adds support for building with meson as well as
autoconf, thanks to the work of Dylan Baker.
- switched to meson build system
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 8 20:35:06 UTC 2022 - Dirk Müller <dmueller@suse.com> Thu Dec 8 20:35:06 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package libXau # spec file for package libXau
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define lname libXau6 %define lname libXau6
Name: libXau Name: libXau
Version: 1.0.12 Version: 1.0.11
Release: 0 Release: 0
Summary: X11 authorization protocol library Summary: X11 authorization protocol library
License: MIT License: MIT
@@ -31,7 +31,6 @@ Source1: baselibs.conf
#git#BuildRequires: autoconf >= 2.60, automake #git#BuildRequires: autoconf >= 2.60, automake
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: libtool BuildRequires: libtool
BuildRequires: meson
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: pkgconfig(xorg-macros) >= 1.8 BuildRequires: pkgconfig(xorg-macros) >= 1.8
BuildRequires: pkgconfig(xproto) BuildRequires: pkgconfig(xproto)
@@ -79,11 +78,12 @@ in %{lname}.
%setup -q %setup -q
%build %build
%meson %configure --disable-static
%meson_build %make_build
%install %install
%meson_install %make_install
find %{buildroot} -type f -name "*.la" -delete -print
%fdupes %{buildroot}/%{_prefix} %fdupes %{buildroot}/%{_prefix}
%post -n %{lname} -p /sbin/ldconfig %post -n %{lname} -p /sbin/ldconfig