SHA256
1
0
forked from pool/libevent

replace license with spdx.org variant

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevent?expand=0&rev=22
This commit is contained in:
Stephan Kulow 2011-12-06 17:23:22 +00:00 committed by Git OBS Bridge
parent 74feaf7b45
commit a17d4c85e4

View File

@ -22,7 +22,7 @@ Name: libevent
Version: 2.0.10
Release: 3
License: BSD3c(or similar)
License: BSD-3-Clause
Summary: Library Providing an Event Handling API
Url: http://monkey.org/~provos/libevent/
Group: Development/Libraries/C and C++
@ -42,7 +42,7 @@ passed.
%package -n %{libsoname}
License: BSD3c(or similar)
License: BSD-3-Clause
Summary: Shared libraries from libevent
Group: Development/Libraries/C and C++
Provides: %{name} = %{version}
@ -56,7 +56,7 @@ passed.
This package holds the shared libraries for libevent.
%package devel
License: BSD3c(or similar)
License: BSD-3-Clause
Summary: Development files for libevent2
Group: Development/Libraries/C and C++
Requires: %{libsoname} = %{version}