update to 0.0.20220101git.6708e0d [release 0.0.20220101git.6708e0d-1mamba;Sat Jan 01 2022]
This commit is contained in:
parent
9e70ca8576
commit
a9b1028583
30
tg_owt.spec
30
tg_owt.spec
@ -1,13 +1,14 @@
|
|||||||
|
%define commit %(echo %version | cut -d. -f4)
|
||||||
Name: tg_owt
|
Name: tg_owt
|
||||||
Version: 0.0.20210128git
|
Version: 0.0.20220101git.6708e0d
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: WebRTC library static linked for Telegram
|
Summary: WebRTC library static linked for Telegram
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/desktop-app/tg_owt.git
|
URL: https://github.com/desktop-app/tg_owt
|
||||||
Source: https://github.com/desktop-app/tg_owt.git/master/tg_owt-%{version}.tar.bz2
|
Source: https://github.com/desktop-app/tg_owt.git/master@%{commit}/tg_owt-%{version}.tar.bz2
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -15,18 +16,10 @@ BuildRequires: cmake
|
|||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Requires(post): %{__install_info}
|
Requires(post): %{__install_info}
|
||||||
Requires(preun): %{__install_info}
|
Requires(preun): %{__install_info}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
WebRTC library static linked for Telegram.
|
WebRTC library static linked for Telegram.
|
||||||
|
|
||||||
%package -n lib%{name}
|
|
||||||
Group: System/Libraries
|
|
||||||
Summary: Shared libraries for %{name}
|
|
||||||
|
|
||||||
%description -n lib%{name}
|
|
||||||
This package contains shared libraries for %{name}.
|
|
||||||
|
|
||||||
%package -n lib%{name}-devel
|
%package -n lib%{name}-devel
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
@ -53,15 +46,6 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -n lib%{name} -p /sbin/ldconfig
|
|
||||||
%postun -n lib%{name} -p /sbin/ldconfig
|
|
||||||
|
|
||||||
#%files
|
|
||||||
#%defattr(-,root,root)
|
|
||||||
|
|
||||||
#%files -n lib%{name}
|
|
||||||
#%defattr(-,root,root)
|
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/tg_owt
|
%dir %{_includedir}/tg_owt
|
||||||
@ -71,6 +55,12 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_libdir}/libtg_owt.a
|
%{_libdir}/libtg_owt.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
|
||||||
* Thu Jan 28 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.20210128git-1mamba
|
* Thu Jan 28 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.20210128git-1mamba
|
||||||
- update to 0.0.20210128git
|
- update to 0.0.20210128git
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user