commit 50a1a30231a62183194ec3d4d097e0d1c5204338
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon May 9 16:23:49 2022 +0100
Update to 1.2.1
.gitignore | 2 ++
sources | 2 +-
vobcopy-1.2.0-Makefile.patch | 19 -------------------
vobcopy.spec | 31 +++++++++++++++----------------
4 files changed, 18 insertions(+), 36 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 397c859..9988018 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
vobcopy-1.2.0.tar.bz2
+/vobcopy-1.2.1.tar.bz2
+/vobcopy-1.2.1.tar.gz
diff --git a/sources b/sources
index 3cbe4a7..22c254e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vobcopy-1.2.0.tar.bz2) =
442849e0e4d379d6289011baa9074b89d579323d1d01faa1531f642d5dd4d25bd76b0286741e79da6e13f71b13ae8f86795c67059b47067d108b00a7b77945a5
+SHA512 (vobcopy-1.2.1.tar.gz) =
cf773f7450b0e1ef11b66d6e07459622352d8f590501eca936ef3abcdc1689915bbf6daf40b9896eabaef4d29b1cce389f0d2ccaefcd039aa62837cf3346df72
diff --git a/vobcopy.spec b/vobcopy.spec
index 1e11e3b..7aecaa7 100644
--- a/vobcopy.spec
+++ b/vobcopy.spec
@@ -1,13 +1,14 @@
Summary: Utility to copy DVD .vob files to disk
-Name: vobcopy
-Version: 1.2.0
-Release: 19%{?dist}
+Name: vobcopy
+Version: 1.2.1
+Release: 1%{?dist}
License: GPLv2+
-URL:
http://vobcopy.org/
-Source:
http://vobcopy.org/download/vobcopy-%{version}.tar.bz2
-Patch0: vobcopy-1.2.0-Makefile.patch
+URL:
http://vobcopy.org/
+Source:
https://github.com/barak/%{name}/archive/%{version}/%{name}-%{version}.ta...
+BuildRequires: automake
BuildRequires: gcc
+BuildRequires: gettext-devel
BuildRequires: libdvdread-devel
%description
@@ -20,23 +21,18 @@ matter much.
%prep
%setup -q
-%patch0 -p1 -b .Makefile
+autoreconf -fiv
%build
-%{__make} \
- CFLAGS="%{optflags}" \
- BINDIR="%{_bindir}" \
- MANDIR="%{_mandir}"
+%configure
+%make_build
%install
-%{__make} install \
- DESTDIR="%{buildroot}" \
- BINDIR="%{_bindir}" \
- MANDIR="%{_mandir}"
+%make_install
# Remove the docs we include ourselves as %%doc
-%{__rm} -rf %{buildroot}/usr/local/share/doc
+rm -rf %{buildroot}%{_datadir}/doc
%files
@@ -49,6 +45,9 @@ matter much.
%changelog
+* Mon May 09 2022 Leigh Scott <leigh123linux(a)gmail.com> - 1.2.1-1
+- Update to 1.2.1
+
* Wed Feb 09 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> -
1.2.0-19
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild