Updating link to change in openSUSE:Factory/mozilla-nss revision 29.0

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nss?expand=0&rev=012f77fb1152b888f0b9f8e5e9da47e4
This commit is contained in:
OBS User buildservice-autocommit 2009-12-21 13:21:30 +00:00 committed by Git OBS Bridge
parent 0092a59c5e
commit 6a6023ab57
3 changed files with 29 additions and 5 deletions

4
mozilla-nss-rpmlintrc Normal file
View File

@ -0,0 +1,4 @@
addFilter("shlib-policy-name-error")
addFilter("shlib-policy-missing-lib")
addFilter("shlib-policy-missing-suffix")
addFilter("shlib-unversioned-lib")

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Dec 18 13:24:16 CET 2009 - wr@rosenauer.org
- split mozilla-nss-certs from main package
- added rpmlintrc to ignore expected warnings
- added baselibs.conf as source
-------------------------------------------------------------------
Mon Dec 14 07:56:26 CET 2009 - wr@rosenauer.org

View File

@ -29,7 +29,7 @@ BuildRequires: sqlite3-devel
%endif
License: GPLv2+ ; LGPLv2.1+ ; MPL
Version: 3.12.4
Release: 3
Release: 4
# bug437293
%ifarch ppc64
Obsoletes: mozilla-nss-64bit
@ -43,6 +43,8 @@ Source: nss-%{version}.tar.bz2
Source1: nss.pc.in
Source2: addon-certs.txt
Source3: nss-config.in
Source4: %{name}-rpmlintrc
Source5: baselibs.conf
Patch1: nss-opt.patch
Patch2: nss-sqlitename.patch
Patch3: system-nspr.patch
@ -50,12 +52,10 @@ Patch4: char.patch
Patch5: nss-no-rpath.patch
Patch6: nss-ckbi-1_77.patch.bz2
Patch9: malloc.patch
# Remove remnant traces from the package split.
Provides: libnss3 = %{version}-%{release}
Obsoletes: libnss3 <= %{version}-%{release}
%define nspr_ver %(rpm -q --queryformat '%{VERSION}' mozilla-nspr)
PreReq: mozilla-nspr >= %nspr_ver
PreReq: libfreebl3 >= %{version}
Requires: mozilla-nss-certs
Requires(post): coreutils
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define nssdbdir %{_sysconfdir}/pki/nssdb
@ -115,6 +115,16 @@ certificates, and other security standards.
This package installs the freebl library from NSS.
%package certs
License: GPLv2+ ; LGPLv2.1+ ; MPL
Summary: CA certificates for NSS
Group: Productivity/Networking/Security
%description certs
This package contains the integrated CA root certificates from the
Mozilla project.
%prep
%setup -n nss-%{version} -q
cd mozilla
@ -271,7 +281,6 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%{_libdir}/libnss3.so
%{_libdir}/libnssckbi.so
%{_libdir}/libnssdbm3.so
%{_libdir}/libnssutil3.so
%{_libdir}/libsmime3.so
@ -301,4 +310,8 @@ rm -rf $RPM_BUILD_ROOT
/%{_lib}/libfreebl3.so
/%{_lib}/libfreebl3.chk
%files certs
%defattr(-, root, root)
%{_libdir}/libnssckbi.so
%changelog