From 24bff352da04bc467c7ee332aa08c8af5d34f09c Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 03:39:28 +0100 Subject: [PATCH] update to 1.6.12 [release 1.6.12-1mamba;Mon Oct 12 2020] --- libX11.spec | 74 ++++++----------------------------------------------- 1 file changed, 8 insertions(+), 66 deletions(-) diff --git a/libX11.spec b/libX11.spec index 2c59e4b..bbcdc96 100644 --- a/libX11.spec +++ b/libX11.spec @@ -1,5 +1,5 @@ Name: libX11 -Version: 1.6.9 +Version: 1.6.12 Release: 1mamba Summary: X.Org X11 library Group: System/Libraries @@ -11,21 +11,11 @@ Source: ftp://ftp.x.org/pub/individual/lib/libX11-%{version}.tar.bz2 License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: kbproto-devel -BuildRequires: libXau-devel -BuildRequires: libXdmcp-devel -BuildRequires: libpthread-stubs-devel +BuildRequires: ldconfig BuildRequires: libxcb-devel -BuildRequires: xproto-devel +BuildRequires: xorgproto-devel ## AUTOBUILDREQ-END -BuildRequires: xorg-proto-devel >= 7.1 BuildRequires: xtrans-devel -#%ifarch x86_64 -#BuildRequires: gcc-multilib -#BuildRequires: glibc-multilib-devel -#BuildRequires: lib32-libxcb-devel -#%endif -Obsoletes: libXorg BuildRoot: %{_tmppath}/%{name}-%{version}-root %description @@ -35,31 +25,13 @@ X.Org X11 library. Summary: Devel package for %{name} Group: Development/Libraries Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} -Requires: xorg-proto-devel >= 7.2 -Requires: libXau-devel >= 1.0.3 -Requires: libXdmcp-devel >= 1.0.2 +Requires: xorgproto-devel +Requires: libxcb-devel %description devel X.Org X11 library. This package contains static libraries and header files needed for development. -%package -n lib32-libX11 -Summary: X.Org X11 library -Group: System/Libraries - -%description -n lib32-libX11 -X.Org X11 library. - -%package -n lib32-libX11-devel -Summary: Devel package for lib32-libX11 -Group: Development/Libraries -Requires: lib32-libX11 = %{?epoch:%epoch:}%{version}-%{release} -Requires: libX11-devel = %{?epoch:%epoch:}%{version}-%{release} - -%description -n lib32-libX11-devel -X.Org X11 library. -This package contains static libraries and header files needed for development. - %debug_package %prep @@ -73,25 +45,11 @@ This package contains static libraries and header files needed for development. [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall -%ifarch x86_64.disabled -# x86_64 lib64 support -make clean -CC=%{_target_platform}-gcc \ -CFLAGS="%{optflags} -m32" \ -CXXLAGS="%{optflags} -m32" \ -./configure --prefix=%{_prefix} --libdir=%{_prefix}/lib -make -make install DESTDIR=`pwd`/lib32 -cp -a lib32/%{_prefix}/lib %{buildroot}%{_prefix}/ -%endif - %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post -p /sbin/ldconfig %postun -p /sbin/ldconfig -%post -n lib32-%{name} -p /sbin/ldconfig -%postun -n lib32-%{name} -p /sbin/ldconfig %files %defattr(-,root,root) @@ -122,26 +80,10 @@ cp -a lib32/%{_prefix}/lib %{buildroot}%{_prefix}/ %{_mandir}/man5/* %doc ChangeLog NEWS -%ifarch x86_64.disabled -%files -n lib32-libX11 -%defattr(-,root,root) -%{_prefix}/lib/libX11.so.* -%{_prefix}/lib/libX11-xcb.so.* -#%{_prefix}/lib/X11/Xcms.txt -%doc AUTHORS COPYING - -%files -n lib32-libX11-devel -%defattr(-,root,root) -%{_prefix}/lib/libX11.a -%{_prefix}/lib/libX11.la -%{_prefix}/lib/libX11.so -%{_prefix}/lib/libX11-xcb.a -%{_prefix}/lib/libX11-xcb.la -%{_prefix}/lib/libX11-xcb.so -%{_prefix}/lib/pkgconfig/*.pc -%endif - %changelog +* Mon Oct 12 2020 Silvan Calarco 1.6.12-1mamba +- update to 1.6.12 + * Wed Apr 29 2020 Automatic Build System 1.6.9-1mamba - automatic update by autodist