From 41b4b33048b2abc85c0364355a05b3d630cef676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Kasal?= Date: Thu, 18 Feb 2010 13:25:25 +0000 Subject: [PATCH] - repack the tarball, there are .jar files without any source - do not BR findutils, they are guaranteed in Fedora mock - fix obsolete, so that it covers only packages created before this spec was added to Fedora --- .cvsignore | 2 +- libvncserver.spec | 16 ++++++++++++---- sources | 2 +- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 4be5f1b..daebdff 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -LibVNCServer-0.9.7.tar.gz +LibVNCServer-0.9.7-clean.tar.xz diff --git a/libvncserver.spec b/libvncserver.spec index 9e1385f..121c85b 100644 --- a/libvncserver.spec +++ b/libvncserver.spec @@ -8,12 +8,15 @@ Summary: Library to make writing a vnc server easy Name: libvncserver Version: 0.9.7 -Release: 3%{?dist} +Release: 4%{?dist} # NOTE: --with-tightvnc-filetransfer => GPLv2 License: GPLv2+ Group: System Environment/Libraries URL: http://libvncserver.sourceforge.net/ -Source0: http://downloads.sf.net/libvncserver/LibVNCServer-%{version}.tar.gz +# This source is made from +# http://downloads.sf.net/libvncserver/LibVNCServer-%{version}.tar.gz +# by deleting all .jar files. +Source0: LibVNCServer-%{version}-clean.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch1: libvncserver-0.9.7-system_minilzo.patch @@ -26,10 +29,9 @@ Patch50: libvncserver-LINUX.patch Patch100: libvncserver-0.9.1-close_server_socket.patch # upstream name -Obsoletes: LibVNCServer < %{version}-%{release} +Obsoletes: LibVNCServer < 0.9.1 Provides: LibVNCServer = %{version}-%{release} -BuildRequires: findutils BuildRequires: libjpeg-devel BuildRequires: zlib-devel %{?system_minilzo:BuildRequires: lzo-minilzo lzo-devel} @@ -122,6 +124,12 @@ rm -rf %{buildroot} %changelog +* Thu Feb 18 2010 Stepan Kasal - 0.9.7-4 +- repack the tarball, there are .jar files without any source +- do not BR findutils, they are guaranteed in Fedora mock +- fix obsolete, so that it covers only packages created before this + spec was added to Fedora + * Sat Jul 25 2009 Fedora Release Engineering - 0.9.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index cf0687c..61a47f6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -14af5bdae461df4666c18e5f83c150c4 LibVNCServer-0.9.7.tar.gz +ad6811d32e275df89b3dbcf491d4f3f5 LibVNCServer-0.9.7-clean.tar.xz