This commit is contained in:
parent
9b8549c718
commit
e040c68483
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 29 20:41:34 CEST 2008 - maw@suse.de
|
||||
|
||||
- Prerequire coretools in the -tools subpackage (bnc#379540)
|
||||
- Require sqlite3-devel to build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 14 18:52:59 CEST 2008 - maw@suse.de
|
||||
|
||||
|
@ -13,12 +13,15 @@
|
||||
|
||||
Name: mozilla-nss
|
||||
BuildRequires: gcc-c++ mozilla-nspr-devel
|
||||
%if %suse_version > 1020
|
||||
%if %suse_version == 1020
|
||||
BuildRequires: sqlite-devel
|
||||
%endif
|
||||
%if %suse_version > 1030
|
||||
BuildRequires: sqlite3-devel
|
||||
%endif
|
||||
License: GPL v2 or later; LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL)
|
||||
Version: 3.12.0
|
||||
Release: 11
|
||||
Release: 15
|
||||
Summary: Network (Netscape) Security Services
|
||||
Url: http://www.mozilla.org/projects/security/pki/nss/
|
||||
Group: System/Libraries
|
||||
@ -76,6 +79,7 @@ License: GPL v2 or later; LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL
|
||||
Summary: Tools for developing, debugging, and managing applications that use NSS.
|
||||
Group: System/Management
|
||||
PreReq: mozilla-nss >= %{version}-%{release}
|
||||
PreReq: coreutils
|
||||
|
||||
%description tools
|
||||
The NSS Security Tools allow developers to test, debug, and manage
|
||||
@ -222,6 +226,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%exclude %{_bindir}/nss-config
|
||||
|
||||
%changelog
|
||||
* Tue Apr 29 2008 maw@suse.de
|
||||
- Prerequire coretools in the -tools subpackage (bnc#379540)
|
||||
- Require sqlite3-devel to build.
|
||||
* Mon Apr 14 2008 maw@suse.de
|
||||
- Merge some fixes from the build service's version.
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user