From 2838e1a45b7fd6d5fe3b97f558061e29bf5a46db Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 18:34:57 +0100 Subject: [PATCH] automatic rebuild by autodist [release 02l-4mamba;Mon Jul 15 2013] --- README.md | 2 ++ toolame.spec | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 toolame.spec diff --git a/README.md b/README.md index 1675ac9..06e1c64 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # toolame +MPEG Audio Layer II VBR encoder. + diff --git a/toolame.spec b/toolame.spec new file mode 100644 index 0000000..e3c2c87 --- /dev/null +++ b/toolame.spec @@ -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 +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 02l-4mamba +- automatic rebuild by autodist + +* Fri Jun 05 2009 Silvan Calarco 02l-3mamba +- specfile updated + +* Mon Jun 27 2005 Alessandro Ramazzina 02l-2qilnx +- rebuild and moved from devel-contrib repository to devel repository + +* Wed May 18 2005 Matteo Bernasconi 02l-1qilnx +- First Build