rpms/devio/devel devio.man, NONE, 1.1 devio.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Dan Horák sharkcz at fedoraproject.org
Thu Sep 17 08:32:28 UTC 2009


Author: sharkcz

Update of /cvs/pkgs/rpms/devio/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31832

Modified Files:
	.cvsignore sources 
Added Files:
	devio.man devio.spec 
Log Message:
initial import


--- NEW FILE devio.man ---
.\"                                      Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH DEVIO 1 "October 18, 2005"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh        disable hyphenation
.\" .hy        enable hyphenation
.\" .ad l      left justify
.\" .ad b      justify to both left and right margins
.\" .nf        disable filling
.\" .fi        enable filling
.\" .br        insert line break
.\" .sp <n>    insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
devio \- program to read and write from block devices
.SH SYNOPSIS
.B devio
.RI [ options ] " files" ...
.SH DESCRIPTION
This manual page documents briefly the
.B devio
command.
.PP
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
.\" respectively.
\fBdevio\fP is a command line program intended to read and write
from block devices.
.SH OPTIONS
This program follows the usual GNU command line syntax, with long
options starting with two dashes (`-').
A summary of options is included below.
.TP
.B \-h, \-\-help
Show summary of options.
.TP
.B \-v, \-\-version
Show version of program.
.SH SEE ALSO
.BR dd (1),
.BR cat (1).
.br
.SH AUTHOR
devio was written by John Bowler <jbowler at acm.org>.
.PP
This manual page was written by Rod Whitby <rod at whitby.id.au>,
for the Debian project (but may be used by others).


--- NEW FILE devio.spec ---
Name:           devio
Version:        1.2
Release:        2%{?dist}
Summary:        Read and write utility for block devices

Group:          Development/Tools
License:        MIT
URL:            http://devio.sourceforge.net
Source0:        http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source1:        %{name}.man
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)


%description
devio is a command line utility intended to read and write on block devices.
The primary difference between devio and other command line utilities, such
as dd and cat, is that it is not stream based - it writes directly into
the object rather than reading and writing a stream of data.


%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


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

install -Dp -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog NEWS README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*


%changelog
* Wed Sep 15 2009 Dan Horák <dan[at]danny.cz> - 1.2-2
- fixed section number in the man page

* Mon Aug 31 2009 Dan Horák <dan[at]danny.cz> - 1.2-1
- initial Fedora version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/devio/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	16 Sep 2009 21:45:27 -0000	1.1
+++ .cvsignore	17 Sep 2009 08:32:27 -0000	1.2
@@ -0,0 +1 @@
+devio-1.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/devio/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	16 Sep 2009 21:45:27 -0000	1.1
+++ sources	17 Sep 2009 08:32:27 -0000	1.2
@@ -0,0 +1 @@
+5d332c2bffc0791367bcf3368ba1a0d1  devio-1.2.tar.gz




More information about the fedora-extras-commits mailing list