From 68999ab53e90dbb17f940b65dcd5c2cb18d2c16a Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 18:24:14 +0100 Subject: [PATCH] package created using the webbuild interface [release 0.1.0.20190318git-1mamba;Mon Mar 18 2019] --- README.md | 2 ++ telepathy-morse.spec | 55 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 telepathy-morse.spec diff --git a/README.md b/README.md index 8591470..841b1f8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # telepathy-morse +Telegram connection manager for the Telepathy framework. + diff --git a/telepathy-morse.spec b/telepathy-morse.spec new file mode 100644 index 0000000..9495135 --- /dev/null +++ b/telepathy-morse.spec @@ -0,0 +1,55 @@ +Name: telepathy-morse +Version: 0.1.0.20190318git +Release: 1mamba +Summary: Telegram connection manager for the Telepathy framework +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +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: libgcc +BuildRequires: libopenssl-devel +BuildRequires: libqt5-devel +BuildRequires: libstdc++6-devel +BuildRequires: libtelegram-qt-devel +BuildRequires: libtelepathy-qt5-devel +BuildRequires: libz-devel +## AUTOBUILDREQ-END +BuildRequires: cmake +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 +* Mon Mar 18 2019 Silvan Calarco 0.1.0.20190318git-1mamba +- package created using the webbuild interface