Spec file updates:
Fix ownership of pkg-config files Remove unneeded Group tag Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
parent
0fa28112ac
commit
c67f004492
@ -6,10 +6,9 @@
|
||||
|
||||
Name: libevent
|
||||
Version: 2.1.8
|
||||
Release: 0%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Abstract asynchronous event notification library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: BSD
|
||||
URL: http://libevent.org/
|
||||
Source0: https://github.com/libevent/libevent/releases/download/release-%{version}-stable/libevent-%{version}-stable.tar.gz
|
||||
@ -32,7 +31,6 @@ without having to change the event loop.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
@ -41,7 +39,6 @@ with %{name}.
|
||||
|
||||
%package doc
|
||||
Summary: Development documentation for %{name}
|
||||
Group: Documentation
|
||||
BuildArch: noarch
|
||||
|
||||
%description doc
|
||||
@ -106,7 +103,6 @@ mkdir -p $RPM_BUILD_ROOT/%{develdocdir}/sample
|
||||
%{_libdir}/libevent_extra-*.so.*
|
||||
%{_libdir}/libevent_openssl-*.so.*
|
||||
%{_libdir}/libevent_pthreads-*.so.*
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%files devel
|
||||
%{_includedir}/event.h
|
||||
@ -122,6 +118,8 @@ mkdir -p $RPM_BUILD_ROOT/%{develdocdir}/sample
|
||||
%{_libdir}/libevent_openssl.so
|
||||
%{_libdir}/libevent_pthreads.so
|
||||
%{_libdir}/pkgconfig/libevent.pc
|
||||
%{_libdir}/pkgconfig/libevent_core.pc
|
||||
%{_libdir}/pkgconfig/libevent_extra.pc
|
||||
%{_libdir}/pkgconfig/libevent_openssl.pc
|
||||
%{_libdir}/pkgconfig/libevent_pthreads.pc
|
||||
%{_bindir}/event_rpcgen.*
|
||||
@ -130,6 +128,10 @@ mkdir -p $RPM_BUILD_ROOT/%{develdocdir}/sample
|
||||
%{develdocdir}/
|
||||
|
||||
%changelog
|
||||
* Thu Feb 15 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.1.8-1
|
||||
- Fix ownership of pkg-config files
|
||||
- Remove unneeded Group tag
|
||||
|
||||
* Wed Feb 14 2018 Steve Dickson <steved@redhat.com> - 2.1.8-0
|
||||
- Updated to the latest upstream release 2.1.8 (bz 1418488)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user