2024-01-05 18:28:26 +01:00
|
|
|
%define commit %(echo %version | cut -d. -f4)
|
2024-01-05 18:28:26 +01:00
|
|
|
Name: tg_owt
|
2024-01-05 18:28:26 +01:00
|
|
|
Version: 0.0.20220101git.6708e0d
|
2024-01-05 18:28:26 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: WebRTC library static linked for Telegram
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 18:28:26 +01:00
|
|
|
URL: https://github.com/desktop-app/tg_owt
|
|
|
|
Source: https://github.com/desktop-app/tg_owt.git/master@%{commit}/tg_owt-%{version}.tar.bz2
|
2024-01-05 18:28:26 +01:00
|
|
|
License: BSD
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: cmake
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Requires(post): %{__install_info}
|
|
|
|
Requires(preun): %{__install_info}
|
|
|
|
|
|
|
|
%description
|
|
|
|
WebRTC library static linked for Telegram.
|
|
|
|
|
|
|
|
%package -n lib%{name}-devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
|
|
|
|
%description -n lib%{name}-devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
#% debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake -d build \
|
|
|
|
-DBUILD_SHARED_LIBS=OFF
|
|
|
|
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall -C build
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files -n lib%{name}-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}/tg_owt
|
|
|
|
%{_includedir}/tg_owt/*
|
|
|
|
%dir %{_libdir}/cmake/tg_owt
|
|
|
|
%{_libdir}/cmake/tg_owt/tg_owt*.cmake
|
|
|
|
%{_libdir}/libtg_owt.a
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 18:28:26 +01:00
|
|
|
* Sat Jan 01 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.20220101git.6708e0d-1mamba
|
|
|
|
- update to 0.0.20220101git.6708e0d
|
|
|
|
|
|
|
|
* Mon Mar 22 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.20210322git-1mamba
|
|
|
|
- update to 0.0.20210322git
|
|
|
|
|
2024-01-05 18:28:26 +01:00
|
|
|
* Thu Jan 28 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.20210128git-1mamba
|
|
|
|
- update to 0.0.20210128git
|
|
|
|
|
2024-01-05 18:28:26 +01:00
|
|
|
* Wed Dec 23 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.20201223git-1mamba
|
|
|
|
- package created using the webbuild interface
|