source: projects/specs/trunk/v/vbetool/vbetool-vl.spec @ 8084

Revision 8084, 2.6 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

Line 
1Summary:        Run real-mode video BIOS code to alter hardware state
2
3Name:           vbetool
4Version:        1.2.2
5Release:        3%{?_dist_release}
6
7Group:          System Environment/Base
8License:        GPLv2
9URL:            http://www.codon.org.uk/~mjg59/vbetool/
10Source0:        http://www.codon.org.uk/~mjg59/vbetool/download/vbetool-%{version}.tar.bz2
11BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
12
13BuildRequires:  zlib-devel, pciutils-devel, libx86-devel >= 1.1-2
14BuildRequires:  libpciaccess-devel
15# does not build on ppc and ppc64, see #285361 (RedHat Bugzilla)
16# on ppc sys/io.h is missing, on ppc64 there are more complaints
17# build.logs are attached in the bug report
18ExcludeArch:    ppc ppc64
19
20Vendor: Project Vine
21Distribution: Vine Linux
22
23%description
24vbetool uses lrmi in order to run code from the video BIOS. Currently, it is
25able to alter DPMS states, save/restore video card state and attempt to
26initialize the video card from scratch.
27
28
29%prep
30%setup -q
31
32%build
33%configure --with-x86emu
34make %{?_smp_mflags}
35
36
37%install
38rm -rf $RPM_BUILD_ROOT
39make install DESTDIR=$RPM_BUILD_ROOT
40install -m 0644 -D udev-video-post-example.rules $RPM_BUILD_ROOT/etc/udev/rules.d/92-video-post.rules
41
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46
47%files
48%defattr(-,root,root,-)
49%doc COPYING
50%{_sysconfdir}/udev/rules.d/92-video-post.rules
51%{_sbindir}/vbetool
52%{_mandir}/man1/vbetool.1.gz
53
54
55%changelog
56* Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.2-3
57- rebuild with VineSeed environment
58
59* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 1.2.2-2
60- rebuilt with rpm-4.8.1-3
61
62* Mon Mar 15 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2-1
63- new upstream release
64- install udev rules
65- add BR: libpciaccess-devel
66
67* Sun Oct 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1-1
68- initial build for Vine Linux
69
70* Mon May 19 2008 Matthew Garrett <mjg@redhat.com> - 1.1-1
71- update to version 1.1
72
73* Tue Mar 25 2008 Till Maas <opensource till name> - 0.7-6
74- remove overriding of CFLAGS for x86emu
75
76* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.7-5
77- Autorebuild for GCC 4.3
78
79* Sun Dec 02 2007 Till Maas <opensource till name> - 0.7-4
80- libz.a is now in a -static subpackage, add to BR
81
82* Tue Nov 13 2007 Adam Jackson <ajax@redhat.com> 0.7-3
83- Build with x86emu everywhere for uniformity of bugs and consistency with X.
84
85* Fri Sep 07 2007 Till Maas <opensource till name> 0.7-2
86- ExcludeArch: ppc and ppc64 (does not build there)
87- add Conflicts with old pm-utils package
88
89* Fri Aug 31 2007 Till Maas <opensource till name> - 0.7-1
90- initial release for Fedora with patches from the pm-utils package
Note: See TracBrowser for help on using the repository browser.