diff --git a/xvattr.spec b/xvattr.spec index 18e88ec..2fef43a 100644 --- a/xvattr.spec +++ b/xvattr.spec @@ -1,46 +1,57 @@ -# $Id: xvattr.spec,v 1.2 2004/11/09 02:51:45 cvsextras Exp $ +# $Id: xvattr.spec,v 1.3 2004/11/09 02:51:52 cvsextras Exp $ +# Authority: matthias -Summary: Utility for getting and setting Xv attributes. +Summary: Utility for getting and setting Xv attributes Name: xvattr Version: 1.3 -Release: fr2 +Release: 4.1.fc1.fr License: GPL Group: User Interface/X -Source: http://www.dtek.chalmers.se/groups/dvd/dist/%{name}-%{version}.tar.gz URL: http://www.dtek.chalmers.se/groups/dvd/ -BuildRoot: %{_tmppath}/%{name}-root -Requires: XFree86, gtk+ +Source: http://www.dtek.chalmers.se/groups/dvd/dist/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: XFree86-devel, gtk+-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 -q +%setup + %build %configure -make %{?_smp_mflags} +%{__make} %{?_smp_mflags} + %install -rm -rf %{buildroot} +%{__rm} -rf %{buildroot} %makeinstall + %clean -rm -rf %{buildroot} +%{__rm} -rf %{buildroot} + %files -%defattr(-, root, root) +%defattr(-, root, root, 0755) %doc AUTHORS COPYING ChangeLog NEWS README -%{_bindir}/g%{name} -%{_bindir}/%{name} -%{_mandir}/man1/%{name}.1* +%{_bindir}/* +%{_mandir}/man?/* + %changelog -* Mon Mar 31 2003 Matthias Saou +* 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 +* Fri Oct 4 2002 Matthias Saou - Initial rpm release.