automatic version update by autodist [release 16.04.0-1mamba;Sat Apr 23 2016]
This commit is contained in:
parent
4d8619b2a0
commit
a5afffa095
64
krfb.spec
64
krfb.spec
@ -1,5 +1,5 @@
|
|||||||
Name: krfb
|
Name: krfb
|
||||||
Version: 4.14.3
|
Version: 16.04.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Allows you to invite somebody at a remote location to access and possibly control your desktop
|
Summary: Allows you to invite somebody at a remote location to access and possibly control your desktop
|
||||||
Group: Graphical Desktop/Applications/Networking
|
Group: Graphical Desktop/Applications/Networking
|
||||||
@ -7,14 +7,14 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.kde.org
|
URL: http://www.kde.org
|
||||||
Source: http://download.kde.org/stable/%{version}/src/krfb-%{version}.tar.xz
|
Source: http://download.kde.org/stable/applications/%{version}/src/krfb-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: kdelibs-devel
|
BuildRequires: kdelibs-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: libqt4-devel
|
BuildRequires: libqt5-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libXdamage-devel
|
BuildRequires: libXdamage-devel
|
||||||
@ -42,7 +42,7 @@ This package is part of KDE4.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde4 -d build
|
%cmake_kde5 -d build
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -59,42 +59,54 @@ exit 0
|
|||||||
%posttrans
|
%posttrans
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
update-desktop-database -q >/dev/null 2>&1
|
update-desktop-database -q >/dev/null 2>&1
|
||||||
update-mime-database %{_kde4_mimedir} >/dev/null 2>&1
|
update-mime-database %{_kde5_mimedir} >/dev/null 2>&1
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
if [ $1 -eq 0 ]; then
|
if [ $1 -eq 0 ]; then
|
||||||
update-desktop-database -q >/dev/null 2>&1
|
update-desktop-database -q >/dev/null 2>&1
|
||||||
update-mime-database %{_kde4_mimedir} >/dev/null 2>&1
|
update-mime-database %{_kde5_mimedir} >/dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kde4_bindir}/krfb
|
%{_kde5_bindir}/krfb
|
||||||
%{_kde4_libdir}/kde4/krfb_framebuffer_qt.so
|
%{_libdir}/qt5/plugins/krfb/krfb_framebuffer_qt.so
|
||||||
%{_kde4_libdir}/kde4/krfb_framebuffer_x11.so
|
%{_libdir}/qt5/plugins/krfb/krfb_framebuffer_x11.so
|
||||||
%{_kde4_libdir}/libkrfbprivate.so.*
|
%{_kde5_libdir}/libkrfbprivate.so.*
|
||||||
%{_kde4_xdgappsdir}/krfb.desktop
|
%{_kde5_xdgappsdir}/org.kde.krfb.desktop
|
||||||
%{_kde4_datadir}/krfb/krfb.notifyrc
|
%{_kde5_datadir}/krfb/krfb.notifyrc
|
||||||
%doc %lang(en) %{_kde4_htmldir}/en/krfb/common
|
%doc %lang(en) %{_kde5_htmldir}/en/krfb/configuration_network.png
|
||||||
%doc %lang(en) %{_kde4_htmldir}/en/krfb/configuration_network.png
|
%doc %lang(en) %{_kde5_htmldir}/en/krfb/configuration_security.png
|
||||||
%doc %lang(en) %{_kde4_htmldir}/en/krfb/configuration_security.png
|
%doc %lang(en) %{_kde5_htmldir}/en/krfb/connection.png
|
||||||
%doc %lang(en) %{_kde4_htmldir}/en/krfb/connection.png
|
%doc %lang(en) %{_kde5_htmldir}/en/krfb/email_invitation.png
|
||||||
%doc %lang(en) %{_kde4_htmldir}/en/krfb/email_invitation.png
|
%doc %lang(en) %{_kde5_htmldir}/en/krfb/index.cache.bz2
|
||||||
%doc %lang(en) %{_kde4_htmldir}/en/krfb/index.cache.bz2
|
%doc %lang(en) %{_kde5_htmldir}/en/krfb/index.docbook
|
||||||
%doc %lang(en) %{_kde4_htmldir}/en/krfb/index.docbook
|
%doc %lang(en) %{_kde5_htmldir}/en/krfb/personal_invitation.png
|
||||||
%doc %lang(en) %{_kde4_htmldir}/en/krfb/personal_invitation.png
|
%doc %lang(en) %{_kde5_htmldir}/en/krfb/screenshot.png
|
||||||
%doc %lang(en) %{_kde4_htmldir}/en/krfb/screenshot.png
|
%{_kde5_servicetypesdir}/krfb-framebuffer.desktop
|
||||||
%{_kde4_servicesdir}/krfb_framebuffer_qt.desktop
|
#%{_kde5_sharedir}/telepathy/clients/krfb_rfb_handler.client
|
||||||
%{_kde4_servicesdir}/krfb_framebuffer_x11.desktop
|
#%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.krfb_rfb_handler.service
|
||||||
%{_kde4_servicetypesdir}/krfb-framebuffer.desktop
|
|
||||||
%{_kde4_sharedir}/telepathy/clients/krfb_rfb_handler.client
|
|
||||||
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.krfb_rfb_handler.service
|
|
||||||
%doc AUTHORS COPYING COPYING.DOC COPYING.LIB
|
%doc AUTHORS COPYING COPYING.DOC COPYING.LIB
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 23 2016 Automatic Build System <autodist@mambasoft.it> 16.04.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Mar 16 2016 Automatic Build System <autodist@mambasoft.it> 15.12.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Feb 16 2016 Automatic Build System <autodist@mambasoft.it> 15.12.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Jan 12 2016 Automatic Build System <autodist@mambasoft.it> 15.12.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Dec 24 2015 Automatic Build System <autodist@mambasoft.it> 15.12.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Nov 20 2014 Automatic Build System <autodist@mambasoft.it> 4.14.3-1mamba
|
* Thu Nov 20 2014 Automatic Build System <autodist@mambasoft.it> 4.14.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user