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