automatic rebuild by autodist [release 02l-4mamba;Mon Jul 15 2013]

This commit is contained in:
Automatic Build System 2024-01-05 18:34:57 +01:00
parent c94d607100
commit 2838e1a45b
2 changed files with 56 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# toolame
MPEG Audio Layer II VBR encoder.

54
toolame.spec Normal file
View File

@ -0,0 +1,54 @@
Summary: MPEG Audio Layer II VBR encoder
Name: toolame
Version: 02l
Release: 4mamba
Group: Applications/Multimedia
Distribution: openmamba
Vendor: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://toolame.sourceforge.net/
Source: http://downloads.sourceforge.net/sourceforge/toolame/%{name}-%{version}.tar.gz
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
MPEG Audio Layer II VBR encoder.
%prep
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
%setup -q
%build
make clean
%make
%install
install -D -m 755 toolame %{buildroot}/usr/bin/toolame
mkdir -p %{buildroot}%{_datadir}/html
install -m 644 html/*.html %{buildroot}%{_datadir}/html
%files
%defattr(-,root,root,-)
%{_bindir}/toolame
%{_datadir}/*
%clean
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
%changelog
* Mon Jul 15 2013 Automatic Build System <autodist@mambasoft.it> 02l-4mamba
- automatic rebuild by autodist
* Fri Jun 05 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 02l-3mamba
- specfile updated
* Mon Jun 27 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 02l-2qilnx
- rebuild and moved from devel-contrib repository to devel repository
* Wed May 18 2005 Matteo Bernasconi <voyagernm@virgilio.it> 02l-1qilnx
- First Build