diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2007-08-15 20:14:44 -0400 |
---|---|---|
committer | Daniel P. Berrange <berrange@redhat.com> | 2007-08-15 20:14:44 -0400 |
commit | 84163e31de51bd46d302ec5ec2c53a2b6b651986 (patch) | |
tree | 7cf325438ad5ee47ac085a56a017f82a32fef560 /virt-viewer.spec.in | |
parent | d62dc4f28578ce36ce8d601abf30087254a76bb7 (diff) | |
download | virt-viewer-84163e31de51bd46d302ec5ec2c53a2b6b651986.tar.gz virt-viewer-84163e31de51bd46d302ec5ec2c53a2b6b651986.tar.xz virt-viewer-84163e31de51bd46d302ec5ec2c53a2b6b651986.zip |
Fill out authors, news & readme
Diffstat (limited to 'virt-viewer.spec.in')
-rw-r--r-- | virt-viewer.spec.in | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/virt-viewer.spec.in b/virt-viewer.spec.in index b9aaf4b..c31013a 100644 --- a/virt-viewer.spec.in +++ b/virt-viewer.spec.in @@ -1,14 +1,8 @@ # -*- rpm-spec -*- -# This macro is used for the continuous automated builds. It just -# allows an extra fragment based on the timestamp to be appended -# to the release. This distinguishes automated builds, from formal -# Fedora RPM builds -%define _extra_release %{?dist:%{dist}}%{!?dist:%{?extra_release:%{extra_release}}} - Name: @PACKAGE@ Version: @VERSION@ -Release: 1%{_extra_release} +Release: 1%{?dist}%{?extra_release} Summary: Virtual Machine Viewer Group: Applications/Emulators @@ -20,7 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ExclusiveArch: %{ix86} x86_64 ia64 BuildRequires: gtk2-devel -BuildRequires: gtk-vnc-devel +BuildRequires: gtk-vnc-devel >= 0.1.0 BuildRequires: /usr/bin/pod2man %description |