]> git.pld-linux.org Git - packages/whipper.git/blame - whipper.spec
Release 4 (by relup.sh)
[packages/whipper.git] / whipper.spec
CommitLineData
c54fa6e9
JP
1Summary: Python CD-DA ripper preferring accuracy over speed
2Name: whipper
0d8c5914 3Version: 0.10.0
f6a775c0 4Release: 4
c54fa6e9
JP
5License: GPL v3+
6Group: Applications
1a750d80 7Source0: https://github.com/whipper-team/whipper/archive/v%{version}.tar.gz
0d8c5914 8# Source0-md5: ad9e6cb208fdb799ba21ded976e868b4
1a750d80 9URL: https://github.com/whipper-team/whipper
aa77432d 10BuildRequires: libsndfile-devel
07a1b5db
JP
11BuildRequires: python3-modules
12BuildRequires: python3-setuptools
13BuildRequires: python3-setuptools_scm
c54fa6e9
JP
14BuildRequires: rpm-pythonprov
15BuildRequires: rpmbuild(macros) >= 1.714
c54fa6e9
JP
16Requires: cdrdao
17Requires: flac
18Requires: libcdio-paranoia-utils
aa77432d 19Requires: python3-discid
07a1b5db 20Requires: python3-modules
a55fed0a 21Requires: python3-musicbrainzngs
07a1b5db 22Requires: python3-mutagen
a55fed0a
JP
23Requires: python3-pycdio > 0.20
24Requires: python3-pygobject3
07a1b5db
JP
25Requires: python3-requests
26Requires: python3-ruamel.yaml
27Requires: python3-setuptools
c54fa6e9 28Requires: sox
c54fa6e9
JP
29BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31%description
32Whipper is a Python 2.7 CD-DA ripper, fork of the morituri project
33(CDDA ripper for *nix systems aiming for accuracy over speed). It
34improves morituri which development seems to have halted merging old
35ignored pull requests, improving it with bugfixes and new features.
36
37%prep
38%setup -q
39
40%build
07a1b5db 41%py3_build
c54fa6e9
JP
42
43%install
44rm -rf $RPM_BUILD_ROOT
45
07a1b5db
JP
46export SETUPTOOLS_SCM_PRETEND_VERSION=%{version}
47%py3_install
c54fa6e9
JP
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files
53%defattr(644,root,root,755)
54%doc CHANGELOG.md HACKING README.md TODO
07a1b5db 55%attr(755,root,root) %{_bindir}/accuraterip-checksum
c54fa6e9 56%attr(755,root,root) %{_bindir}/whipper
1cbedc16 57%{_datadir}/metainfo/com.github.whipper_team.Whipper.metainfo.xml
07a1b5db
JP
58%{py3_sitedir}/whipper
59%{py3_sitedir}/whipper-%{version}-py*.egg-info
60%attr(755,root,root) %{py3_sitedir}/accuraterip.cpython-*.so
This page took 0.071407 seconds and 4 git commands to generate.