From 26a277ed24ed6e2d54a407d68bf443bd0f5bfde03b608a9590e5c5de38f8de4e Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sun, 27 Apr 2014 22:07:00 +0000 Subject: [PATCH 1/3] Obsoletes: xorg-x11-proto-devel -> Provides: xorg-x11-proto-devel OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXevie?expand=0&rev=11 --- libXevie.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libXevie.spec b/libXevie.spec index dc81204..1c8226a 100644 --- a/libXevie.spec +++ b/libXevie.spec @@ -1,7 +1,7 @@ # # spec file for package libXevie # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From e878b513286b7f73331d318f2a023293802fd18e525aec71f7b230c3de1ef473 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Tue, 25 Apr 2023 21:42:59 +0000 Subject: [PATCH 2/3] Accepting request 1082771 from home:fcrozat:branches:X11:XOrg - Add baselibs.conf as source in specfile. OBS-URL: https://build.opensuse.org/request/show/1082771 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXevie?expand=0&rev=12 --- libXevie.changes | 5 +++++ libXevie.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/libXevie.changes b/libXevie.changes index 3f80bca..d1b7185 100644 --- a/libXevie.changes +++ b/libXevie.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 25 14:22:03 UTC 2023 - Frederic Crozat + +- Add baselibs.conf as source in specfile. + ------------------------------------------------------------------- Thu Apr 11 11:35:34 UTC 2013 - mmeister@suse.com diff --git a/libXevie.spec b/libXevie.spec index 1c8226a..c569678 100644 --- a/libXevie.spec +++ b/libXevie.spec @@ -1,7 +1,7 @@ # # spec file for package libXevie # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # 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/ # @@ -23,11 +23,12 @@ Release: 0 Summary: X Event Interception Extension library License: MIT Group: Development/Libraries/C and C++ -Url: http://wiki.freedesktop.org/wiki/Software/XEvIE +URL: http://wiki.freedesktop.org/wiki/Software/XEvIE #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXevie #Git-Web: http://cgit.freedesktop.org/xorg/lib/libXevie/ Source: http://xorg.freedesktop.org/archive/individual/lib/%name-%version.tar.bz2 +Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.60, automake, libtool BuildRequires: pkgconfig From d8ef1bfc69a1844576d98086c6d744795494ed1f4cdf49abc1df579f1a6a0090 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 26 Apr 2023 10:42:28 +0000 Subject: [PATCH 3/3] Accepting request 1082907 from home:jengelh:branches:X11:XOrg - Update specfile constructs; run fdupes OBS-URL: https://build.opensuse.org/request/show/1082907 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXevie?expand=0&rev=13 --- libXevie.changes | 5 +++++ libXevie.spec | 11 +++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/libXevie.changes b/libXevie.changes index d1b7185..1d56582 100644 --- a/libXevie.changes +++ b/libXevie.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 26 08:34:24 UTC 2023 - Jan Engelhardt + +- Update specfile constructs; run fdupes + ------------------------------------------------------------------- Tue Apr 25 14:22:03 UTC 2023 - Frederic Crozat diff --git a/libXevie.spec b/libXevie.spec index c569678..edb5695 100644 --- a/libXevie.spec +++ b/libXevie.spec @@ -29,8 +29,8 @@ URL: http://wiki.freedesktop.org/wiki/Software/XEvIE #Git-Web: http://cgit.freedesktop.org/xorg/lib/libXevie/ Source: http://xorg.freedesktop.org/archive/individual/lib/%name-%version.tar.bz2 Source1: baselibs.conf -BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.60, automake, libtool +BuildRequires: fdupes BuildRequires: pkgconfig BuildRequires: pkgconfig(evieproto) BuildRequires: pkgconfig(x11) @@ -73,26 +73,25 @@ This package contains the development headers for the library found in %lname. %prep -%setup -q +%autosetup %build %configure --disable-static -make %{?_smp_mflags} +%make_build %install -make install DESTDIR="%buildroot" +%make_install rm -f "%buildroot/%_libdir"/*.la +%fdupes %buildroot/%_prefix %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig %files -n %lname -%defattr(-,root,root) %_libdir/libXevie.so.1* %files devel -%defattr(-,root,root) %_includedir/X11/* %_libdir/libXevie.so %_libdir/pkgconfig/xevie.pc