[RISOLTO] Morituri file spec

Sto creando un file spec per il software Morituri
https://thomas.apestaart.org/morituri/trac/
https://github.com/thomasvs/morituri

Ho tirato giù una bozza preliminare del file, che ne pensate? In particolare mi servirebbe aiuto per il Requires GStreamer, in quanto non so dei tanti codec, quale andrebbe bene

[code]Name: morituri
Version: 0.2.3
Release: 1%{?dist}
Summary: morituri is a CD ripper aiming for accuracy over speed for UNIX systems.

Group:
License:
URL: https://thomas.apestaart.org/morituri/trac/
Source0:
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:
Requires: cdparanoia
Requires: cdrdao
Requires: manca GStreamer and its python bindings, for encoding
Requires: python-musicbrainz2
Requires: python-setuptools
Requires: python-CDDB
Requires: pycdio

%description
morituri is a CD ripper aiming for accuracy over speed for UNIX systems. Its features are modeled to compare with Exact Audio Copy on Windows.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc

%changelog[/code]

Prova con aggiungere semplicemente:

Requires: gstreamer
Requires: gstreamer-python

Vedi se così compila correttamente con una versione “base”.