2011-06-08 05:07:45 +00:00
|
|
|
# vim: set sw=4 ts=4 et nu:
|
2024-10-17 11:03:24 +00:00
|
|
|
#
|
|
|
|
|
# spec file for package cstream
|
|
|
|
|
#
|
|
|
|
|
# Copyright (c) 2024 SUSE LLC
|
|
|
|
|
#
|
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: cstream
|
|
|
|
|
Version: 4.0.0
|
|
|
|
|
Release: 0
|
|
|
|
|
Summary: General-Purpose Stream-Handling Tool
|
|
|
|
|
License: X11
|
|
|
|
|
Group: Productivity/Text/Utilities
|
|
|
|
|
URL: https://www.cons.org/cracauer/cstream.html
|
|
|
|
|
Source: http://www.cons.org/cracauer/download/cstream-%{version}.tar.gz
|
|
|
|
|
BuildRequires: alsa-devel
|
|
|
|
|
BuildRequires: autoconf
|
|
|
|
|
BuildRequires: automake
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
|
BuildRequires: libtool
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: pkgconfig
|
2011-06-08 05:07:45 +00:00
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
cstream is a general-purpose stream-handling tool like UNIX dd, usually used in
|
|
|
|
|
command line-constructed pipes. Features include sane command line switch
|
|
|
|
|
syntax, exact throughput limiting on the incoming side, precise throughput
|
|
|
|
|
reporting, SIGUSR1 causes a throughput report before end-of-file, built-in
|
|
|
|
|
support to write its PID to a file, built-in support for fifos, IPv6 support,
|
|
|
|
|
and built-in data creation and sink.
|
|
|
|
|
|
|
|
|
|
%prep
|
2024-10-17 11:03:24 +00:00
|
|
|
%autosetup -p1
|
2011-06-08 05:07:45 +00:00
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure
|
2024-10-17 11:03:24 +00:00
|
|
|
%make_build
|
2011-06-08 05:07:45 +00:00
|
|
|
|
|
|
|
|
%install
|
2024-10-17 11:03:24 +00:00
|
|
|
%make_install
|
2011-06-08 05:07:45 +00:00
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc CHANGES COPYRIGHT README TODO
|
|
|
|
|
%{_bindir}/cstream
|
2024-10-17 11:03:24 +00:00
|
|
|
%{_mandir}/man1/cstream.1%{?ext_man}
|
2011-06-08 05:07:45 +00:00
|
|
|
|
2024-10-17 11:03:24 +00:00
|
|
|
%changelog
|