Update to r5060

- split icons to separate package to avoid multilib issues

Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
Adam Tkac 2013-03-12 19:51:29 +01:00
parent 0211a7a154
commit cac497cd0d
3 changed files with 21 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
f4fe59c5cc82b300a0ab43ed9c894784 tigervnc-1.2.80-20130219svn5047.tar.bz2
c95c824e6d723ce8f2eef0f76af5a326 tigervnc-1.2.80-20130307svn5060.tar.bz2

View File

@ -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 <atkac redhat com> - 1.2.80-0.11.20130307svn5060
- update to r5060
- split icons to separate package to avoid multilib issues
* Tue Feb 19 2013 Adam Tkac <atkac redhat com> - 1.2.80-0.10.20130219svn5047
- update to r5047 (X.Org 1.14 support)