]> git.pld-linux.org Git - packages/915resolution.git/blame - 915resolution.spec
- init
[packages/915resolution.git] / 915resolution.spec
CommitLineData
2cce4290
MWP
1#
2Summary: 915resolution - changes the resolution of an available vbios mode.
3Summary(pl): 915resolution
8b4a6f5a 4Name: 915resolution
5Version: 0.5.2
2cce4290
MWP
6Release: 0.1
7License: PUBLIC DOMAIN
8Group: Applications
8b4a6f5a 9Source0: http://www.geocities.com/stomljen/%{name}-%{version}.tar.gz
10# Source0-md5: a3441e5662c5ff1e00dc97de4487e8f8
2cce4290
MWP
11Patch0: %{name}-DESTDIR.patch
12URL: http://www.geocities.com/stomljen/
8b4a6f5a 13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
8b4a6f5a 16
2cce4290 17This software changes the resolution of an available vbios mode.
8b4a6f5a 18
2cce4290
MWP
19It patches only the RAM version of the video bios so the new resolution
20is loose each time you reboot.
21If you want to set the resolution each time you reboot and before to
22launch X, use your rc.local, ... file of your Linux version.
8b4a6f5a 23
24%prep
25%setup -q
2cce4290 26%patch0 -p1
8b4a6f5a 27
28%build
2cce4290 29%{__make}
8b4a6f5a 30
31%install
32rm -rf $RPM_BUILD_ROOT
2cce4290 33install -d $RPM_BUILD_ROOT/%{_sbindir}
8b4a6f5a 34
2cce4290
MWP
35%{__make} install \
36 DESTDIR=$RPM_BUILD_ROOT
8b4a6f5a 37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
8b4a6f5a 41%files
42%defattr(644,root,root,755)
2cce4290 43%doc changes.log chipset_info.txt README.txt LICENSE.txt
8b4a6f5a 44%attr(755,root,root) %{_sbindir}/*
This page took 0.103878 seconds and 4 git commands to generate.