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