forked from pool/picard
Accepting request 59757 from multimedia:apps
Accepted submit request 59757 from user saschpe OBS-URL: https://build.opensuse.org/request/show/59757 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/picard?expand=0&rev=2
This commit is contained in:
parent
f7080a3dc8
commit
de5b81a1ee
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 2 08:58:35 UTC 2011 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Don't install unsupported locale 'sco' on openSUSE > 11.3
|
||||||
|
- Fixed icons directory ownership and added hicolor-icon-theme
|
||||||
|
dependency
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 25 15:32:27 UTC 2010 - sasch.pe@gmx.de
|
Wed Aug 25 15:32:27 UTC 2010 - sasch.pe@gmx.de
|
||||||
|
|
||||||
|
11
picard.spec
11
picard.spec
@ -51,7 +51,7 @@ BuildRequires: libdiscid-devel
|
|||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%py_requires
|
%py_requires
|
||||||
BuildRequires: python-mutagen python-qt4 update-desktop-files
|
BuildRequires: python-mutagen python-qt4 update-desktop-files hicolor-icon-theme
|
||||||
Requires: python-mutagen
|
Requires: python-mutagen
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
@ -140,8 +140,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%if 0%{?suse_version} && 0%{?suse_version} < 1130
|
||||||
%lang(sco) %dir %{_datadir}/locale/sco
|
%lang(sco) %dir %{_datadir}/locale/sco
|
||||||
%lang(sco) %dir %{_datadir}/locale/sco/LC_MESSAGES
|
%lang(sco) %dir %{_datadir}/locale/sco/LC_MESSAGES
|
||||||
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -154,6 +156,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/picard
|
%{_bindir}/picard
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
%{py_sitedir}/picard*
|
%{py_sitedir}/picard*
|
||||||
%{_datadir}/icons/hicolor*
|
%{_datadir}/icons/hicolor/16x16/apps/picard.png
|
||||||
|
%{_datadir}/icons/hicolor/24x24/apps/picard.png
|
||||||
|
%{_datadir}/icons/hicolor/32x32/apps/picard.png
|
||||||
|
%{_datadir}/icons/hicolor/48x48/apps/picard.png
|
||||||
|
%{_datadir}/icons/hicolor/128x128/apps/picard.png
|
||||||
|
%{_datadir}/icons/hicolor/256x256/apps/picard.png
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user