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"