vorbis-tools/vorbis-tools.spec

88 lines
2.2 KiB
RPMSpec

Name: vorbis-tools
Version: 1.4.2
Release: 1mamba
Summary: Tools for the vorbis library
Group: System/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Aleph0 <aleph0@openmamba.org>
URL: http://www.vorbis.com/
Source: http://downloads.xiph.org/releases/vorbis/%{name}-%{version}.tar.gz
Patch: %{name}-1.1.1-curl_CURLOPT_MUTE.patch
License: GPL
BuildRequires: pkgconfig
BuildRequires: gettext-devel
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libao-devel
BuildRequires: libcurl-devel
BuildRequires: libflac-devel
BuildRequires: libogg-devel
BuildRequires: libspeex-devel
BuildRequires: libvorbis-devel
## AUTOBUILDREQ-END
BuildRequires: libkate-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
This package contains some tools for the vorbis library.
%debug_package
%prep
%setup -q
#%patch -p1
%build
%configure --enable-vcut
%make
%install
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
%makeinstall
%{find_lang} %{name}
%clean
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
%files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/ogg123
%{_bindir}/oggdec
%{_bindir}/oggenc
%{_bindir}/ogginfo
%{_bindir}/vcut
%{_bindir}/vorbiscomment
%{_mandir}/man1/ogg123.*
%{_mandir}/man1/oggdec.*
%{_mandir}/man1/oggenc.*
%{_mandir}/man1/ogginfo.*
%{_mandir}/man1/vcut.*
%{_mandir}/man1/vorbiscomment.*
%{_docdir}/vorbis-tools-%{version}/ogg123rc-example
%doc AUTHORS COPYING
%changelog
* Mon Jan 25 2021 Automatic Build System <autodist@mambasoft.it> 1.4.2-1mamba
- automatic version update by autodist
* Sat Oct 13 2012 Davide Madrisan <davide.madrisan@gmail.com> 1.4.0-2mamba
- build requires libkate-devel
* Wed Apr 07 2010 Automatic Build System <autodist@mambasoft.it> 1.4.0-1mamba
- automatic update by autodist
* Sun Sep 28 2008 gil <puntogil@libero.it> 1.2.0-1mamba
- update to 1.2.0
- removed patch curl_CURLOPT_MUTE
* Thu Jul 26 2007 Aleph0 <aleph0@openmamba.org> 1.1.1-1mamba
- update to 1.1.1
* Thu Jun 09 2005 Davide Madrisan <davide.madrisan@qilinux.it> 1.0.1-2qilnx
- enabled support for speex
* Mon Jan 31 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-1qilnx
- package created by autospec