forked from pool/picard
Accepting request 290348 from home:posophe:branches:multimedia:apps
update OBS-URL: https://build.opensuse.org/request/show/290348 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/picard?expand=0&rev=34
This commit is contained in:
parent
0723c1497e
commit
4da0a48975
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a6f66bf4933521270e1f0e586ac7e067563a04aba6e98da5b5acc3fe21727a69
|
||||
size 1679532
|
3
picard-1.3.2.tar.gz
Normal file
3
picard-1.3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e728234560b82eb33d3143a53d3bbb92833455fd130f8d2083193cffceea4120
|
||||
size 2047760
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 11 20:55:41 UTC 2015 - p.drouand@gmail.com
|
||||
|
||||
- Update to version 1.3.2
|
||||
* Bugfix: Fixed tags from filename dialog not opening on new installations
|
||||
- Remove some useless stuff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 21 18:07:23 CEST 2013 - ohering@suse.de
|
||||
|
||||
|
24
picard.spec
24
picard.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package picard
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: picard
|
||||
Version: 1.2
|
||||
Version: 1.3.2
|
||||
Release: 0
|
||||
Summary: The Next Generation MusicBrainz Tagger
|
||||
License: GPL-2.0+
|
||||
@ -46,17 +46,10 @@ BuildRequires: libofa-devel
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-mutagen
|
||||
Requires: python-mutagen
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: python-qt4
|
||||
BuildRequires: update-desktop-files
|
||||
Requires: python-qt4
|
||||
%endif
|
||||
%if 0%{?fedora}
|
||||
BuildRequires: PyQt4
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
|
||||
%description
|
||||
MusicBrainz Picard is a cross-platform MusicBrainz tag editor written in
|
||||
@ -65,8 +58,9 @@ MusicBrainz, with a focus on album oriented tagging as opposed to track based
|
||||
tagging and cross platform compatibility.
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n %{name}-release-%{version}
|
||||
|
||||
%build
|
||||
export CFLAGS="%{optflags}"
|
||||
@ -105,15 +99,11 @@ install -m 0644 %{SOURCE15} ${PLUGINDIR}
|
||||
install -m 0644 %{SOURCE16} ${PLUGINDIR}
|
||||
install -m 0644 %{SOURCE17} ${PLUGINDIR}
|
||||
|
||||
%if 0%{?fedora}
|
||||
desktop-file-install --delete-original --remove-category="Application" \
|
||||
--dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/%{name}.desktop
|
||||
%endif
|
||||
%if 0%{?suse_version}
|
||||
%suse_update_desktop_file -G "Music Tagger" -N "picard" picard
|
||||
%endif
|
||||
|
||||
%find_lang %{name}
|
||||
%find_lang %{name} %{name}.lang
|
||||
%find_lang %{name}-countries %{name}.lang
|
||||
%find_lang %{name}-attributes %{name}.lang
|
||||
|
||||
mkdir -vp %{buildroot}/%{_libdir}/%{name}
|
||||
cp -avL %{name}_libdiscid_dummy %{buildroot}/%{_libdir}/%{name}
|
||||
|
Loading…
Reference in New Issue
Block a user