[packages/gnulib] - release 2, fix path to clisp in gen-uninames.lisp

adamg adamg at pld-linux.org
Sat Oct 13 12:25:32 CEST 2018


commit 532b7f736dc272054e0672f405c7fba316b87d9c
Author: Adam Gołębiowski <adamg at pld-linux.org>
Date:   Sat Oct 13 12:25:26 2018 +0200

    - release 2, fix path to clisp in gen-uninames.lisp

 gnulib-paths.patch | 8 ++++++++
 gnulib.spec        | 4 +++-
 2 files changed, 11 insertions(+), 1 deletion(-)
---
diff --git a/gnulib.spec b/gnulib.spec
index 391115e..4610d62 100644
--- a/gnulib.spec
+++ b/gnulib.spec
@@ -4,13 +4,14 @@ Summary:	GNU Portability Library
 Summary(pl.UTF-8):	Biblioteka przenośności GNU
 Name:		gnulib
 Version:	0
-Release:	0.%{snap}.1
+Release:	0.%{snap}.2
 License:	GPL v2.0+/3.0+ (generally), LGPL v2.1+/3.0+ (some modules)
 Group:		Development
 Source0:	http://git.savannah.gnu.org/cgit/gnulib.git/snapshot/%{name}-%{commit}.tar.gz
 # Source0-md5:	3b15e5f01d613b6c40ef5a8dab622a39
 Source1:	%{name}-tool.1
 Source2:	%{name}-check-module.1
+Patch0:		%{name}-paths.patch
 URL:		http://www.gnu.org/software/gnulib/
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -28,6 +29,7 @@ programów.
 
 %prep
 %setup -q -n %{name}-%{commit}
+%patch0 -p1
 sed -ie 's@\(^\| \)gnulib_dir=.*@\1gnulib_dir=%{_datadir}/gnulib@' gnulib-tool
 
 %install
diff --git a/gnulib-paths.patch b/gnulib-paths.patch
new file mode 100644
index 0000000..993cfe5
--- /dev/null
+++ b/gnulib-paths.patch
@@ -0,0 +1,8 @@
+--- gnulib-6c3b072e6a48d45455b37420caf14b804cbba23c/lib/uniname/gen-uninames.lisp~	2018-10-13 07:19:39.000000000 +0200
++++ gnulib-6c3b072e6a48d45455b37420caf14b804cbba23c/lib/uniname/gen-uninames.lisp	2018-10-13 12:18:59.526606409 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/clisp -C
++#!/usr/bin/clisp -C
+ 
+ ;;; Creation of gnulib's uninames.h from the UnicodeData.txt table.
+ ;;; Bruno Haible 2000-12-28
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnulib.git/commitdiff/532b7f736dc272054e0672f405c7fba316b87d9c



More information about the pld-cvs-commit mailing list