update to 0.1.0.20200428git [release 0.1.0.20200428git-1mamba;Tue Apr 28 2020]
This commit is contained in:
parent
96f3448862
commit
873e93e925
@ -1,5 +1,5 @@
|
|||||||
Name: telegram-qt
|
Name: telegram-qt
|
||||||
Version: 0.1.0.20190318git
|
Version: 0.1.0.20200428git
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Qt-based library for Telegram network
|
Summary: Qt-based library for Telegram network
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -12,6 +12,7 @@ Source: https://github.com/Kaffeine/telegram-qt.git/master/telegram-qt-%{
|
|||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
BuildRequires: libqt5-devel
|
BuildRequires: libqt5-devel
|
||||||
@ -63,23 +64,26 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libTelegramQt5.so.*
|
%{_libdir}/libTelegramQt5Core.so.*
|
||||||
%{_libdir}/libTelegramQt5Qml.so.*
|
%{_libdir}/libTelegramQt5Qml.so.*
|
||||||
%dir %{_libdir}/qt5/qml/TelegramQt
|
%dir %{_libdir}/qt5/qml/TelegramQt
|
||||||
%{_libdir}/qt5/qml/TelegramQt/*
|
%{_libdir}/qt5/qml/TelegramQt/*
|
||||||
|
%doc LICENSE.LGPL
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/TelegramQt5
|
%dir %{_includedir}/TelegramQt5
|
||||||
%dir %{_includedir}/TelegramQt5/TelegramQt
|
%dir %{_includedir}/TelegramQt5/TelegramQt
|
||||||
%{_includedir}/TelegramQt5/TelegramQt/*
|
%{_includedir}/TelegramQt5/TelegramQt/*
|
||||||
%{_libdir}/cmake/TelegramQt5/TelegramQt5Config.cmake
|
%{_libdir}/cmake/TelegramQt5/TelegramQt5*.cmake
|
||||||
%{_libdir}/cmake/TelegramQt5/TelegramQt5ConfigVersion.cmake
|
%{_libdir}/libTelegramQt5Core.so
|
||||||
%{_libdir}/libTelegramQt5.so
|
|
||||||
%{_libdir}/libTelegramQt5Qml.so
|
%{_libdir}/libTelegramQt5Qml.so
|
||||||
%{_libdir}/pkgconfig/TelegramQt5.pc
|
%{_libdir}/pkgconfig/TelegramQt5.pc
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 28 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.0.20200428git-1mamba
|
||||||
|
- update to 0.1.0.20200428git
|
||||||
|
|
||||||
* Mon Mar 18 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.0.20190318git-1mamba
|
* Mon Mar 18 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.0.20190318git-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user