automatic rebuild by autodist [release 1.3.1-4mamba;Mon Aug 19 2013]
This commit is contained in:
parent
56cef299b0
commit
dc67386d0b
@ -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.'
|
||||
|
||||
|
58
mpgtx.spec
Normal file
58
mpgtx.spec
Normal file
@ -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 <tiziana.ferro@email.it>
|
||||
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 <autodist@mambasoft.it> 1.3.1-4mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
* Thu Jun 12 2008 Tiziana Ferro <tiziana.ferro@email.it> 1.3.1-3mamba
|
||||
- update Vendor and Distribution
|
||||
- added BuildRequires
|
||||
|
||||
* Fri May 13 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.1-2qilnx
|
||||
- fixed specfile Group entry
|
||||
|
||||
* Tue Apr 12 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 1.3.1-1qilnx
|
||||
- new release
|
||||
|
||||
* Wed Dec 8 2004 Matteo Bernasconi <voyagernm@virgilio.it> 1.3b-1qilnx
|
||||
- first build
|
Loading…
Reference in New Issue
Block a user