# $Id$ # Authority: matthias # Upstream: Björn Englund %{?dtag: %{expand: %%define %dtag 1}} %{?fc4:%define _without_modxorg 1} %{?el4:%define _without_modxorg 1} %{?fc3:%define _without_modxorg 1} %{?fc2:%define _without_modxorg 1} %{?fc1:%define _without_modxorg 1} %{?el3:%define _without_modxorg 1} %{?rh9:%define _without_modxorg 1} %{?rh7:%define _without_modxorg 1} %{?el2:%define _without_modxorg 1} %{?yd3:%define _without_modxorg 1} Summary: Utility for getting and setting Xv attributes Name: xvattr Version: 1.3 Release: 4 License: GPL Group: User Interface/X URL: http://www.dtek.chalmers.se/groups/dvd/ Source: http://www.dtek.chalmers.se/groups/dvd/dist/xvattr-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: gtk+-devel %{!?_without_modxorg:BuildRequires: libX11-devel, libXv-devel} %{?_without_modxorg:BuildRequires: XFree86-devel} %description This program is used for getting and setting Xv attributes such as XV_BRIGHTNESS, XV_CONTRAST, XV_SATURATION, XV_HUE, XV_COLORKEY, ... %prep %setup %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %makeinstall %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc AUTHORS COPYING ChangeLog NEWS README %{_bindir}/* %{_mandir}/man?/* %changelog * Wed Mar 24 2004 Matthias Saou 1.3-4 - Remove explicit XFree86 dependency for the binary package. * Fri Nov 7 2003 Matthias Saou 1.3-3 - Rebuild for Fedora Core 1. * Mon Mar 31 2003 Matthias Saou - Rebuilt for Red Hat Linux 9. * Fri Oct 4 2002 Matthias Saou - Initial rpm release.