summaryrefslogtreecommitdiffstats
path: root/ytmdl/ytmdl.spec
blob: e13171ee9b338d7ae7263665b25c1a3dcea68209 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
%global forgeurl https://github.com/deepjyoti30/ytmdl

Name:           ytmdl
Version:        2020.07.09
Release:        1%{?dist}
Summary:        YouTube Music Downloader

%forgemeta

License:        MIT
URL:            %{forgeurl}
Source0:        %{forgesource}

BuildRequires:  python3-devel
BuildRequires:  python3-setuptools

Requires:       youtube-dl
Requires:       python3dist(mutagen)
Requires:       python3dist(itunespy)           # missing
Requires:       python3dist(requests)
Requires:       python3dist(colorama)
Requires:       python3dist(bs4)                # missing
Requires:       python3dist(downloader-cli)     # missing
Requires:       python3dist(lxml)
Requires:       python3dist(pyxdg)
Requires:       python3dist(ffmpeg-python)      # missing
Requires:       python3dist(pysocks)
Requires:       python3dist(tensorflow)         # missing
Requires:       python3dist(inaSpeechSegmenter) # missing

%description
Download songs from YouTube by getting the audio from YouTube and the
metadata from sources like Itunes and Gaana.

This app downloads a song by getting the audio from Youtube sources
using youtube-dl and then adds song information like artist name,
album name, release date, thumbnail etc by fetching it from sources
like Itunes and Gaana.


%prep
%autosetup


%build
%py3_build


%install
%py3_install


%files
%license LICENSE
%doc README.md
%{_bindir}/%{name}
%{python3_sitelib}/%{name}/
%{python3_sitelib}/%{name}-*.egg-info/


%changelog
* Fri Jul 10 2020 Lyes Saadi <fedora@lyes.eu> - 2020.07.09-1
- Initial package.