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:
parent
a588bc0578
commit
2d9f539cc1
17
krfb.spec
17
krfb.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user