commit 6cb6e7a591418bfd2e8171c1df625a674bcb7dfa
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Jun 28 12:07:02 2019 +0200
Few fixes - switch upstream url
libdca.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libdca.spec b/libdca.spec
index 22faab7..fd6c678 100644
--- a/libdca.spec
+++ b/libdca.spec
@@ -3,7 +3,7 @@ Name: libdca
Version: 0.0.6
Release: 3%{?dist}
License: GPLv2+
-URL:
http://www.videolan.org/developers/libdca.html
+URL:
https://code.videolan.org/videolan/libdca
Source:
http://download.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{ve...
BuildRequires: gcc
@@ -40,10 +40,10 @@ iconv -f ISO8859-1 -t UTF-8 AUTHORS > tmp; mv tmp AUTHORS
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g'
libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
-%{make_build}
+%make_build
%install
-%{make_install}
+%make_install
#Remove libtool archives.
find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f