Hello community,

here is the log from the commit of package xcb-util-cursor for openSUSE:Factory 
checked in at 2017-11-04 19:28:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xcb-util-cursor (Old)
 and      /work/SRC/openSUSE:Factory/.xcb-util-cursor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xcb-util-cursor"

Sat Nov  4 19:28:26 2017 rev:6 rq:538316 version:0.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/xcb-util-cursor/xcb-util-cursor.changes  
2016-05-20 11:54:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xcb-util-cursor.new/xcb-util-cursor.changes     
2017-11-04 19:28:28.914890905 +0100
@@ -1,0 +2,6 @@
+Wed Nov  1 15:15:19 UTC 2017 - mplus...@suse.com
+
+- Clean up with spec-cleaner
+- Make building more verbose
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xcb-util-cursor.spec ++++++
--- /var/tmp/diff_new_pack.lpHwWi/_old  2017-11-04 19:28:29.830857435 +0100
+++ /var/tmp/diff_new_pack.lpHwWi/_new  2017-11-04 19:28:29.834857290 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xcb-util-cursor
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,20 +16,18 @@
 #
 
 
-Name:           xcb-util-cursor
 %define lname   libxcb-cursor0
+Name:           xcb-util-cursor
 Version:        0.1.3
 Release:        0
 Summary:        XCB cursor library (libxcursor port)
 License:        MIT
 Group:          Development/Libraries/C and C++
 Url:            http://xcb.freedesktop.org/
-
 #Git-Clone:    git://anongit.freedesktop.org/xcb/util-cursor
 #Git-Web:      http://cgit.freedesktop.org/xcb/util-cursor/
-Source:         http://xcb.freedesktop.org/dist/%name-%version.tar.bz2
+Source:         http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
 Source1:        baselibs.conf
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gperf
@@ -51,11 +49,11 @@
 
 - cursor: port of libxcursor
 
-%package -n %lname
+%package -n %{lname}
 Summary:        XCB cursor library (libxcursor port)
 Group:          System/Libraries
 
-%description -n %lname
+%description -n %{lname}
 The XCB util modules provide a number of libraries which sit on top
 of libxcb, the core X protocol library, and some of the extension
 libraries.
@@ -67,7 +65,7 @@
 %package devel
 Summary:        Development files for the XCB cursor library (libxcursor port)
 Group:          Development/Libraries/C and C++
-Requires:       %lname = %version
+Requires:       %{lname} = %{version}
 
 %description devel
 The XCB util modules provide a number of libraries which sit on top
@@ -75,32 +73,30 @@
 libraries.
 
 This package contains the development headers for the library found
-in %lname.
+in %{lname}.
 
 %prep
 %setup -q
 
 %build
-./autogen.sh
-%configure --disable-static
-make %{?_smp_mflags}
+autoreconf -fiv
+%configure \
+  --disable-static
+make %{?_smp_mflags} V=1
 
 %install
-make install DESTDIR="%buildroot"
-rm -f "%buildroot/%_libdir"/*.la
-
-%post -n %lname -p /sbin/ldconfig
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
 
-%postun -n %lname -p /sbin/ldconfig
+%post -n %{lname} -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
-%files -n %lname
-%defattr(-,root,root)
-%_libdir/libxcb-cursor.so.0*
+%files -n %{lname}
+%{_libdir}/libxcb-cursor.so.0*
 
 %files devel
-%defattr(-,root,root)
-%_includedir/xcb
-%_libdir/libxcb-cursor.so
-%_libdir/pkgconfig/xcb-cursor.pc
+%{_includedir}/xcb
+%{_libdir}/libxcb-cursor.so
+%{_libdir}/pkgconfig/xcb-cursor.pc
 
 %changelog


Reply via email to