shntool/shntool.spec

Name: shntool
Summary: Multi-purpose WAVE data processing and reporting utility
Version: 3.0.10
Release: 1
License: GPL
Group: Applications/Multimedia
URL: http://www.etree.org/shnutils/shntool/
Description: shntool is a multi-purpose WAVE data processing and reporting utility. File formats are abstracted from its core, so it can process any file that contains WAVE data, compressed or not - provided there exists a format module to handle that particular file type.

CentOS 7 x86_64

The build could not start because of the following missing build requirements:

Build Status

CentOS 6 x86_64

The build could not start because of the following missing build requirements:

Build Status

Contents

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

# $Id$
# Authority: dag

Summary: Multi-purpose WAVE data processing and reporting utility
Name: shntool
Version: 3.0.10
Release: 1%{?dist}
License: GPL
Group: Applications/Multimedia
URL: http://www.etree.org/shnutils/shntool/

Source: http://www.etree.org/shnutils/shntool/dist/src/shntool-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: shorten, flac, sox
Requires: shorten, flac, sox

%description
shntool is a multi-purpose WAVE data processing and reporting
utility. File formats are abstracted from its core, so it can process
any file that contains WAVE data, compressed or not - provided there
exists a format module to handle that particular file type.

%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 ChangeLog COPYING NEWS README doc/*
%doc %{_mandir}/man1/shntool.1*
%{_bindir}/shncat
%{_bindir}/shncmp
%{_bindir}/shnconv
%{_bindir}/shncue
%{_bindir}/shnfix
%{_bindir}/shngen
%{_bindir}/shnhash
%{_bindir}/shninfo
%{_bindir}/shnjoin
%{_bindir}/shnlen
#%{_bindir}/shnmd5
%{_bindir}/shnpad
%{_bindir}/shnsplit
%{_bindir}/shnstrip
%{_bindir}/shntool
%{_bindir}/shntrim

%changelog
* Sat Apr 04 2009 Dag Wieers <dag@wieers.com> - 3.0.10-1
- Updated to release 3.0.10.

* Mon Mar 23 2009 Dag Wieers <dag@wieers.com> - 3.0.9-1
- Updated to release 3.0.9.

* Thu Aug 28 2008 Dag Wieers <dag@wieers.com> - 3.0.8-1
- Updated to release 3.0.8.

* Tue Mar 04 2008 Dag Wieers <dag@wieers.com> - 3.0.7-1
- Updated to release 3.0.7.

* Tue Dec 18 2007 Dag Wieers <dag@wieers.com> - 3.0.6-1
- Updated to release 3.0.6.

* Mon Oct 22 2007 Dag Wieers <dag@wieers.com> - 3.0.5-1
- Updated to release 3.0.5.

* Sat Sep 08 2007 Dag Wieers <dag@wieers.com> - 3.0.4-1
- Updated to release 3.0.4.

* Fri Jun 01 2007 Dag Wieers <dag@wieers.com> - 3.0.3-1
- Updated to release 3.0.3.

* Mon Feb 19 2007 Dag Wieers <dag@wieers.com> - 3.0.2-1
- Updated to release 3.0.2.

* Thu Jan 25 2007 Dag Wieers <dag@wieers.com> - 3.0.1-1
- Updated to release 3.0.1.

* Wed Jul 14 2004 Dag Wieers <dag@wieers.com> - 2.0.3-1
- Initial package. (using DAR)