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
This commit is contained in:
Dinar Valeev 2016-11-30 10:12:02 +00:00 committed by Git OBS Bridge
parent 9a942fc116
commit 3aaa2efb9f
2 changed files with 10 additions and 5 deletions

View File

@ -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

View File

@ -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