diff options
author | B Stack <bgstack15@gmail.com> | 2019-11-11 09:11:22 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-11-11 09:11:22 -0500 |
commit | 93ed263286f988fe56a220966cf4181211bcdf92 (patch) | |
tree | 17c97474d3a5b9751cc0575fbb0971407a06b18e /makemkv/stackrpms-makemkv.spec.diff | |
parent | ccextractor 0.88 (diff) | |
download | stackrpms-93ed263286f988fe56a220966cf4181211bcdf92.tar.gz stackrpms-93ed263286f988fe56a220966cf4181211bcdf92.tar.bz2 stackrpms-93ed263286f988fe56a220966cf4181211bcdf92.zip |
makemkv 1.14.5 rpm
Diffstat (limited to 'makemkv/stackrpms-makemkv.spec.diff')
-rw-r--r-- | makemkv/stackrpms-makemkv.spec.diff | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/makemkv/stackrpms-makemkv.spec.diff b/makemkv/stackrpms-makemkv.spec.diff new file mode 100644 index 0000000..528f652 --- /dev/null +++ b/makemkv/stackrpms-makemkv.spec.diff @@ -0,0 +1,60 @@ +--- 1.14.5-1/makemkv.spec 2019-09-12 12:36:18.000000000 -0400 ++++ 1.14.5-10/makemkv.spec 2019-11-11 08:21:09.541158055 -0500 +@@ -14,7 +14,7 @@ + Summary: DVD and Blu-ray to MKV converter and network streamer + Name: makemkv + Version: 1.14.5 +-Release: 1%{?dist} ++Release: 10%{?dist} + License: GuinpinSoft inc and Mozilla Public License Version 1.1 and LGPLv2.1+ + URL: http://www.%{name}.com/ + ExclusiveArch: %{ix86} x86_64 +@@ -24,6 +24,9 @@ + Source2: changelog.txt + Source3: %{name}.appdata.xml + Source4: http://www.%{name}.com/developers/usage.txt#/%{name}con.txt ++Source5: %{name}-wrapper ++Source6: settings.conf.example ++ + + BuildRequires: desktop-file-utils + BuildRequires: expat-devel +@@ -66,6 +69,7 @@ + %prep + %setup -q -T -c -n %{name}-%{version} -a 0 -a 1 + cp %{SOURCE2} %{SOURCE4} . ++cp %{SOURCE5} %{SOURCE6} . + + %build + # Accept eula +@@ -101,6 +105,7 @@ + mkdir -p %{buildroot}%{_datadir}/appdata + install -p -m 0644 %{SOURCE3} %{buildroot}%{_datadir}/appdata/ + %endif ++%{__install} -m0755 %{SOURCE5} %{buildroot}%{_bindir}/ + + %check + desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop +@@ -130,10 +135,11 @@ + %files + %license %{name}-bin-%{version}/src/eula_en_linux.txt + %license %{name}-oss-%{version}/License.txt +-%doc changelog.txt makemkvcon.txt ++%doc changelog.txt makemkvcon.txt settings.conf.example + %config(noreplace) %{_sysconfdir}/profile.d/%{name}.*sh + %{_bindir}/makemkv + %{_bindir}/makemkvcon ++%{_bindir}/%{name}-wrapper + %{_datadir}/MakeMKV + %if 0%{?fedora} + %{_datadir}/appdata/%{name}.appdata.xml +@@ -145,6 +151,9 @@ + %{_libdir}/libmmbd.so.0 + + %changelog ++* Mon Nov 11 2019 B Stack <bgstack15@gmail.com> - 1.14.5-10 ++- Add stackrpms customizations ++ + * Thu Sep 12 2019 Simone Caronni <negativo17@gmail.com> - 1.14.5-1 + - Update to 1.14.5. + |