telepathy-morse/telepathy-morse.spec

60 lines
1.7 KiB
RPMSpec

Name: telepathy-morse
Version: 0.1.0.20200428git
Release: 1mamba
Summary: Telegram connection manager for the Telepathy framework
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/TelepathyIM/telepathy-morse
## GITSOURCE https://github.com/TelepathyIM/telepathy-morse.git master
Source: https://github.com/TelepathyIM/telepathy-morse.git/master/telepathy-morse-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libgcc
BuildRequires: libqt5-devel
BuildRequires: libstdc++6-devel
BuildRequires: libtelegram-qt-devel
BuildRequires: libtelepathy-qt5-devel
## AUTOBUILDREQ-END
BuildRequires: cmake
BuildRequires: libtelepathy-qt5-devel >= 0.9.8
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Telegram connection manager for the Telepathy framework.
%debug_package
%prep
%setup -q
%build
%cmake -d build \
-DCMAKE_INSTALL_LIBEXECDIR=%{_libexecdir}
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_libexecdir}/telepathy-morse
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.morse.service
%{_datadir}/telepathy/managers/morse.manager
%doc COPYING
%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
- package created using the webbuild interface