2010-11-18 16:57:16 +00:00
|
|
|
#
|
2015-03-17 09:05:59 +00:00
|
|
|
# spec file for package ripit
|
2010-11-18 16:57:16 +00:00
|
|
|
#
|
2024-02-23 17:04:09 +00:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2010-11-18 16:57:16 +00:00
|
|
|
#
|
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
2021-03-15 12:55:28 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2010-11-18 16:57:16 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
2018-02-14 08:24:12 +00:00
|
|
|
%define real_version 4.0.0_beta20140508
|
2007-01-15 23:35:17 +00:00
|
|
|
Name: ripit
|
2018-02-14 08:24:12 +00:00
|
|
|
Version: 3.9.90
|
|
|
|
|
Release: 0
|
2010-11-18 16:57:10 +00:00
|
|
|
Summary: Perl Script to Create .ogg or .mp3 Files from an Audio CD
|
2015-03-17 09:05:59 +00:00
|
|
|
# This is not the real tarball version but as it's still in beta, we could have troubles
|
|
|
|
|
# to update to 4.0 final so just give it a lower version
|
2021-03-15 12:55:28 +00:00
|
|
|
License: GPL-2.0-or-later
|
2018-02-14 08:24:12 +00:00
|
|
|
Group: Productivity/Multimedia/CD/Grabbers
|
2021-03-15 12:55:28 +00:00
|
|
|
URL: https://en.wikipedia.org/wiki/Ripit
|
2015-03-17 09:05:59 +00:00
|
|
|
Source: http://www.suwald.com/ripit/%{name}-%{real_version}.tar.gz
|
|
|
|
|
Patch0: %{name}-3.9.0-ogg.patch
|
2018-02-14 08:24:12 +00:00
|
|
|
Patch1: %{name}-4.0.0-undefined_variables.patch
|
|
|
|
|
Patch2: %{name}-man-spellfix.patch
|
|
|
|
|
Requires: cdparanoia
|
|
|
|
|
Requires: perl-CDDB_get
|
2015-03-17 09:05:59 +00:00
|
|
|
Requires: perl-libwww-perl
|
2018-02-14 08:24:12 +00:00
|
|
|
Requires: vorbis-tools
|
2024-02-23 17:04:09 +00:00
|
|
|
# Requires: perl(MP3::Tag)
|
2018-02-14 08:24:12 +00:00
|
|
|
BuildArch: noarch
|
2007-01-15 23:35:17 +00:00
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This Perl script makes it easy to create MP3 files from an audio CD. It
|
|
|
|
|
tries to find the artist and song titles with the help of CDDB.
|
|
|
|
|
|
|
|
|
|
%prep
|
2024-02-23 13:22:53 +00:00
|
|
|
%autosetup -p1 -n %{name}-%{real_version}
|
2007-01-15 23:35:17 +00:00
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
|
|
%install
|
2015-03-17 09:05:59 +00:00
|
|
|
make prefix=%{buildroot}%{_prefix} etcdir=%{buildroot}/%{_sysconfdir}/%{name} install
|
2007-01-15 23:35:17 +00:00
|
|
|
|
|
|
|
|
%files
|
2015-03-17 09:05:59 +00:00
|
|
|
%doc README HISTORY LICENSE
|
2007-01-15 23:35:17 +00:00
|
|
|
%{_bindir}/ripit
|
|
|
|
|
%dir %{_sysconfdir}/%{name}
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/%{name}/*
|
2015-03-17 09:05:59 +00:00
|
|
|
%{_mandir}/man1/*
|
2007-01-15 23:35:17 +00:00
|
|
|
|
2007-04-03 19:53:36 +00:00
|
|
|
%changelog
|