rpms/viaideinfo/devel viaideinfo.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Thu Oct 19 06:50:43 UTC 2006


Author: pgordon

Update of /cvs/extras/rpms/viaideinfo/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6518/devel

Modified Files:
	.cvsignore sources 
Added Files:
	viaideinfo.spec 
Log Message:
auto-import viaideinfo-0.4-1 on branch devel from viaideinfo-0.4-1.src.rpm
Initial import (review and approval in bug #211256)


--- NEW FILE viaideinfo.spec ---
Name:		viaideinfo
Version:	0.4
Release:	1%{?dist}
Summary:	Displays the information of installed VIA IDE controllers 
Group:		Applications/System
License:	GPL
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}

BuildRequires:	pciutils-devel >= 2.2.0  

# 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


%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
* Tue Oct 17 2006 Peter Gordon <peter at thecodergeek.com> - 0.4-1
- Initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/viaideinfo/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Oct 2006 06:49:52 -0000	1.1
+++ .cvsignore	19 Oct 2006 06:50:13 -0000	1.2
@@ -0,0 +1 @@
+viaideinfo-0.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/viaideinfo/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Oct 2006 06:49:52 -0000	1.1
+++ sources	19 Oct 2006 06:50:13 -0000	1.2
@@ -0,0 +1 @@
+e436a580eb8a047a0551cb996b11e6f5  viaideinfo-0.4.tar.gz




More information about the scm-commits mailing list