File _service:set_version:rotter.spec of Package rotter
#
# spec file for package rotter
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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 http://bugs.opensuse.org/
#
%bcond_with lame
%bcond_with twolame
Name: rotter
Version: 0.9
Release: 0
License: GPLv2+
Summary: Recording of Transmission / Audio Logger for JACK
Url: http://www.aelius.com/njh/rotter/
Group: Productivity/Multimedia/Sound/Utilities
Source0: %{name}-%{version}.tar.bz2
BuildRequires: libjack-devel >= 0.100.0
BuildRequires: libsndfile-devel >= 1.0.18
%if %{with lame}
BuildRequires: libmp3lame-devel
%endif
%if %{with twolame}
BuildRequires: libtwolame-devel >= 0.3.9
%endif
%description
Rotter is a Recording of Transmission / Audio Logger for JACK. It was designed
for use by radio stations, who are legally required to keep a recording of all
their output. Rotter runs continuously, writing to a new file every hour.
Rotter can output files in servaral different strutures, including all files in
a single directory or create a directory structure.The advantage of using a
folder hierarchy is that you can store related files in the hour's directory.
%prep
%setup -q
%build
%configure
%{__make} %{?_smp_mflags}
%install
%make_install
%files
%defattr(0644, root, root, 0755)
%doc AUTHORS ChangeLog COPYING README TODO
%attr(0755,root,root) %{_bindir}/%{name}
%{_mandir}/man1/%{name}.1%{ext_man}
%changelog