From 3aaa2efb9fab32c2c87e6cee5fc4a443877e5d939ccbe0f473e9468d06df3f17 Mon Sep 17 00:00:00 2001 From: Dinar Valeev Date: Wed, 30 Nov 2016 10:12:02 +0000 Subject: [PATCH] Accepting request 442173 from home:jengelh:branches:network:telephony - RPM group classification fix OBS-URL: https://build.opensuse.org/request/show/442173 OBS-URL: https://build.opensuse.org/package/show/network:telephony/ccrtp?expand=0&rev=26 --- ccrtp.changes | 5 +++++ ccrtp.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/ccrtp.changes b/ccrtp.changes index 65ced99..5c50424 100644 --- a/ccrtp.changes +++ b/ccrtp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Nov 26 23:30:41 UTC 2016 - jengelh@inai.de + +- RPM group classification fix + ------------------------------------------------------------------- Thu Aug 13 17:20:26 UTC 2015 - jengelh@inai.de diff --git a/ccrtp.spec b/ccrtp.spec index fd12295..1e91371 100644 --- a/ccrtp.spec +++ b/ccrtp.spec @@ -1,7 +1,7 @@ # # spec file for package ccrtp # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -22,7 +22,7 @@ Version: 2.1.2 Release: 0 Summary: A Common C++ Class Framework for RTP Packets License: SUSE-GPL-2.0+-with-openssl-exception -Group: System/Libraries +Group: Development/Libraries/C and C++ Url: http://gnu.org/software/ccrtp/ #Git-Clone: git://git.sv.gnu.org/ccrtp @@ -55,7 +55,7 @@ packet queues. %package devel Summary: Include-files and documentation for ccrtp -Group: Development/Libraries/Other +Group: Development/Libraries/C and C++ PreReq: %install_info_prereq Requires: %lname = %version Requires: libgcrypt-devel @@ -87,8 +87,8 @@ files, html browsable. make %{?_smp_mflags} %install -make install DESTDIR="%buildroot"; -rm -f "%buildroot/%_libdir"/*.la; +%make_install +rm -f "%buildroot/%_libdir"/*.la %fdupes %buildroot/%_prefix %post -n %lname -p /sbin/ldconfig