diff options
author | B Stack <bgstack15@gmail.com> | 2020-12-15 17:49:44 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-12-15 17:49:44 -0500 |
commit | df08038e7fd9646fefac19681ac604bf49b479c4 (patch) | |
tree | 6b0f9632d76b58f957dc70940893c19650a50045 | |
parent | makemkv 1.15.4 (diff) | |
download | stackrpms-df08038e7fd9646fefac19681ac604bf49b479c4.tar.gz stackrpms-df08038e7fd9646fefac19681ac604bf49b479c4.tar.bz2 stackrpms-df08038e7fd9646fefac19681ac604bf49b479c4.zip |
fix up rpm for fc33 and sdftool symlink addition
-rw-r--r-- | makemkv/makemkv.spec | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/makemkv/makemkv.spec b/makemkv/makemkv.spec index 35eb1ed..7f75cbe 100644 --- a/makemkv/makemkv.spec +++ b/makemkv/makemkv.spec @@ -49,10 +49,10 @@ Requires: hicolor-icon-theme # This makes sure you can open AACS and BD+ encrypted BluRays transparently. # See below in the install section. -Provides: libaacs%{?_isa} = %{version}-%{release} -Provides: libbdplus%{?_isa} = %{version}-%{release} -Obsoletes: libaacs%{?_isa} < %{version}-%{release} -Obsoletes: libbdplus%{?_isa} < %{version}-%{release} +Provides: libaacs%{?__isa:%{__isa}}%{!?__isa:%{nil}} = %{version}-%{release} +Provides: libbdplus%{?__isa:%{__isa}}%{!?__isa:%{nil}} = %{version}-%{release} +Obsoletes: libaacs%{?__isa:%{__isa}}%{!?__isa:%{nil}} < %{version}-%{release} +Obsoletes: libbdplus%{?__isa:%{__isa}}%{!?__isa:%{nil}} < %{version}-%{release} %description MakeMKV is your one-click solution to convert video that you own into free and @@ -139,6 +139,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %config(noreplace) %{_sysconfdir}/profile.d/%{name}.*sh %{_bindir}/makemkv %{_bindir}/makemkvcon +%{_bindir}/sdftool %{_bindir}/%{name}-wrapper %{_datadir}/MakeMKV %if 0%{?fedora} |