-
Notifications
You must be signed in to change notification settings - Fork 546
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Base Version: Updating Azure-Linux version from 0.3.0 -> 0.3.2 import…
… from Fedora 41.
- Loading branch information
1 parent
7e80436
commit e53ab0b
Showing
4 changed files
with
9 additions
and
75 deletions.
There are no files selected for viewing
26 changes: 0 additions & 26 deletions
26
SPECS-EXTENDED/libverto/Work-around-libev-not-being-c89-compliant.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"Signatures": { | ||
"libverto-0.3.0.tar.gz": "955d3ff4192830c74ce88185f39621c9e490d5a3e7aba04d1e5346d4886f862e" | ||
"libverto-0.3.2.tar.gz": "8d1756fd704f147549f606cd987050fb94b0b1ff621ea6aa4d6bf0b74450468a" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
%global homepage https://github.com/latchset/libverto | ||
|
||
Name: libverto | ||
Version: 0.3.0 | ||
Release: 10%{?dist} | ||
Version: 0.3.2 | ||
Release: 1%{?dist} | ||
Summary: Main loop abstraction library | ||
|
||
License: MIT | ||
|
@@ -11,18 +11,13 @@ Distribution: Azure Linux | |
URL: %{homepage} | ||
Source0: %{homepage}/releases/download/%{version}/%{name}-%{version}.tar.gz | ||
|
||
Patch0: Work-around-libev-not-being-c89-compliant.patch | ||
|
||
BuildRequires: autoconf | ||
BuildRequires: automake | ||
BuildRequires: libtool | ||
BuildRequires: make | ||
|
||
BuildRequires: glib2-devel | ||
BuildRequires: libevent-devel | ||
# BuildRequires: libtevent-devel | ||
%if !0%{?rhel} | ||
BuildRequires: libev-devel | ||
%endif | ||
|
||
BuildRequires: git | ||
|
||
|
@@ -106,31 +101,6 @@ developing applications that use %{name}-libevent. | |
# The %{name}-tevent-devel package contains libraries and header files for | ||
# developing applications that use %{name}-tevent. | ||
|
||
%if !0%{?rhel} | ||
%package libev | ||
Summary: libev module for %{name} | ||
Requires: %{name}%{?_isa} = %{version}-%{release} | ||
Provides: %{name}-module-base = %{version}-%{release} | ||
|
||
%description libev | ||
Module for %{name} which provides integration with libev. | ||
|
||
This package provides %{name}-module-base since it supports io, timeout | ||
and signal. | ||
|
||
%package libev-devel | ||
Summary: Development files for %{name}-libev | ||
Requires: %{name}-libev%{?_isa} = %{version}-%{release} | ||
Requires: %{name}-devel%{?_isa} = %{version}-%{release} | ||
|
||
%description libev-devel | ||
The %{name}-libev-devel package contains libraries and header files for | ||
developing applications that use %{name}-libev. | ||
|
||
This package provides %{name}-module-base since it supports io, timeout | ||
and signal. | ||
%endif | ||
|
||
%prep | ||
%autosetup -S git | ||
|
||
|
@@ -148,9 +118,6 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' | |
%ldconfig_scriptlets glib | ||
%ldconfig_scriptlets libevent | ||
#ldconfig_scriptlets tevent | ||
%if !0%{?rhel} | ||
%ldconfig_scriptlets libev | ||
%endif | ||
|
||
%files | ||
%{!?_licensedir:%global license %%doc} | ||
|
@@ -188,17 +155,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' | |
# %{_libdir}/%{name}-tevent.so | ||
# %{_libdir}/pkgconfig/%{name}-tevent.pc | ||
|
||
%if !0%{?rhel} | ||
%files libev | ||
%{_libdir}/%{name}-libev.so.* | ||
|
||
%files libev-devel | ||
%{_includedir}/verto-libev.h | ||
%{_libdir}/%{name}-libev.so | ||
%{_libdir}/pkgconfig/%{name}-libev.pc | ||
%endif | ||
|
||
%changelog | ||
* Thu Nov 14 2024 Sreenivasulu Malavathula <[email protected]> - 0.3.2-1 | ||
- Updating Azure-Linux import from Fedora 41 (license: MIT). | ||
|
||
* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 0.3.0-10 | ||
- Initial CBL-Mariner import from Fedora 32 (license: MIT). | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters