bar/bar.spec

Name: bar
Summary: Simple command line tool to display information about a data transfer stream
Version: 1.11.1
Release: 1
License: GPLv2
Group: Development/Tools
URL: http://clpbar.sourceforge.net/
Description: This is a simple command line tool to display information about a data transfer stream.

CentOS 7 x86_64

The build was succesful. The following RPMs were generated:

Build Status

CentOS 6 x86_64

The build was succesful. The following RPMs were generated:

Build Status

Contents

The spec file used by the build system currently has the following contents:

# $Id$
# Authority: yury
# Upstream: Michael Peek <peek-sourceforge-bar$tiem,utk,edu>

Summary: Simple command line tool to display information about a data transfer stream
Name: bar
Version: 1.11.1
Release: 1%{?dist}
License: GPLv2
Group: Development/Tools
URL: http://clpbar.sourceforge.net/
Source: http://downloads.sourceforge.net/project/clpbar/clpbar/%{name}-%{version}/%{name}_%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: gcc
BuildRequires: make

%description
This is a simple command line tool to display information
about a data transfer stream.

%prep
%setup

%build
%configure
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR=%{buildroot}

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc AUTHORS COPYING TODO
%{_bindir}/bar
%{_mandir}/man1/bar.1.gz

%changelog
* Sun Aug 14 2011 Yury V. Zaytsev <yury@shurup.com> - 1.11.1-1
- Initial RPM release (Bjarne Saltbaek).
- Minor adjustments for RepoForge.