From dc67386d0b62c29915f66a860f88cb39e58f3d1f Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 07:20:38 +0100 Subject: [PATCH] automatic rebuild by autodist [release 1.3.1-4mamba;Mon Aug 19 2013] --- README.md | 4 ++++ mpgtx.spec | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 mpgtx.spec diff --git a/README.md b/README.md index f964abb..3958447 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # mpgtx +mpgtx allows you to split, join, demultiplex, manipulate ID3 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.' + diff --git a/mpgtx.spec b/mpgtx.spec new file mode 100644 index 0000000..0dac1e7 --- /dev/null +++ b/mpgtx.spec @@ -0,0 +1,58 @@ +Summary: command line MPEG audio/video/system file toolbox +Name: mpgtx +Version: 1.3.1 +Release: 4mamba +Group: Applications/Multimedia +Distribution: openmamba +Vendor: openmamba +Packager: Tiziana Ferro +URL: http://mpgtx.sourceforge.net +Source: http://downloads.sourceforge.net/sourceforge/mpgtx/%{name}-%{version}.tar.gz +License: GPL +BuildRoot: %{_tmppath}/%{name}-%{version}-root +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libgcc +BuildRequires: libstdc++6-devel +## AUTOBUILDREQ-END + +%description +mpgtx allows you to split, join, demultiplex, manipulate ID3 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 -q + +%build +./configure --prefix=%{_prefix} +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +install -D mpgtx %{buildroot}%{_bindir}/mpgtx + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/* +%doc AUTHORS ChangeLog COPYING README TODO + +%changelog +* Mon Aug 19 2013 Automatic Build System 1.3.1-4mamba +- automatic rebuild by autodist + +* Thu Jun 12 2008 Tiziana Ferro 1.3.1-3mamba +- update Vendor and Distribution +- added BuildRequires + +* Fri May 13 2005 Silvan Calarco 1.3.1-2qilnx +- fixed specfile Group entry + +* Tue Apr 12 2005 Alessandro Ramazzina 1.3.1-1qilnx +- new release + +* Wed Dec 8 2004 Matteo Bernasconi 1.3b-1qilnx +- first build