emovix/emovix.spec

62 lines
2.0 KiB
RPMSpec

Name: emovix
Version: 0.9.0
Release: 3mamba
Summary: Tiny Linux CD distro to boot CDs and play their video files
Group: Applications/Multimedia
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://movix.sourceforge.net/
Source: http://heanet.dl.sourceforge.net/sourceforge/movix/%{name}-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: /usr/bin/cdrecord
BuildRequires: /usr/bin/mkisofs
Requires: /usr/bin/cdrecord
Requires: /usr/bin/mkisofs
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
eMoviX is a tiny Linux CD distribution containing all the software to boot from a CD and play automatically every video file localized in the CD root.
Supported formats are all formats supported by MPlayer, most noticeably DivX & XviD but more in general most AVI, MPEG, QuickTime, WMV, ASF, FLI and a few others.
If you put a subtitles file in the same position with the same name (e.g. movie.avi and movie.sub) then the subtitles will be automatically displayed.
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/*
%dir %{_datadir}/emovix/
%{_datadir}/emovix/*
%doc AUTHORS ChangeLog COPYING NEWS README* TODO
%changelog
* Thu Oct 20 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-3mamba
- replace cdrtools requirement with /usr/bin/mkisofs and /usr/bin/cdrecord
* Sun Jun 01 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-2mamba
- specfile updates
* Wed Jun 14 2006 Davide Madrisan <davide.madrisan@qilinux.it> 0.9.0-1qilnx
- update to version 0.9.0 by autospec
* Thu Jun 09 2005 Davide Madrisan <davide.madrisan@qilinux.it> 0.8.0-2qilnx
- specfile updates/fixes
* Mon Jan 26 2004 Davide Madrisan <davide.madrisan@qilinux.it> 0.8.0-1qilnx
- first build