From 39c93b97a0941c3839d9dab24955ebe1f399f149829eefc9332b5648df88f966 Mon Sep 17 00:00:00 2001 From: Michal Vyskocil Date: Wed, 4 Feb 2015 21:20:53 +0000 Subject: [PATCH] Accepting request 283907 from home:jengelh:branches:devel:libraries:c_c++ - Update description and RPM groups OBS-URL: https://build.opensuse.org/request/show/283907 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/openpgm?expand=0&rev=2 --- openpgm.changes | 5 +++++ openpgm.spec | 32 ++++++++++++++++++++------------ 2 files changed, 25 insertions(+), 12 deletions(-) diff --git a/openpgm.changes b/openpgm.changes index ce7e773..d7f2f88 100644 --- a/openpgm.changes +++ b/openpgm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 3 14:11:33 UTC 2015 - jengelh@inai.de + +- Update description and RPM groups + ------------------------------------------------------------------- Tue Jan 13 14:35:23 UTC 2015 - mvyskocil@opensuse.org diff --git a/openpgm.spec b/openpgm.spec index e2f71eb..442a0ea 100644 --- a/openpgm.spec +++ b/openpgm.spec @@ -21,38 +21,46 @@ Name: openpgm Version: 5.2.122 Release: 0 -Summary: PGM Reliable Multicast Protocol -Source: https://openpgm.googlecode.com/files/libpgm-%{version}.tar.bz2 +Summary: OpenPGM implementation of the Reliable Multicast Protocol URL: https://code.google.com/p/openpgm/ -Group: System/Libraries +Group: Development/Libraries/C and C++ License: LGPL-2.1+ +Source: https://openpgm.googlecode.com/files/libpgm-%{version}.tar.bz2 BuildRoot: %{_tmppath}/build-%{name}-%{version} BuildRequires: python-devel BuildRequires: gcc-c++ BuildRequires: make BuildRequires: glibc-devel -BuildRequires: pkgconfig +BuildRequires: pkg-config %description -OpenPGM is an open source implementation of the Pragmatic General Multicast -(PGM) specification in RFC 3208 available at www.ietf.org. PGM is a reliable -and scalable multicast protocol that enables receivers to detect loss, request -retransmission of lost data, or notify an application of unrecoverable loss. +OpenPGM is an implementation of the Pragmatic General Multicast (PGM) +specification in RFC 3208. PGM is a reliable and scalable multicast protocol +that enables receivers to detect loss, request retransmission of lost data, or +notify an application of unrecoverable loss. %package -n %{libname} -Summary: Shared library for %{name} +Summary: PGM Reliable Multicast Protocol library Group: System/Libraries %description -n %{libname} -Shared library for %{name}. +OpenPGM is an implementation of the Pragmatic General Multicast (PGM) +specification in RFC 3208. PGM is a reliable and scalable multicast protocol +that enables receivers to detect loss, request retransmission of lost data, or +notify an application of unrecoverable loss. %package devel -Summary: Devel files for %{name} +Summary: Development files for the OpenPGM Reliable Multicast Protocol library Group: Development/Libraries/C and C++ Requires: %{libname} = %{version} %description devel -Development files for %{name}. +OpenPGM is an implementation of the Pragmatic General Multicast (PGM) +specification in RFC 3208. PGM is a reliable and scalable multicast protocol +that enables receivers to detect loss, request retransmission of lost data, or +notify an application of unrecoverable loss. + +This subpackage contains the header files for OpenPGM. %prep %setup -q -n "libpgm-%{version}/openpgm/pgm"