]> git.pld-linux.org Git - packages/nspr.git/commitdiff
This commit was manufactured by cvs2git to create branch 'RA-branch'. MOZILLA-1_2_1 nspr-4_3-1
authorcvs2git <feedback@pld-linux.org>
Thu, 19 Jun 2003 12:43:17 +0000 (12:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Sprout from master 2002-10-21 11:11:08 UTC Jakub Bogusz <qboosh@pld-linux.org> '- fixes from nspr 4.2.1 from mozilla1.2b for nspr 4.2.2'
Cherrypick from unlabeled-1.18.2 2003-06-19 12:43:17 UTC Paweł Gołaszewski <blues@pld-linux.org> '- md5':
    nspr.spec -> 1.18.2.1

nspr.spec

index 93977dad8f301235b52982e0e754af6b26c2bfca..d9afdbe8f80d2939b48940d6a49683d58d59eef4 100644 (file)
--- a/nspr.spec
+++ b/nspr.spec
@@ -1,13 +1,13 @@
 Summary:       Netscape Portable Runtime (NSPR)
 Summary(pl):   Przeno¶ne biblioteki uruchomieniowe Netscape
 Name:          nspr
-Version:       4.2.2
-Release:       2
+Version:       4.3
+Release:       1
 Epoch:         1
 License:       GPL
 Group:         Libraries
 Source0:       http://ftp.mozilla.org/pub/nspr/releases/v%{version}/src/%{name}-%{version}.tar.gz
-Patch0:                %{name}-%{version}-mozilla1.2b.patch
+# Source0-md5: df714fd7179508ddd1d2c31abfaa8450
 BuildRequires: autoconf
 Obsoletes:     nspr-pthreads
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -47,17 +47,17 @@ Statyczna biblioteka NSPR.
 
 %prep
 %setup -q
-%patch -p1
 
 %build
 cd mozilla/nsprpub
 %{__autoconf}
+# don't use "--disable-strip" - it will cause stripping
 %configure \
        --with-dist-prefix=$RPM_BUILD_ROOT%{_prefix} \
        --with-mozilla \
        --enable-optimize="%{rpmcflags}" \
-       --disable-debug \
-       --enable-strip \
+       --%{?debug:en}%{!?debug:dis}able-debug \
+       %{!?debug:--enable-strip} \
        --with-pthreads \
        --enable-ipv6
 
This page took 0.081682 seconds and 4 git commands to generate.