From cac497cd0d9662b8b08ffba2c6da0b95b4879018 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Tue, 12 Mar 2013 19:51:29 +0100 Subject: [PATCH] Update to r5060 - split icons to separate package to avoid multilib issues Signed-off-by: Adam Tkac --- .gitignore | 1 + sources | 2 +- tigervnc.spec | 22 +++++++++++++++++++--- 3 files changed, 21 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3b9bb29..6c289c3 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ tigervnc-1.0.90-20100721svn4113.tar.bz2 /tigervnc-1.2.80-20120905svn4996.tar.bz2 /tigervnc-1.2.80-20121126svn5015.tar.bz2 /tigervnc-1.2.80-20130219svn5047.tar.bz2 +/tigervnc-1.2.80-20130307svn5060.tar.bz2 diff --git a/sources b/sources index 1d1d7cc..d9e2835 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f4fe59c5cc82b300a0ab43ed9c894784 tigervnc-1.2.80-20130219svn5047.tar.bz2 +c95c824e6d723ce8f2eef0f76af5a326 tigervnc-1.2.80-20130307svn5060.tar.bz2 diff --git a/tigervnc.spec b/tigervnc.spec index 643896c..76188da 100644 --- a/tigervnc.spec +++ b/tigervnc.spec @@ -1,8 +1,8 @@ -%global snap 20130219svn5047 +%global snap 20130307svn5060 Name: tigervnc Version: 1.2.80 -Release: 0.10.%{snap}%{?dist} +Release: 0.11.%{snap}%{?dist} Summary: A TigerVNC remote display system Group: User Interface/Desktops @@ -31,6 +31,7 @@ Requires(preun):systemd-units Requires(postun):systemd-units coreutils Requires: hicolor-icon-theme Requires: tigervnc-license +Requires: tigervnc-icons Provides: vnc = 4.1.3-2, vnc-libs = 4.1.3-2 Obsoletes: vnc < 4.1.3-2, vnc-libs < 4.1.3-2 @@ -120,6 +121,14 @@ BuildArch: noarch %description license This package contains license of the TigerVNC suite +%package icons +Summary: Icons for TigerVNC viewer +Group: User Interface/X +BuildArch: noarch + +%description icons +This package contains icons for TigerVNC viewer + %prep %setup -q -n %{name}-%{version}-%{snap} @@ -255,7 +264,6 @@ fi %defattr(-,root,root,-) %doc README.txt %{_bindir}/vncviewer -%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/applications/* %{_mandir}/man1/vncviewer.1* @@ -291,7 +299,15 @@ fi %files license %doc LICENCE.TXT +%files icons +%defattr(-,root,root,-) +%{_datadir}/icons/hicolor/*/apps/* + %changelog +* Tue Mar 12 2013 Adam Tkac - 1.2.80-0.11.20130307svn5060 +- update to r5060 +- split icons to separate package to avoid multilib issues + * Tue Feb 19 2013 Adam Tkac - 1.2.80-0.10.20130219svn5047 - update to r5047 (X.Org 1.14 support)