Accepting request 591551 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/591551 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openpgm?expand=0&rev=4
This commit is contained in:
commit
a9f59c2e0a
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 27 11:49:58 CEST 2018 - kukuk@suse.de
|
||||||
|
|
||||||
|
- Use %license instead of %doc [bsc#1082318]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 24 12:47:51 UTC 2017 - luca.boccassi@gmail.com
|
Tue Oct 24 12:47:51 UTC 2017 - luca.boccassi@gmail.com
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package openpgm
|
# spec file for package openpgm
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -30,7 +30,7 @@ Name: openpgm
|
|||||||
Version: 5.2.122
|
Version: 5.2.122
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: OpenPGM implementation of the Reliable Multicast Protocol
|
Summary: OpenPGM implementation of the Reliable Multicast Protocol
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/C and C++
|
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
|
Source: https://github.com/steve-o/openpgm/archive/release-5-2-122.tar.gz#/openpgm-release-%{tarball_version}.tar.gz
|
||||||
@ -94,7 +94,7 @@ rm %{buildroot}%{_libdir}/libpgm.la
|
|||||||
|
|
||||||
%files -n %{libname}
|
%files -n %{libname}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING LICENSE
|
%license COPYING LICENSE
|
||||||
%{_libdir}/libpgm-%{major}.so.%{soname}
|
%{_libdir}/libpgm-%{major}.so.%{soname}
|
||||||
%{_libdir}/libpgm-%{major}.so.%{soname}.*
|
%{_libdir}/libpgm-%{major}.so.%{soname}.*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user