ogmtools/ogmtools.spec

73 lines
1.9 KiB
RPMSpec

Name: ogmtools
Version: 1.5
Release: 3mamba
Summary: Tools for Ogg media streams
Group: Applications/Multimedia
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.bunkus.org/videotools/ogmtools/
Source: http://www.bunkus.org/videotools/ogmtools/ogmtools-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libdvdread-devel
BuildRequires: libgcc
BuildRequires: libogg-devel
BuildRequires: libstdc++6-devel
BuildRequires: libvorbis-devel
## AUTOBUILDREQ-END
BuildRequires: gcc-c++
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
These tools allow information about (ogminfo) or extraction from (ogmdemux) or creation of (ogmmerge) OGG media streams.
Note that OGM is used for "OGG media streams".
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/dvdxchap
%{_bindir}/ogmcat
%{_bindir}/ogmdemux
%{_bindir}/ogminfo
%{_bindir}/ogmmerge
%{_bindir}/ogmsplit
%{_mandir}/man1/dvdxchap.*
%{_mandir}/man1/ogmcat.*
%{_mandir}/man1/ogmdemux.*
%{_mandir}/man1/ogminfo.*
%{_mandir}/man1/ogmmerge.*
%{_mandir}/man1/ogmsplit.*
%doc README ChangeLog TODO COPYING
%changelog
* Sun Aug 18 2013 Automatic Build System <autodist@mambasoft.it> 1.5-3mamba
- automatic rebuild by autodist
* Tue May 27 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5-2mamba
- rebuilt against libdvdread 4.1.2
- updated maintainer
* Wed Nov 07 2007 Aleph0 <aleph0@openmamba.org> 1.5-1mamba
- update to 1.5
* Fri Oct 22 2004 Alessandro Ramazzina <alessandro.ramazzina@qinet.it> 1.4.1-1
- rebuilt and moved from devel-contrib to devel branch
* Wed Sep 22 2004 Matteo Bernasconi <voyagernm@virgilio.it> 1.4.1-1
- First Build