Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 8012d7fc0c | |||
| 01ff988d73 | |||
| 029cc7ad83 |
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 28 19:14:06 UTC 2025 - Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
|
||||||
|
|
||||||
|
- Add libevent-devel conflict
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 22 13:28:46 UTC 2025 - Georg Pfuetzenreuter <mail+rpm@georg-pfuetzenreuter.net>
|
||||||
|
|
||||||
|
- Split event.h to subpackage, it is an optional compatibility layer and we already ship
|
||||||
|
the native libevent - this allows for removal of the conflict in libevent and further
|
||||||
|
to allow building of packages requiring both libraries
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 29 16:15:33 UTC 2024 - pgajdos@suse.com
|
Thu Feb 29 16:15:33 UTC 2024 - pgajdos@suse.com
|
||||||
|
|
||||||
|
|||||||
15
libev.spec
15
libev.spec
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libev
|
# spec file for package libev
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -77,6 +77,15 @@ available.
|
|||||||
|
|
||||||
This package holds the development files for libev.
|
This package holds the development files for libev.
|
||||||
|
|
||||||
|
%package libevent-devel
|
||||||
|
Summary: Libev libevent compatibility header
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
|
Requires: %{library_name} = %{version}
|
||||||
|
Conflicts: libevent-devel
|
||||||
|
|
||||||
|
%description libevent-devel
|
||||||
|
This package holds the libevent compatibility header from libev.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if %{with signify}
|
%if %{with signify}
|
||||||
signify -V -p %{SOURCE3} -m %{SOURCE0}
|
signify -V -p %{SOURCE3} -m %{SOURCE0}
|
||||||
@@ -111,11 +120,13 @@ cp %{SOURCE1} %{buildroot}%{_libdir}/pkgconfig/libev.pc
|
|||||||
%doc README ev.pod Changes
|
%doc README ev.pod Changes
|
||||||
%{_includedir}/ev++.h
|
%{_includedir}/ev++.h
|
||||||
%{_includedir}/ev.h
|
%{_includedir}/ev.h
|
||||||
%{_includedir}/event.h
|
|
||||||
%{_libdir}/libev.so
|
%{_libdir}/libev.so
|
||||||
%{_mandir}/man3/ev.3%{?ext_man}
|
%{_mandir}/man3/ev.3%{?ext_man}
|
||||||
%{_libdir}/pkgconfig/libev.pc
|
%{_libdir}/pkgconfig/libev.pc
|
||||||
|
|
||||||
|
%files libevent-devel
|
||||||
|
%{_includedir}/event.h
|
||||||
|
|
||||||
%files -n %{library_name}
|
%files -n %{library_name}
|
||||||
%{_libdir}/libev.so.4*
|
%{_libdir}/libev.so.4*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user