diff --git a/xvattr.spec b/xvattr.spec index 1855129..d360aa9 100644 --- a/xvattr.spec +++ b/xvattr.spec @@ -1,20 +1,20 @@ Summary: Utility for getting and setting Xv attributes Name: xvattr Version: 1.3 -Release: 8%{?dist} +Release: 9%{?dist} 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 -%if "%{?fedora}" >= "5" +# Use monolithic X up to FC4, and modular X for FC5+ and non-Fedora +%if %{!?fedora:5}%{?fedora} >= 5 BuildRequires: libXt-devel, libXv-devel %else BuildRequires: xorg-x11-devel %endif - %description This program is used for getting and setting Xv attributes such as XV_BRIGHTNESS, XV_CONTRAST, XV_SATURATION, XV_HUE, XV_COLORKEY, ... @@ -46,6 +46,9 @@ XV_BRIGHTNESS, XV_CONTRAST, XV_SATURATION, XV_HUE, XV_COLORKEY, ... %changelog +* Mon Mar 6 2006 Matthias Saou 1.3-9 +- FC5 rebuild. + * Thu Feb 9 2006 Matthias Saou 1.3-8 - Rebuild for new gcc/glibc and modular X.