Hello community, here is the log from the commit of package wslay for openSUSE:Factory checked in at 2017-07-17 09:12:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wslay (Old) and /work/SRC/openSUSE:Factory/.wslay.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wslay" Mon Jul 17 09:12:08 2017 rev:2 rq:510288 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/wslay/wslay.changes 2015-11-11 10:30:07.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.wslay.new/wslay.changes 2017-07-17 09:12:09.903428195 +0200 @@ -1,0 +2,11 @@ +Fri Jul 14 12:16:01 UTC 2017 - [email protected] + +- Fix RPM groups, update summary + +------------------------------------------------------------------- +Fri Jul 14 07:24:08 UTC 2017 - [email protected] + +- Cleanup with spec-cleaner +- Use fancy name for archive + +------------------------------------------------------------------- Old: ---- release-1.0.0.tar.gz New: ---- wslay-1.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wslay.spec ++++++ --- /var/tmp/diff_new_pack.vdgtMM/_old 2017-07-17 09:12:10.363363411 +0200 +++ /var/tmp/diff_new_pack.vdgtMM/_new 2017-07-17 09:12:10.363363411 +0200 @@ -1,7 +1,7 @@ # # spec file for package wslay # -# Copyright (c) 2015 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,24 +16,24 @@ # -%define c_lib lib%{name}0 +%define sover 0 +%define c_lib lib%{name}%{sover} Name: wslay Version: 1.0.0 Release: 0 Summary: WebSocket library in C License: MIT -Group: System/Libraries +Group: Development/Libraries/C and C++ Url: https://github.com/tatsuhiro-t/wslay -Source0: https://github.com/tatsuhiro-t/wslay/archive/release-%{version}.tar.gz +Source0: https://github.com/tatsuhiro-t/wslay/archive/release-%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: autoconf BuildRequires: automake BuildRequires: cunit-devel BuildRequires: gcc-c++ BuildRequires: libtool -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: python-Sphinx BuildRequires: pkgconfig(nettle) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Wslay is a WebSocket library written in C. It implements the protocol version @@ -57,7 +57,7 @@ application authors can choose freely I/O frameworks. %package -n %{c_lib} -Summary: WebSockets C Library - Shared C library +Summary: WebSockets C Library Group: System/Libraries %description -n %{c_lib} @@ -72,7 +72,7 @@ This package holds the shared C library. %package devel -Summary: WebSockets C Library - Development Files +Summary: Development files for the wslay WebSockets library Group: Development/Libraries/C and C++ Requires: %{c_lib} = %{version} @@ -100,7 +100,7 @@ make --jobs=1 %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install # do not ship these find %{buildroot} -type f -name "*.la" -delete -print pushd %{buildroot}%{_bindir}/ @@ -111,20 +111,16 @@ make %{?_smp_mflags} check %post -n %{c_lib} -p /sbin/ldconfig - %postun -n %{c_lib} -p /sbin/ldconfig %files -%defattr(-,root,root) %doc AUTHORS COPYING NEWS README README.rst %{_bindir}/wslay* %files -n %{c_lib} -%defattr(-,root,root) -%{_libdir}/libwslay.so.* +%{_libdir}/libwslay.so.%{sover}* %files devel -%defattr(-,root,root) %{_mandir}/man3/* %{_includedir}/wslay/ %{_libdir}/libwslay.so
