automatic update by autodist [release 1.8.0-1mamba;Wed Mar 31 2021]
This commit is contained in:
parent
e1c2a15fc7
commit
eae38b1b2e
@ -1,4 +1,4 @@
|
|||||||
# ffmulticonverrter
|
# ffmulticonverrter
|
||||||
|
|
||||||
a graphical application which convert audio, video, image and document files between formats
|
A graphical application which converts audio, video, image and document files between formats
|
||||||
|
|
||||||
|
@ -1,18 +1,18 @@
|
|||||||
Name: ffmulticonverrter
|
Name: ffmulticonverrter
|
||||||
Version: 1.5.1
|
Version: 1.8.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: a graphical application which convert audio, video, image and document files between formats
|
Summary: A graphical application which converts audio, video, image and document files between formats
|
||||||
Group: Graphical Desktop/Applications/Multimedia
|
Group: Graphical Desktop/Applications/Multimedia
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: openmamba WebBuild System <webbuild@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it
|
||||||
URL: https://sites.google.com/site/ffmulticonverter/home
|
URL: https://sites.google.com/site/ffmulticonverter/home
|
||||||
Source: http://kent.dl.sourceforge.net/project/ffmulticonv/ffmulticonverter-%{version}.tar.gz
|
Source: https://downloads.sourceforge.net/project/ffmulticonv/ffmulticonverter-%{version}.tar.gz
|
||||||
#Source: http://cloud.github.com/downloads/Ilias95/FF-Multi-Converter/ffmulticonverter-%{version}.tar.gz
|
#Source: http://cloud.github.com/downloads/Ilias95/FF-Multi-Converter/ffmulticonverter-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRequires: libpython-devel
|
## AUTOBUILDREQ-BEGIN
|
||||||
Requires: python >= %python_version
|
BuildRequires: libpython3-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}
|
%{summary}
|
||||||
@ -21,15 +21,15 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
%setup -q -n ffmulticonverter-%{version}
|
%setup -q -n ffmulticonverter-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" %{__python} setup.py build
|
CFLAGS="%{optflags}" %{__python3} setup.py build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%{__python} setup.py install \
|
%{__python3} setup.py install \
|
||||||
-O1 --skip-build \
|
-O1 --skip-build \
|
||||||
--root="%{buildroot}" \
|
--root="%{buildroot}" \
|
||||||
--install-headers=%{_includedir}/python \
|
--install-headers=%{python3_inc}/python \
|
||||||
--install-lib=%{python_sitearch} \
|
--install-lib=%{python3_sitearch} \
|
||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
# --single-version-externally-managed \
|
# --single-version-externally-managed \
|
||||||
|
|
||||||
@ -38,17 +38,19 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/ffmulticonverter
|
%{_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}/applications/ffmulticonverter.desktop
|
||||||
%{_datadir}/ffmulticonverter/presets.xml
|
|
||||||
%{_mandir}/man1/ffmulticonverter.1.gz
|
|
||||||
%{_datadir}/pixmaps/ffmulticonverter.png
|
%{_datadir}/pixmaps/ffmulticonverter.png
|
||||||
|
%{_datadir}/ffmulticonverter/presets.xml
|
||||||
|
%{python3_sitearch}/ffmulticonverter-%{version}-py*.egg-info
|
||||||
|
%dir %{python3_sitearch}/ffmulticonverter
|
||||||
|
%{python3_sitearch}/ffmulticonverter/*
|
||||||
|
%{_mandir}/man1/ffmulticonverter.1*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 31 2021 Automatic Build System <autodist@mambasoft.it> 1.8.0-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
* Mon May 20 2013 openmamba WebBuild System <webbuild@openmamba.org> 1.5.1-1mamba
|
* Mon May 20 2013 openmamba WebBuild System <webbuild@openmamba.org> 1.5.1-1mamba
|
||||||
- update to 1.5.1
|
- update to 1.5.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user