picard/picard.spec
Antonio Larrosa 7f2e4f0fe6 Accepting request 828102 from home:alarrosa:branches:multimedia:apps
- Update to 2.4.2:
  * Bugfixes
    - PICARD-1909 - No refresh of metadata on "Use Original Value"
      or remove tags
    - PICARD-1911 - Removing tags does not update list views
    - PICARD-1913 - Changing tags of a track without matched files
      changes original metadata
    - PICARD-1914 - Editing track metadata edits data of previously
      linked file
    - PICARD-1915 - An album selected during loading should update
      the metadata view when loading has finished
    - PICARD-1916 - Picard crashes on older releases of macOS due
      to theming exception
  * Improvements
    - PICARD-1860 - New added tag should open field to enter value
      automatically
    - PICARD-1899 - Update help links to go to
      http://picard-docs.musicbrainz.org
    - PICARD-1920 - Open documentation in options dialog using the
      platform's help shortcut (e.g. F1 on Windows or Ctrl+? on macOS)
- Update to 2.4.1:
  * Bugfixes
    - PICARD-1904 - Picard 2.4 does not start on Windows 7 and Windows 8

- Update to 2.4:
  * Bugfixes
    - PICARD-1763 - App does not start on macOS 10.13 High Sierra
    - PICARD-1873 - Scripting documentation uses an ugly font on Windows
    - PICARD-1881 - Function names in script documentation not readable
      with dark theme

OBS-URL: https://build.opensuse.org/request/show/828102
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/picard?expand=0&rev=86
2020-08-20 09:40:27 +00:00

92 lines
2.7 KiB
RPMSpec

#
# spec file for package picard
#
# Copyright (c) 2020 SUSE LLC
#
# 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.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: picard
Version: 2.4.2
Release: 0
Summary: The Next Generation MusicBrainz Tagger
License: GPL-2.0-or-later
Group: Productivity/Multimedia/Sound/Utilities
URL: https://picard.musicbrainz.org
Source0: https://codeload.github.com/metabrainz/picard/tar.gz/release-%{version}#/%{name}-%{version}.tar.gz
BuildRequires: desktop-file-utils
BuildRequires: gcc-c++
BuildRequires: hicolor-icon-theme
BuildRequires: libofa-devel
BuildRequires: python3-devel
BuildRequires: python3-mutagen >= 1.43
BuildRequires: python3-qt5
BuildRequires: python3-setuptools
BuildRequires: python3-sip
BuildRequires: update-desktop-files
Requires: python3-Markdown
Requires: python3-dateutil >= 2.7.3
Requires: python3-mutagen >= 1.37
Requires: python3-qt5
Recommends: chromaprint-fpcalc
Recommends: python3-discid
%description
MusicBrainz Picard is a MusicBrainz tag editor written in Python.
Picard Tagger focuses on album-oriented tagging as opposed to
track-based tagging.
%lang_package
%prep
%setup -q -n %{name}-release-%{version}
%build
export LANG=en_US.UTF-8
python3 setup.py config
python3 setup.py build
%install
export LANG=en_US.UTF-8
python3 setup.py install --skip-build --prefix=%{_prefix} --root=%{buildroot}
%suse_update_desktop_file -G "Music Tagger" -N "picard" org.musicbrainz.Picard
rm -rfv %{buildroot}%{_datadir}/locale/sco
%find_lang %{name} %{name}.lang
%find_lang %{name}-countries %{name}.lang
%find_lang %{name}-attributes %{name}.lang
%if 0%{?suse_version} < 1500
%post
%icon_theme_cache_post
%postun
%icon_theme_cache_postun
%endif
%files
%doc AUTHORS.txt NEWS.md
%license COPYING.txt
%{_bindir}/picard
%{_datadir}/applications/org.musicbrainz.Picard.desktop
%{python3_sitearch}/picard*
%{_datadir}/icons/hicolor/*/apps/org.musicbrainz.Picard.png
%{_datadir}/icons/hicolor/*/apps/org.musicbrainz.Picard.svg
%{_datadir}/metainfo/org.musicbrainz.Picard.appdata.xml
%files lang -f %{name}.lang
%changelog