automatic version update by autodist [release 0.3.2-1mamba;Sat Jan 01 2022]

This commit is contained in:
Automatic Build System 2024-01-06 06:02:29 +01:00
parent c4cbb3a13b
commit d98779b1da

View File

@ -1,22 +1,19 @@
Name: libverto
Version: 0.2.6
Version: 0.3.2
Release: 1mamba
Summary: Event loop abstraction for Libraries
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://fedorahosted.org/libverto/
Source: https://fedorahosted.org/releases/l/i/libverto/libverto-%{version}.tar.gz
URL: https://github.com/latchset/libverto/
Source: https://github.com/latchset/libverto.git/%{version}/libverto-%{version}.tar.bz2
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libevent-devel
BuildRequires: libglib-devel
BuildRequires: libtalloc-devel
BuildRequires: libtevent-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
libverto exists to solve an important problem: many applications and libraries are unable to write asynchronous code because they are unable to pick an event loop. This is particularly true of libraries who want to be useful to many applications who use loops that do not integrate with one another or which use home-grown loops. libverto provides a loop-neutral async api which allows the library to expose asynchronous interfaces and offload the choice of the main loop to the application.
@ -25,8 +22,7 @@ libverto exists to solve an important problem: many applications and libraries a
Group: Development/Libraries
Summary: Development files for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
## note: you can add this requirement if .pc files are provided by this package
#Requires: pkg-config
Requires: pkg-config
%description devel
This package contains libraries and header files for developing applications that use %{name}.
@ -35,6 +31,7 @@ This package contains libraries and header files for developing applications tha
%prep
%setup -q
autoreconf -f -i
%build
%configure
@ -54,7 +51,7 @@ This package contains libraries and header files for developing applications tha
%defattr(-,root,root)
%{_libdir}/libverto-glib.so.*
%{_libdir}/libverto-libevent.so.*
%{_libdir}/libverto-tevent.so.*
#%{_libdir}/libverto-tevent.so.*
%{_libdir}/libverto.so.*
%doc AUTHORS COPYING
@ -67,18 +64,21 @@ This package contains libraries and header files for developing applications tha
%{_libdir}/libverto-libevent.a
%{_libdir}/libverto-libevent.la
%{_libdir}/libverto-libevent.so
%{_libdir}/libverto-tevent.a
%{_libdir}/libverto-tevent.la
%{_libdir}/libverto-tevent.so
#%{_libdir}/libverto-tevent.a
#%{_libdir}/libverto-tevent.la
#%{_libdir}/libverto-tevent.so
%{_libdir}/libverto.a
%{_libdir}/libverto.la
%{_libdir}/libverto.so
%{_libdir}/pkgconfig/libverto-glib.pc
%{_libdir}/pkgconfig/libverto-libevent.pc
%{_libdir}/pkgconfig/libverto-tevent.pc
#%{_libdir}/pkgconfig/libverto-tevent.pc
%{_libdir}/pkgconfig/libverto.pc
%doc ChangeLog NEWS README
%changelog
* Sat Jan 01 2022 Automatic Build System <autodist@mambasoft.it> 0.3.2-1mamba
- automatic version update by autodist
* Sat Feb 07 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.6-1mamba
- package created using the webbuild interface