Blame 915resolution.spec

Chris Weyl be042d5
Name:           915resolution
Chris Weyl be042d5
Version:        0.5.2
Chris Weyl be042d5
Release:        1%{?dist}
Chris Weyl be042d5
Summary:        Intel video BIOS hack to support certain resolutions 
Chris Weyl be042d5
Chris Weyl be042d5
Group:          User Interface/X Hardware Support 
Chris Weyl be042d5
License:        Public Domain 
Chris Weyl be042d5
URL:            http://www.geocities.com/stomljen/ 
Chris Weyl be042d5
Source0:        http://www.geocities.com/stomljen/%{name}-%{version}.tar.gz
Chris Weyl be042d5
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Chris Weyl be042d5
Chris Weyl be042d5
# simple "get it going" instructions
Chris Weyl be042d5
Source100:      README.fedora
Chris Weyl be042d5
Chris Weyl be042d5
%description
Chris Weyl be042d5
915resolution is a tool to modify the video BIOS of the 800 and 900 series
Chris Weyl be042d5
Intel graphics chipsets. This includes the 845G, 855G, and 865G chipsets, as
Chris Weyl be042d5
well as 915G, 915GM, and 945G chipsets. This modification is necessary to
Chris Weyl be042d5
allow the display of certain graphics resolutions for an Xorg or XFree86
Chris Weyl be042d5
graphics server.
Chris Weyl be042d5
Chris Weyl be042d5
915resolution's modifications of the BIOS are transient. There is no risk of
Chris Weyl be042d5
permanent modification of the BIOS. This also means that 915resolution must be
Chris Weyl be042d5
run every time the computer boots inorder for it's changes to take effect.
Chris Weyl be042d5
Chris Weyl be042d5
915resolution is derived from the tool 855resolution. However, the code
Chris Weyl be042d5
differs substantially. 915resolution's code base is much simpler.
Chris Weyl be042d5
915resolution also allows the modification of bits per pixel. 
Chris Weyl be042d5
Chris Weyl be042d5
%prep
Chris Weyl be042d5
%setup -q 
Chris Weyl be042d5
Chris Weyl be042d5
# keep rpmlint from complaining....
Chris Weyl be042d5
chmod -x dump_bios
Chris Weyl be042d5
Chris Weyl be042d5
cp %{SOURCE100} .
Chris Weyl be042d5
Chris Weyl be042d5
%build
Chris Weyl be042d5
make clean
Chris Weyl be042d5
make %{?_smp_mflags}
Chris Weyl be042d5
Chris Weyl be042d5
Chris Weyl be042d5
%install
Chris Weyl be042d5
rm -rf %{buildroot}
Chris Weyl be042d5
mkdir -p %{buildroot}%{_sbindir}
Chris Weyl be042d5
cp %{name} %{buildroot}%{_sbindir}
Chris Weyl be042d5
Chris Weyl be042d5
Chris Weyl be042d5
%clean
Chris Weyl be042d5
rm -rf %{buildroot}
Chris Weyl be042d5
Chris Weyl be042d5
Chris Weyl be042d5
%files
Chris Weyl be042d5
%defattr(-,root,root,-)
Chris Weyl be042d5
%doc LICENSE.txt README* changes.log chipset_info.txt dump_bios
Chris Weyl be042d5
%{_sbindir}/*
Chris Weyl be042d5
Chris Weyl be042d5
Chris Weyl be042d5
%changelog
Chris Weyl be042d5
* Thu Jul 27 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.5.2-1
Chris Weyl be042d5
- bump release
Chris Weyl be042d5
- add README.fedora
Chris Weyl be042d5
Chris Weyl be042d5
* Tue Jun 13 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.5.2-0
Chris Weyl be042d5
- Initial spec file for F-E