]> git.pld-linux.org Git - packages/nss.git/commitdiff
- updated to 3.4.1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 20 May 2002 22:01:51 +0000 (22:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed dbm patch (not needed - dbm sources are in nss again)
- client renamed to nss-client (conflict with squid)

Changed files:
    nss.spec -> 1.25

nss.spec

index 55b778b649b30a98f6e00040772a04c7a01d4462..7695b91357e4bf958bcb5c1e89766ee4d9df35b9 100644 (file)
--- a/nss.spec
+++ b/nss.spec
@@ -1,15 +1,14 @@
-# $Revision: 1.24 $ $Date: 2002-04-16 15:53:40 $
+# $Revision: 1.25 $ $Date: 2002-05-20 22:01:51 $
 Summary:       NSS - Network Security Services
 Summary(pl):   NSS - Network Security Services
 Name:          nss
-Version:       3.4.rc1
+Version:       3.4.1
 Release:       1
 License:       GPL
 Group:         Libraries
-Source0:       ftp://ftp.mozilla.org/pub/security/nss/releases/NSS_3_4_RC1/src/%{name}-%{version}.tar.gz
+Source0:       ftp://ftp.mozilla.org/pub/security/nss/releases/NSS_3_4_1_RTM/src/%{name}-%{version}.tar.gz
 Patch0:                %{name}-Makefile.patch
-Patch1:                %{name}-dbm.patch.bz2
-Patch2:                %{name}-system-zlib.patch
+Patch1:                %{name}-system-zlib.patch
 BuildRequires:  nspr-devel >= 4.1.2-3
 BuildRequires: zip >= 2.1
 BuildConflicts:        mozilla < 0.9.6-3
@@ -28,6 +27,18 @@ Aplikacja u
 #11, PKCS #12, S/MIME, TLS, SSL v2 oraz v3, certyfikaty X.509 v3, i
 wiele innych bezpiecznych standardów.
 
+%package tools
+Summary:       NSS command line tools and utilities
+Summary(pl):   Narzêdzia NSS
+Group:         Applications
+Requires:      %{name} = %{version}
+
+%description tools
+The NSS Toolkit command line tool.
+
+%description tools -l pl
+Narzêdzia NSS obs³ugiwane z linii poleceñ.
+
 %package devel
 Summary:       NSS - header files
 Summary(pl):   NSS - pliki nag³ówkowe
@@ -41,18 +52,6 @@ Development part of NSS library.
 %description devel -l pl
 Czê¶æ biblioteki NSS przeznaczona dla programistów.
 
-%package tools
-Summary:       NSS command line tools and utilities
-Summary(pl):   Narzêdzia NSS
-Group:         Applications
-Requires:      %{name} = %{version}
-
-%description tools
-The NSS Toolkit command line tool.
-
-%description tools -l pl
-Narzêdzia NSS obs³ugiwane z linii poleceñ.
-
 %package static
 Summary:       NSS - static library
 Summary(pl):   NSS - biblioteka statyczna
@@ -69,7 +68,6 @@ Statyczne wersje bibliotek z NSS.
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 cd mozilla/security/nss
@@ -114,6 +112,9 @@ install mozilla/dist/public/security/*      $RPM_BUILD_ROOT%{_includedir}/nss
 install mozilla/dist/pld/bin/*         $RPM_BUILD_ROOT%{_bindir}
 install mozilla/dist/pld/lib/*         $RPM_BUILD_ROOT%{_libdir}
 
+# resolve conflict with squid
+mv -f $RPM_BUILD_ROOT%{_bindir}/{,nss-}client
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.198082 seconds and 4 git commands to generate.