update to 1.5.1 [release 1.5.1-1mamba;Mon May 20 2013]
This commit is contained in:
parent
64012b5686
commit
e1c2a15fc7
@ -1,2 +1,4 @@
|
|||||||
# ffmulticonverrter
|
# ffmulticonverrter
|
||||||
|
|
||||||
|
a graphical application which convert audio, video, image and document files between formats
|
||||||
|
|
||||||
|
56
ffmulticonverrter.spec
Normal file
56
ffmulticonverrter.spec
Normal file
@ -0,0 +1,56 @@
|
|||||||
|
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
|
Loading…
Reference in New Issue
Block a user