Accepting request 428218 from multimedia:libs
- Rename vlc-noX-lang to vlc-lang: this helps the AppStream builder in confirming that 'vlc' (the application) does have a full translation set. Obsolete vlc-noX-lang by vlc-noX directly. OBS-URL: https://build.opensuse.org/request/show/428218 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vlc?expand=0&rev=63
This commit is contained in:
commit
ecbe9040be
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 16 14:24:01 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Rename vlc-noX-lang to vlc-lang: this helps the AppStream builder
|
||||
in confirming that 'vlc' (the application) does have a full
|
||||
translation set. Obsolete vlc-noX-lang by vlc-noX directly.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 5 07:56:44 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
|
8
vlc.spec
8
vlc.spec
@ -258,9 +258,11 @@ Group: Productivity/Multimedia/Video/Players
|
||||
Requires: libvlc%{libvlc} = %{version}-%{release}
|
||||
Requires: libvlccore%{libvlccore} = %{version}-%{release}
|
||||
# lang subpackage
|
||||
Recommends: %{name}-noX-lang
|
||||
Recommends: %{name}-lang
|
||||
Recommends: %{name}-codecs
|
||||
Recommends: libdvdcss
|
||||
# Tha lang-package was renamed to vlc-lang to assist AppStream building
|
||||
Obsoletes: %{name}-noX-lang
|
||||
# This is a hack only due to libbluray not having versioned symbols as well as
|
||||
# having a strange ABI/API break between 0.3 and 0.7
|
||||
%requires_ge libbluray1
|
||||
@ -274,7 +276,7 @@ suitable for server installations (Streaming Server for example)
|
||||
Should you decide to install the GUI modules, %{name}-noX will stay
|
||||
installed as a dependency.
|
||||
|
||||
%lang_package -n %{name}-noX
|
||||
%lang_package
|
||||
|
||||
%package codec-gstreamer
|
||||
Summary: VLC: VideoLAN Client - Decode using GStreamer
|
||||
@ -593,7 +595,7 @@ install -Dm0644 %{S:3} %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%files noX-lang -f vlc.lang
|
||||
%files lang -f vlc.lang
|
||||
%defattr(-,root,root)
|
||||
|
||||
%files noX
|
||||
|
Loading…
x
Reference in New Issue
Block a user