55 lines
1.4 KiB
RPMSpec
55 lines
1.4 KiB
RPMSpec
Name: shntool
|
|
Version: 3.0.10
|
|
Release: 2%{?dist}
|
|
Summary: A multi-purpose WAVE data processing and reporting utility
|
|
|
|
Group: Applications/Multimedia
|
|
License: GPLv2+
|
|
URL: http://etree.org/shnutils/shntool
|
|
Source0: http://etree.org/shnutils/shntool/dist/src/%{name}-%{version}.tar.gz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
%description
|
|
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 -q
|
|
|
|
|
|
%build
|
|
%configure
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc AUTHORS ChangeLog COPYING NEWS README
|
|
%doc doc/*
|
|
%{_bindir}/shn*
|
|
%{_mandir}/man1/%{name}.1.gz
|
|
|
|
|
|
%changelog
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.10-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
* Thu Apr 09 2009 Felix Kaechele <felix at fetzig dot org> - 3.0.10-1
|
|
- 3.0.10
|
|
|
|
* Sun Mar 29 2009 Felix Kaechele <felix at fetzig dot org> - 3.0.9-1
|
|
- 3.0.9
|
|
|
|
* Tue Mar 03 2009 Felix Kaechele <felix at fetzig dot org> - 3.0.8-1
|
|
- initial build
|