From 4c95482dd87de42c4650a7a4774278388b26ee5f Mon Sep 17 00:00:00 2001 From: Matthias Saou Date: Aug 28 2006 08:36:50 +0000 Subject: Fix pkgconfig file (#204232 & dupe #204236). --- diff --git a/js.spec b/js.spec index d5e8324..d8a6267 100644 --- a/js.spec +++ b/js.spec @@ -3,7 +3,7 @@ Summary: JavaScript interpreter and libraries Name: js Version: 1.5 -Release: 5%{?dist} +Release: 6%{?dist} %if 0%{?_without_readline:1} License: MPL/GPL/LGPL %else @@ -52,9 +52,9 @@ you will need to install %{name}-devel. # Create pkgconfig file %{__cat} > libjs.pc << 'EOF' prefix=%{_prefix} -exec_prefix=${_prefix} -libdir=${_libdir} -includedir=${_includedir} +exec_prefix=%{_prefix} +libdir=%{_libdir} +includedir=%{_includedir} Name: libjs Description: JS library @@ -134,6 +134,9 @@ LD_LIBRARY_PATH=`pwd`/src/Linux_All_OPT.OBJ %{__make} -C src/perlconnect test %changelog +* Mon Aug 28 2006 Matthias Saou 1.5-6 +- Fix pkgconfig file (#204232 & dupe #204236). + * Mon Jul 24 2006 Matthias Saou 1.5-5 - FC6 rebuild. - Enable JS_THREADSAFE in the build (#199696), add patch and nspr build req.