Sophie

Sophie

distrib > Mandriva > cooker > x86_64 > media > contrib-release-src > by-pkgid > fdd555b9401897255703275a6c788a8a > files > 3

mp3packer-1.23-1.src.rpm

%define name mp3packer
%define version 1.23
%define release %mkrel 1

Summary: MP3 reorganizer and repacker
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://omion.dyndns.org/mp3packer/%{name}-%{version}_src.zip
Patch0: mp3packer-1.23-fix-linking.patch
License: GPLv2+
Group: Sound
Url: http://omion.dyndns.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: ocaml

%description
MP3packer is a program which can rearrange the data within an MP3 to
fulfill specific goals. By default, the program generates the smallest
MP3 possible (with the least padding). However, many people also use
it to turn VBR files into CBR for use with players which don't support
VBR.

%prep
%setup -q -c
%apply_patches


%build
%make OBJ_EXT=.o EXE_EXT=""

%install
rm -rf %{buildroot}
mkdir -p %buildroot%_bindir/
cp %name %buildroot%_bindir/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc *.html
%_bindir/%name


%changelog
* Wed Jan 11 2012 Götz Waschk <waschk@mandriva.org> 1.23-1mdv2012.0
+ Revision: 759839
- new version
- fix linking
- import mp3packer