You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
116 lines
3.0 KiB
116 lines
3.0 KiB
# -*-Mode: rpm-spec -*-
|
|
|
|
Name: aml
|
|
Version: 0.3.0
|
|
Release: 5%{?dist}
|
|
Summary: Another Main Loop
|
|
# main source is ISC
|
|
# include/sys/queue.h is BSD
|
|
License: ISC and BSD
|
|
|
|
URL: https://github.com/any1/aml
|
|
Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
BuildRequires: gcc
|
|
BuildRequires: meson
|
|
|
|
%description
|
|
|
|
Event loop handler developed for wayvnc (Wayland VNC server) and
|
|
wlvncc (Wayland VNC client) - see https://github.com/any1
|
|
|
|
Goals:
|
|
* Portability
|
|
* Utility
|
|
* Simplicity
|
|
|
|
Non-goals:
|
|
* MS Windows (TM) support
|
|
* Solving the C10K problem
|
|
|
|
Features:
|
|
* File descriptor event handlers
|
|
* Timers
|
|
* Tickers
|
|
* Signal handlers
|
|
* Idle dispatch callbacks
|
|
* Thread pool
|
|
* Interoperability with other event loops
|
|
|
|
%package devel
|
|
Summary: Development files for %{name}
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
%description devel
|
|
This package contains header files for %{name}.
|
|
|
|
%prep
|
|
%autosetup
|
|
|
|
%build
|
|
%meson
|
|
%meson_build
|
|
|
|
%install
|
|
%meson_install
|
|
|
|
%files
|
|
%{_libdir}/lib%{name}.so.0*
|
|
|
|
%doc README.md
|
|
|
|
%license COPYING
|
|
|
|
%files devel
|
|
%{_includedir}/%{name}.h
|
|
%{_libdir}/lib%{name}.so
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
%changelog
|
|
* Wed Dec 25 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.3.0-5
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
* Tue Jan 31 2023 Bob Hepple <bob.hepple@gmail.com> - 0.3.0-1
|
|
- new version
|
|
|
|
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
* Sun Jul 10 2022 Bob Hepple <bob.hepple@gmail.com> - 0.2.2-1
|
|
- new version
|
|
|
|
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
* Mon Jan 04 2021 Bob Hepple <bob.hepple@gmail.com> - 0.2.0-1
|
|
- new version
|
|
|
|
* Tue Aug 04 2020 Bob Hepple <bob.hepple@gmail.com> - 0.1.0-3
|
|
- rebuilt
|
|
|
|
* Sun Aug 02 2020 Bob Hepple <bob.hepple@gmail.com> - 0.1.0-2
|
|
- improv description
|
|
|
|
* Tue Jul 28 2020 Bob Hepple <bob.hepple@gmail.com> - 0.1.0-1
|
|
- Initial version of the package
|