Skip to content

Commit

Permalink
Base Version: Updating Azure-Linux version from 0.3.0 -> 0.3.2 import…
Browse files Browse the repository at this point in the history
… from Fedora 41.
  • Loading branch information
v-smalavathu committed Nov 14, 2024
1 parent 7e80436 commit e53ab0b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 75 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion SPECS-EXTENDED/libverto/libverto.signatures.json
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"
}
}
52 changes: 6 additions & 46 deletions SPECS-EXTENDED/libverto/libverto.spec
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
Expand All @@ -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

Expand Down Expand Up @@ -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

Expand All @@ -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}
Expand Down Expand Up @@ -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).

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11401,8 +11401,8 @@
"type": "other",
"other": {
"name": "libverto",
"version": "0.3.0",
"downloadUrl": "https://github.com/latchset/libverto/releases/download/0.3.0/libverto-0.3.0.tar.gz"
"version": "0.3.2",
"downloadUrl": "https://github.com/latchset/libverto/releases/download/0.3.2/libverto-0.3.2.tar.gz"
}
}
},
Expand Down

0 comments on commit e53ab0b

Please sign in to comment.