55 lines
1.4 KiB
RPMSpec
55 lines
1.4 KiB
RPMSpec
|
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
|