57 lines
1.9 KiB
RPMSpec
57 lines
1.9 KiB
RPMSpec
|
Name: ffmulticonverrter
|
||
|
Version: 1.5.1
|
||
|
Release: 1mamba
|
||
|
Summary: a graphical application which convert audio, video, image and document files between formats
|
||
|
Group: Graphical Desktop/Applications/Multimedia
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: openmamba WebBuild System <webbuild@openmamba.org>
|
||
|
URL: https://sites.google.com/site/ffmulticonverter/home
|
||
|
Source: http://kent.dl.sourceforge.net/project/ffmulticonv/ffmulticonverter-%{version}.tar.gz
|
||
|
#Source: http://cloud.github.com/downloads/Ilias95/FF-Multi-Converter/ffmulticonverter-%{version}.tar.gz
|
||
|
License: GPL
|
||
|
BuildRequires: libpython-devel
|
||
|
Requires: python >= %python_version
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
|
|
||
|
%description
|
||
|
%{summary}
|
||
|
|
||
|
%prep
|
||
|
%setup -q -n ffmulticonverter-%{version}
|
||
|
|
||
|
%build
|
||
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
%{__python} setup.py install \
|
||
|
-O1 --skip-build \
|
||
|
--root="%{buildroot}" \
|
||
|
--install-headers=%{_includedir}/python \
|
||
|
--install-lib=%{python_sitearch} \
|
||
|
--record=%{name}.filelist
|
||
|
# --single-version-externally-managed \
|
||
|
|
||
|
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%{_bindir}/ffmulticonverter
|
||
|
%{_libdir}/python2.7/site-packages/ffmulticonverter-1.5.1-py2.7.egg-info
|
||
|
%{_libdir}/python2.7/site-packages/ffmulticonverter/*.py
|
||
|
%{_libdir}/python2.7/site-packages/ffmulticonverter/*.pyc
|
||
|
%{_libdir}/python2.7/site-packages/ffmulticonverter/*.pyo
|
||
|
%{_datadir}/applications/ffmulticonverter.desktop
|
||
|
%{_datadir}/ffmulticonverter/presets.xml
|
||
|
%{_mandir}/man1/ffmulticonverter.1.gz
|
||
|
%{_datadir}/pixmaps/ffmulticonverter.png
|
||
|
%doc AUTHORS COPYING
|
||
|
|
||
|
%changelog
|
||
|
* Mon May 20 2013 openmamba WebBuild System <webbuild@openmamba.org> 1.5.1-1mamba
|
||
|
- update to 1.5.1
|
||
|
|
||
|
* Sun Oct 14 2012 openmamba WebBuild System <webbuild@openmamba.org> 1.4.1-1mamba
|
||
|
- package created by autospec
|