# Note that this is NOT a relocatable package Name: mpgtx Version: 1.3.1 Release: 1 Summary: mpgtx, an MPeG ToolboX Copyright: GPL Group: Applications/File Vendor: Laurent Alacoque Packager: Volker Moell URL: http://mpgtx.sourceforge.net/ Source: http://download.sourceforge.net/mpgtx/%{name}-%{version}-%{release}-src.tgz BuildRoot: %{_tmppath}/%{name}-buildroot Prefix: %{_prefix} #Requires: %description mpgtx allows you to split, join, demultiplex, manipulate ID3v1 tags and fetch detailed information about a variety of MPEG files. mpgtx was designed with the good old Unix philosophy in mind: 'do little, but do it well, and provide the end user with an austary yet powerfull command line interface.' %prep %setup %build configure && make %install make install PREFIX=$RPM_BUILD_ROOT%{prefix} %clean [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT %pre %post %preun %postun %files %defattr(-,root,root) %{prefix} %doc AUTHORS COPYING ChangeLog README %changelog * Sat Dec 25 2004 Erik Schanze - Update to current version * Wed Aug 22 2001 Laurent Alacoque - changed the default target since Makefile has dramatically changed * Mon Mar 26 2001 Laurent Alacoque - fixed the libxalflaunch.so dependency * Fri Mar 23 2001 Laurent Alacoque - install -d are now in makefile - changed make to make shared * Tue Mar 23 2001 Volker Moell - Wrote this specfile; first build