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