Compare commits

..

3 commits

Author SHA1 Message Date
Fedora Release Engineering
2e0dcba35a dist-git conversion 2010-07-29 14:58:12 +00:00
Bill Nottingham
81f3e3ea03 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:13:37 +00:00
Jesse Keating
c33a917274 Initialize branch F-10 for viaideinfo 2008-11-07 04:12:22 +00:00
3 changed files with 80 additions and 1 deletions

View file

@ -1 +0,0 @@
This package was retired on 2011-07-25 due to it being unable to build this package for multiple releases (FTBFS).

1
sources Normal file
View file

@ -0,0 +1 @@
5db6b9f406416e33efd31df1ad44a54c viaideinfo-0.5.tar.gz

79
viaideinfo.spec Normal file
View file

@ -0,0 +1,79 @@
Name: viaideinfo
Version: 0.5
Release: 3%{?dist}
Summary: Displays the information of installed VIA IDE controllers
Group: Applications/System
License: GPLv2+
URL: http://reactivated.net/software/viaideinfo
Source0: http://reactivated.net/software/viaideinfo/viaideinfo-%{version}.tar.gz
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
This command-line application identifies VIA IDE controllers installed in the
computer, and displays various information/statistics regarding these. This
does not depend on the via82cxxx kernel IDE driver, and will work regardless of
whether it is present or not. All this information used to be available through
/proc/ide/via; however this file was removed in Linux 2.6.15 to reduce the
complexity of the IDE driver. Since it performs some basic port I/O, it must be
run as root.
Supported devices:
VT82C576, VT82C586, VT82C586A, VT82C586B, VT82C596A, VT82C596B,
VT82C686, VT82C686A, VT82C686B, VT8231, VT8233, VT8233C, VT8233A,
VT8235, VT8237, VT8237A, VT8251, VT6410, VT8237S, CX700
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README THANKS
%{_bindir}/%{name}
%{_mandir}/man8/%{name}.8.gz
%changelog
* Mon Sep 8 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.5-3
- fix license tag
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.5-2
- Autorebuild for GCC 4.3
* 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,
according to an email from the upstream maintainer.)
* Tue Oct 17 2006 Peter Gordon <peter@thecodergeek.com> - 0.4-1
- Initial packaging