Package ffprobe: Specfile

Name: ffprobe
Version: 92
Release: alt1.1

Summary: Multimedia streams analyzer
License: LGPLv2+
Group: Development/Other

URL: http://sourceforge.net/projects/ffprobe/
Packager: Pavlov Konstantin <thresh@altlinux.ru>
Source: %name-%version.tar.gz

BuildRequires: libavcodec-devel libavformat-devel libavutil-devel zlib-devel
BuildRequires: texi2html
BuildRequires: perl-podlators

%description 
FFprobe is a simple multimedia streams analyzer with a command-line
interface based on the FFmpeg project libraries.

%prep
%setup -q

sed -i 's/UNKNOWN/%version/g' show-version.sh

%build
%autoreconf

%configure

%make

%install
%make_install DESTDIR="%buildroot" install

%files
%_bindir/ffprobe
%_man1dir/ffprobe*

%changelog
* Wed Nov 24 2010 Igor Vlasenko <viy@altlinux.ru> 92-alt1.1
- repair after perl 5.12 upgrade using girar-nmu

* Thu Oct 15 2009 Pavlov Konstantin <thresh@altlinux.ru> 92-alt1
- Initial build for ALT Linux.