]> git.pld-linux.org Git - packages/nspr.git/commitdiff
- fix includedir in `nspr-config --cflags` auto/ac/nspr-4_6-2 auto/th/nspr-4_6-2
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 25 Jul 2005 11:58:40 +0000 (11:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    nspr.spec -> 1.38

nspr.spec

index 35fbecd6c5cc51efae425ee90ba7675886771318..6b0b9f018d1fb9dd890f085dbfc220a45317f207 100644 (file)
--- a/nspr.spec
+++ b/nspr.spec
@@ -2,7 +2,7 @@ Summary:        Netscape Portable Runtime (NSPR)
 Summary(pl):   Przeno¶ne biblioteki uruchomieniowe Netscape
 Name:          nspr
 Version:       4.6
-Release:       1
+Release:       2
 Epoch:         1
 License:       MPL v1.1 or GPL v2+ or LGPL v2.1+
 Group:         Libraries
@@ -13,6 +13,7 @@ Patch0:               %{name}-am18.patch
 Patch1:                %{name}-acfix.patch
 BuildRequires: autoconf >= 2.12
 BuildRequires: automake
+BuildRequires: sed >= 4.0
 Obsoletes:     nspr-pthreads
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -54,6 +55,9 @@ Statyczna biblioteka NSPR.
 %patch0 -p1
 %patch1 -p1
 
+# @includedir@ is not updated to .../nspr
+sed -i -e 's,@includedir@,%{_includedir}/nspr,' mozilla/nsprpub/config/nspr-config.in
+
 %build
 cd mozilla/nsprpub
 cp -f /usr/share/automake/config.sub build/autoconf
This page took 0.039242 seconds and 4 git commands to generate.