File rovclock.spec of Package rovclock
#
# spec file for package rovclock (Version 0.6e)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: rovclock
Version: 0.6e
Release: 39
Summary: Radeon overclocking utility
License: GPL v2 or later
Url: http://www.hasw.net/linux/
Group: System/Console
Source: %{name}-%{version}.tar.bz2
Patch1: rovclock-0.6e-use-cflags.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 x86_64
%description
Radeon overclocking utility
Authors:
--------
Sebastian Witt <se.witt@gmx.net>
%prep
%setup -q
%patch1
#%patch2
#%patch3
%build
make CFLAGS="$RPM_OPT_FLAGS"
%install
mkdir -p $RPM_BUILD_ROOT/usr/sbin
cp rovclock $RPM_BUILD_ROOT/usr/sbin/
chmod 555 $RPM_BUILD_ROOT/usr/sbin/rovclock
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr (-,root,root)
/usr/sbin/rovclock
%doc ChangeLog
%doc README
%changelog
* Wed Aug 13 2008 ro@suse.de
- add ExclusiveArch
* Tue Dec 11 2007 seife@suse.de
- initial submission