SHA256
1
0
forked from pool/krfb

Make a merry car great again

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/krfb?expand=0&rev=51
This commit is contained in:
Luca Beltrame 2017-04-15 13:28:39 +00:00 committed by Git OBS Bridge
parent a588bc0578
commit 2d9f539cc1

View File

@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%bcond_without lang
Name: krfb
Version: 17.03.90
@ -59,6 +60,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
VNC-compatible server to share KDE desktops.
%if %{with lang}
%lang_package
%endif
%prep
%setup -q
@ -70,8 +75,11 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
make
%install
cd build
make %{?_smp_mflags} DESTDIR=%{buildroot} install
%make_install -C build
%if %{with lang}
%find_lang %{name} --with-man --all-name
%kf5_find_htmldocs
%endif
for i in 128 64 48 32 22 16
do
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/
@ -101,4 +109,9 @@ make %{?_smp_mflags} DESTDIR=%{buildroot} install
%{_datadir}/krfb/
%{_kf5_appstreamdir}/
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif
%changelog