Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
13e1532f42 | ||
|
|
153109777f | ||
|
|
f6ccedef6b | ||
|
|
d8265afb03 |
5 changed files with 13 additions and 27 deletions
|
|
@ -1 +0,0 @@
|
|||
viaideinfo-0.4.tar.gz
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
viaideinfo-0.5.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: viaideinfo
|
||||
# $Id$
|
||||
NAME := viaideinfo
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
e436a580eb8a047a0551cb996b11e6f5 viaideinfo-0.4.tar.gz
|
||||
5db6b9f406416e33efd31df1ad44a54c viaideinfo-0.5.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Name: viaideinfo
|
||||
Version: 0.4
|
||||
Release: 3%{?dist}
|
||||
Version: 0.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Displays the information of installed VIA IDE controllers
|
||||
Group: Applications/System
|
||||
License: GPL
|
||||
|
|
@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||
ExclusiveArch: %{ix86} x86_64
|
||||
|
||||
BuildRequires: pciutils-devel >= 2.2.0
|
||||
BuildRequires: zlib-devel
|
||||
|
||||
# Taken from the README
|
||||
%description
|
||||
|
|
@ -26,7 +27,7 @@ run as root.
|
|||
Supported devices:
|
||||
VT82C576, VT82C586, VT82C586A, VT82C586B, VT82C596A, VT82C596B,
|
||||
VT82C686, VT82C686A, VT82C686B, VT8231, VT8233, VT8233C, VT8233A,
|
||||
VT8235, VT8237, VT8237A, VT8251, VT6410
|
||||
VT8235, VT8237, VT8237A, VT8251, VT6410, VT8237S, CX700
|
||||
|
||||
|
||||
%prep
|
||||
|
|
@ -55,11 +56,17 @@ rm -rf %{buildroot}
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 31 2007 Peter Gordon <peter@thecodergeek.com> - 0.5-1
|
||||
- Update to new upstream release (0.5). This adds support for SATA_EIDE
|
||||
controllers and VT8237S, CX700 southbridges.
|
||||
- Added zlib-devel to BuildRequires.
|
||||
- Fix minor grammar error in prior %%changelog entry.
|
||||
|
||||
* Sat Oct 21 2006 Peter Gordon <peter@thecodergeek.com> - 0.4-3
|
||||
- Bump release to fix CVS tagging issue
|
||||
|
||||
* Sat Oct 21 2006 Peter Gordon <peter@thecodergeek.com> - 0.4-2
|
||||
- Enable building on x86_64 (It works fine on x86-64 Via-based systems too,
|
||||
- Enable building on x86_64. (It works fine on x86-64 Via-based systems too,
|
||||
according to an email from the upstream maintainer.)
|
||||
|
||||
* Tue Oct 17 2006 Peter Gordon <peter@thecodergeek.com> - 0.4-1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue