101 lines
2.8 KiB
RPMSpec
101 lines
2.8 KiB
RPMSpec
Name: librist
|
|
Version: 0.2.11
|
|
Release: 1mamba
|
|
Summary: A library that can be used to easily add the RIST protocol to your application
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://code.videolan.org/rist/librist
|
|
Source: https://code.videolan.org/rist/librist.git/v%{version}/librist-%{version}.tar.bz2
|
|
License: BSD
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libcjson-devel
|
|
BuildRequires: libmbedtls-devel
|
|
BuildRequires: libmicrohttpd-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: libmbedtls-devel >= 3.6.0-1mamba
|
|
|
|
%description
|
|
A library that can be used to easily add the RIST protocol to your application.
|
|
|
|
%package devel
|
|
Group: Development/Libraries
|
|
Summary: Development files for %{name}
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
Requires: pkg-config
|
|
|
|
%description devel
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
%package tools
|
|
Group: Applications/Communication
|
|
Summary: Utility applications for %{name}
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description tools
|
|
This package contains utility applications for %{name}.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%meson
|
|
%meson_build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%meson_install
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_libdir}/librist.so.*
|
|
%doc COPYING
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%dir %{_includedir}/librist
|
|
%{_includedir}/librist/*
|
|
%{_libdir}/librist.so
|
|
%{_libdir}/pkgconfig/librist.pc
|
|
%doc NEWS README.md
|
|
|
|
%files tools
|
|
%defattr(-,root,root)
|
|
%{_bindir}/rist2rist
|
|
%{_bindir}/ristreceiver
|
|
%{_bindir}/ristsender
|
|
%{_bindir}/ristsrppasswd
|
|
|
|
%changelog
|
|
* Sat Nov 16 2024 Automatic Build System <autodist@openmamba.org> 0.2.11-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Apr 11 2024 Automatic Build System <autodist@mambasoft.it> 0.2.10-3mamba
|
|
- rebuilt by autoport with build requirements: libmbedtls-devel>=3.6.0-1mamba
|
|
|
|
* Sun Nov 19 2023 Automatic Build System <autodist@mambasoft.it> 0.2.10-2mamba
|
|
- rebuilt by autoport with build requirements: libmbedtls-devel>=3.5.1-1mamba
|
|
|
|
* Tue Oct 31 2023 Automatic Build System <autodist@mambasoft.it> 0.2.10-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Oct 12 2023 Automatic Build System <autodist@mambasoft.it> 0.2.9-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Sep 05 2023 Automatic Build System <autodist@mambasoft.it> 0.2.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Sep 17 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.7-2mamba
|
|
- rebuilt with libmbedtls 3.2.1
|
|
|
|
* Tue Sep 13 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.7-1mamba
|
|
- package created using the webbuild interface
|