rpms/ioport/F-10 import.log, NONE, 1.1 ioport.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Richard W.M. Jones rjones at fedoraproject.org
Mon Mar 23 11:28:47 UTC 2009


Author: rjones

Update of /cvs/pkgs/rpms/ioport/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5681/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log ioport.spec 
Log Message:
Initial import.



--- NEW FILE import.log ---
ioport-1_2-1_fc11:F-10:ioport-1.2-1.fc11.src.rpm:1237807715


--- NEW FILE ioport.spec ---
# ioport.spec.  Generated from ioport.spec.in by configure.

Summary:     Access I/O ports
Name:        ioport
Version:     1.2
Release:     1%{?dist}
License:     GPLv2+
Group:       Development/Tools
URL:         http://et.redhat.com/~rjones/ioport/
Source0:     http://et.redhat.com/~rjones/ioport/files/%{name}-%{version}.tar.gz
BuildRoot:   %{_tmppath}/%{name}-%{version}-%{release}-root
ExclusiveArch: %{ix86} x86_64


%description
These commands enable command line and script access directly to I/O
ports on PC hardware.

The inb, inw and inl commands perform an input (read) operation on the
given I/O port, and print the result.

The outb, outw and outl commands perform an output (write) operation
to the given I/O port, sending the given data.  Note that the order of
the parameters is ADDRESS DATA.

The size of the operation is selected according to the suffix, with
'b' meaning byte, 'w' meaning word (16 bits) and 'l' meaning long
(32 bits).


%prep
%setup -q


%build
%configure
make


%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING README
%{_bindir}/inb
%{_bindir}/inw
%{_bindir}/inl
%{_bindir}/outb
%{_bindir}/outw
%{_bindir}/outl
%{_mandir}/man1/inb.1*
%{_mandir}/man1/inw.1*
%{_mandir}/man1/inl.1*
%{_mandir}/man1/outb.1*
%{_mandir}/man1/outw.1*
%{_mandir}/man1/outl.1*


%changelog
* Mon Mar 16 2009 Richard Jones <rjones at redhat.com> - 1.1-1
- Only offer to build on x86 and x86-64 architectures.

* Mon Mar  9 2009 Richard Jones <rjones at redhat.com> - 1.0-1
- Initial build.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ioport/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Mar 2009 02:55:24 -0000	1.1
+++ .cvsignore	23 Mar 2009 11:28:16 -0000	1.2
@@ -0,0 +1 @@
+ioport-1.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ioport/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Mar 2009 02:55:24 -0000	1.1
+++ sources	23 Mar 2009 11:28:16 -0000	1.2
@@ -0,0 +1 @@
+cb5491eb1b08de5372bbbfbff8c3eada  ioport-1.2.tar.gz




More information about the fedora-extras-commits mailing list