Accepting request 623569 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/623569
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openpgm?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2018-07-28 10:36:19 +00:00 committed by Git OBS Bridge
commit bd6d7f8010
3 changed files with 10 additions and 5 deletions

1
baselibs.conf Normal file
View File

@ -0,0 +1 @@
libpgm-5_2-0

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jul 13 07:39:53 UTC 2018 - dimstar@opensuse.org
- Add baselibs.conf: build -32bit packages, which are needed by
zeromq's -32bit implementation.
-------------------------------------------------------------------
Tue Mar 27 11:49:58 CEST 2018 - kukuk@suse.de

View File

@ -19,31 +19,29 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
%define major 5.2
%define mpkg 5_2
%define soname 0
%define tarball_version 5-2-122
%define libname libpgm-%{mpkg}-%{soname}
Name: openpgm
Version: 5.2.122
Release: 0
Summary: OpenPGM implementation of the Reliable Multicast Protocol
License: LGPL-2.1-or-later
Group: Development/Libraries/C and C++
Url: https://github.com/steve-o/openpgm
URL: https://github.com/steve-o/openpgm
Source: https://github.com/steve-o/openpgm/archive/release-5-2-122.tar.gz#/openpgm-release-%{tarball_version}.tar.gz
Source99: baselibs.conf
# PATCH-FIX-UPSTREAM bmwiedemann https://github.com/steve-o/openpgm/pull/48
Patch0: libpgm-5.2.122-reproducible.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc-c++
BuildRequires: glibc-devel
BuildRequires: libtool
BuildRequires: make
BuildRequires: pkg-config
BuildRequires: pkgconfig
BuildRequires: python-devel
%description