update to 0.8.1 [release 0.8.1-1mamba;Tue Oct 28 2014]
This commit is contained in:
parent
701e283e9a
commit
eca191dbc7
@ -1,2 +1,4 @@
|
||||
# ktp-call-ui
|
||||
|
||||
A GUI VoIP client software for KDE which uses the telepathy framework underneath.
|
||||
|
||||
|
81
ktp-call-ui.spec
Normal file
81
ktp-call-ui.spec
Normal file
@ -0,0 +1,81 @@
|
||||
Name: ktp-call-ui
|
||||
Version: 0.8.1
|
||||
Release: 1mamba
|
||||
Summary: Voice/Video Call GUI for KDE Telepathy
|
||||
Group: Graphical Desktop/Applications/Networking
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
URL: http://www.kde.org
|
||||
Source: http://download.kde.org/stable/kde-telepathy/%{version}/src/ktp-call-ui-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: farstream1-devel
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: kdelibs-devel
|
||||
BuildRequires: ktp-common-internals-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgstreamer010-devel
|
||||
BuildRequires: libphonon-devel
|
||||
BuildRequires: libqt-gstreamer-devel
|
||||
BuildRequires: libqt4-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: telepathy-farstream-devel
|
||||
BuildRequires: telepathy-glib-devel
|
||||
BuildRequires: telepathy-qt-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: automoc4
|
||||
BuildRequires: cmake
|
||||
BuildRequires: libqt4-devel
|
||||
BuildRequires: kdelibs-devel
|
||||
Requires: kdelibs%{?_kde4_version: >= %{_kde4_version}}
|
||||
Requires: ktp-accounts-kcm
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
A GUI VoIP client software for KDE which uses the telepathy framework underneath.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kde4 -d build
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
%find_lang %{name} --all-name --with-kde || touch %{name}.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_kde4_bindir}/ktp-dialout-ui
|
||||
%{_kde4_libexecdir}/ktp-call-ui
|
||||
%{_kde4_datadir}/ktp-call-ui/callwindowui.rc
|
||||
%{_kde4_sharedir}/telepathy/clients/KTp.CallUi.client
|
||||
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.CallUi.service
|
||||
%doc COPYING COPYING.LIB
|
||||
|
||||
%changelog
|
||||
* Tue Oct 28 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.1-1mamba
|
||||
- update to 0.8.1
|
||||
|
||||
* Sun Oct 07 2012 Davide Madrisan <davide.madrisan@gmail.com> 0.5.1-1mamba
|
||||
- update to 0.5.1
|
||||
|
||||
* Tue Aug 28 2012 Davide Madrisan <davide.madrisan@gmail.com> 0.5.0-1mamba
|
||||
- update to 0.5.0
|
||||
|
||||
* Fri Jul 27 2012 Davide Madrisan <davide.madrisan@gmail.com> 0.4.1-1mamba
|
||||
- update to 0.4.1
|
||||
|
||||
* Thu Jun 21 2012 Davide Madrisan <davide.madrisan@gmail.com> 0.4.0-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user