|
@@ -1,16 +1,17 @@
|
|
Summary: Run real-mode video BIOS code to alter hardware state
|
|
Summary: Run real-mode video BIOS code to alter hardware state
|
|
|
|
|
|
Name: vbetool
|
|
Name: vbetool
|
|
-Version: 1.1
|
|
|
|
|
|
+Version: 1.2.2
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
|
|
|
|
Group: System Environment/Base
|
|
Group: System Environment/Base
|
|
License: GPLv2
|
|
License: GPLv2
|
|
URL: http://www.codon.org.uk/~mjg59/vbetool/
|
|
URL: http://www.codon.org.uk/~mjg59/vbetool/
|
|
-Source0: http://www.codon.org.uk/~mjg59/vbetool/download/vbetool-%{version}.tar.gz
|
|
|
|
|
|
+Source0: http://www.codon.org.uk/~mjg59/vbetool/download/vbetool-%{version}.tar.bz2
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
|
|
-BuildRequires: zlib-devel pciutils-devel libx86-devel
|
|
|
|
|
|
+BuildRequires: zlib-devel, pciutils-devel, libx86-devel >= 1.1-2
|
|
|
|
+BuildRequires: libpciaccess-devel
|
|
# does not build on ppc and ppc64, see #285361 (RedHat Bugzilla)
|
|
# does not build on ppc and ppc64, see #285361 (RedHat Bugzilla)
|
|
# on ppc sys/io.h is missing, on ppc64 there are more complaints
|
|
# on ppc sys/io.h is missing, on ppc64 there are more complaints
|
|
# build.logs are attached in the bug report
|
|
# build.logs are attached in the bug report
|
|
@@ -34,6 +35,7 @@ make %{?_smp_mflags}
|
|
%install
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
+install -m 0644 -D udev-video-post-example.rules $RPM_BUILD_ROOT/etc/udev/rules.d/92-video-post.rules
|
|
|
|
|
|
|
|
|
|
%clean
|
|
%clean
|
|
@@ -43,11 +45,17 @@ rm -rf $RPM_BUILD_ROOT
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%doc COPYING
|
|
%doc COPYING
|
|
|
|
+%{_sysconfdir}/udev/rules.d/92-video-post.rules
|
|
%{_sbindir}/vbetool
|
|
%{_sbindir}/vbetool
|
|
%{_mandir}/man1/vbetool.1.gz
|
|
%{_mandir}/man1/vbetool.1.gz
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Mar 15 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2-1
|
|
|
|
+- new upstream release
|
|
|
|
+- install udev rules
|
|
|
|
+- add BR: libpciaccess-devel
|
|
|
|
+
|
|
* Sun Oct 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1-1
|
|
* Sun Oct 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1-1
|
|
- initial build for Vine Linux
|
|
- initial build for Vine Linux
|
|
|
|
|