automatic rebuild by autodist [release 02l-4mamba;Mon Jul 15 2013]
This commit is contained in:
parent
c94d607100
commit
2838e1a45b
54
toolame.spec
Normal file
54
toolame.spec
Normal 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
|
Loading…
Reference in New Issue
Block a user