61 lines
1.9 KiB
RPMSpec
61 lines
1.9 KiB
RPMSpec
Name: ffmulticonverrter
|
|
Version: 1.8.0
|
|
Release: 2mamba
|
|
Summary: A graphical application which converts audio, video, image and document files between formats
|
|
Group: Graphical Desktop/Applications/Multimedia
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://sourceforge.net/projects/ffmulticonv/
|
|
Source: https://downloads.sourceforge.net/project/ffmulticonv/ffmulticonverter-%{version}.tar.gz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: libpython3-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
%{summary}
|
|
|
|
%prep
|
|
%setup -q -n ffmulticonverter-%{version}
|
|
|
|
%build
|
|
CFLAGS="%{optflags}" %{__python3} setup.py build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%{__python3} setup.py install \
|
|
-O1 --skip-build \
|
|
--root="%{buildroot}" \
|
|
--install-headers=%{python3_inc}/python \
|
|
--install-lib=%{python3_sitearch} \
|
|
--record=%{name}.filelist
|
|
# --single-version-externally-managed \
|
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/ffmulticonverter
|
|
%{_datadir}/applications/ffmulticonverter.desktop
|
|
%{_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
|
|
|
|
%changelog
|
|
* Sun Jan 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.0-2mamba
|
|
- fixed packager
|
|
|
|
* 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
|
|
- update to 1.5.1
|
|
|
|
* Sun Oct 14 2012 openmamba WebBuild System <webbuild@openmamba.org> 1.4.1-1mamba
|
|
- package created by autospec
|