SHA256
1
0
forked from pool/libXres
Richard Brown 2021-04-10 13:26:03 +00:00 committed by Git OBS Bridge
commit 33f00c63c5
4 changed files with 39 additions and 31 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ff75c1643488e64a7cfbced27486f0f944801319c84c18d3bd3da6bf28c812d4
size 286635

3
libXres-1.2.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b6e6fb1ebb61610e56017edd928fb89a5f53b3f4f990078309877468663b2b11
size 311025

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Apr 6 02:03:23 UTC 2021 - Dirk Müller <dmueller@suse.com>
- modernize spec file (move license to licensedir)
-------------------------------------------------------------------
Wed Mar 31 20:44:50 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.2.1
* Update README for gitlab migration
* Update configure.ac bug URL for gitlab migration
* Note ABI of XResQueryClientIds
* XRes: Use _XRead instead of _XRead32 for reading pid
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 12 17:39:36 UTC 2017 - sndirsch@suse.com Thu Oct 12 17:39:36 UTC 2017 - sndirsch@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package libXres # spec file for package libXres
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2021 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
@ -12,25 +12,22 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: libXres
%define lname libXRes1 %define lname libXRes1
Version: 1.2.0 Name: libXres
Version: 1.2.1
Release: 0 Release: 0
Summary: X Resource extension client library Summary: X Resource extension client library
License: MIT License: MIT
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Url: http://xorg.freedesktop.org/ URL: https://xorg.freedesktop.org/
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXRes #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXRes
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXRes/ #Git-Web: http://cgit.freedesktop.org/xorg/lib/libXRes/
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2 Source: https://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
Source1: baselibs.conf Source1: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#git#BuildRequires: autoconf >= 2.60, automake, libtool
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: pkgconfig(resourceproto) >= 1.0 BuildRequires: pkgconfig(resourceproto) >= 1.0
BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(x11)
@ -44,11 +41,11 @@ extension to the X protocol. The Resource extension allows for X
clients to see and monitor the X resource usage of various clients clients to see and monitor the X resource usage of various clients
(pixmaps, et al). (pixmaps, et al).
%package -n %lname %package -n %{lname}
Summary: X Resource extension client library Summary: X Resource extension client library
Group: System/Libraries Group: System/Libraries
%description -n %lname %description -n %{lname}
libXRes provides an X Window System client interface to the Resource libXRes provides an X Window System client interface to the Resource
extension to the X protocol. The Resource extension allows for X extension to the X protocol. The Resource extension allows for X
clients to see and monitor the X resource usage of various clients clients to see and monitor the X resource usage of various clients
@ -57,7 +54,7 @@ clients to see and monitor the X resource usage of various clients
%package devel %package devel
Summary: Development files for the X Resource extension library Summary: Development files for the X Resource extension library
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: %lname = %version Requires: %{lname} = %{version}
%description devel %description devel
libXRes provides an X Window System client interface to the Resource libXRes provides an X Window System client interface to the Resource
@ -66,33 +63,30 @@ clients to see and monitor the X resource usage of various clients
(pixmaps, et al). (pixmaps, et al).
This package contains the development headers for the library found This package contains the development headers for the library found
in %lname. in %{lname}.
%prep %prep
%setup -q %setup -q
%build %build
%configure --disable-static %configure --disable-static
make %{?_smp_mflags} %make_build
%install %install
make install DESTDIR="%buildroot" %make_install
rm -f "%buildroot/%_libdir"/*.la find %{buildroot} -type f -name "*.la" -delete -print
%post -n %lname -p /sbin/ldconfig %post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig %files -n %{lname}
%license COPYING
%files -n %lname %{_libdir}/libXRes.so.1*
%defattr(-,root,root)
%doc COPYING
%_libdir/libXRes.so.1*
%files devel %files devel
%defattr(-,root,root) %{_includedir}/X11/*
%_includedir/X11/* %{_libdir}/libXRes.so
%_libdir/libXRes.so %{_libdir}/pkgconfig/xres.pc
%_libdir/pkgconfig/xres.pc %{_mandir}/man3/*
%_mandir/man3/*
%changelog %changelog