- 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
This commit is contained in:
parent
293ae4c800
commit
41b4b33048
@ -1 +1 @@
|
||||
LibVNCServer-0.9.7.tar.gz
|
||||
LibVNCServer-0.9.7-clean.tar.xz
|
||||
|
||||
@ -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 <skasal@redhat.com> - 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 <rel-eng@lists.fedoraproject.org> - 0.9.7-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user