-
Notifications
You must be signed in to change notification settings - Fork 1
/
cd2cloud.spec.in
49 lines (41 loc) · 1.15 KB
/
cd2cloud.spec.in
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
Name: cd2cloud
Version: @RPM_VERSION@
Release: @RPM_RELEASE@
Summary: Convert your CD music to mp3 and move directly to your own cloud
Group: Applications/Tools
License: GPL3+
Source0: http://github.com/eduardocerqueira/cd2cloud/%{name}-%{version}.tar.gz
BuildRequires: python-setuptools
BuildRequires: rpm-build
Requires: python
Requires: abcde
Requires: pycdio
Requires: python-libdiscid
Requires: python-CDDB
Requires: libglyr
Requires: glyr
Requires: ImageMagick
Requires: python2-pyudev
Requires: lame
Requires: python-eyed3
%global debug_package %{nil}
%description
cd2cloud is a Linux tool to convert CD audio to mp3 digital files and move to your own cloud
%prep
%setup -q -n %{name}
%build
%{__python} setup.py build
%install
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
mkdir -p %{buildroot}/%{_mandir}/man1
cp cd2cloud.1 %{buildroot}/%{_mandir}/man1/cd2cloud.1
%files
%defattr(755,root,root,755)
%{python_sitelib}/cd2cloud*
%attr (755,root,root)/usr/bin/cd2cloud
%doc README.md
%doc AUTHORS
%{_mandir}/man1/cd2cloud.1.gz
%changelog
* Sun Oct 30 2016 Eduardo Cerqueira <[email protected]> - 0.0.1
- initial build