From f6f33dc754b30675e5d579a3677fca12c20bae45 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mon, 3 Aug 2020 08:46:46 -0400 Subject: [PATCH] import nspr-4.25.0-2.el8_2 --- .gitignore | 3 +- .nspr.metadata | 3 +- SOURCES/nspr-config.xml | 127 ++++++++++++++++++++++++++++++++++++++++ SPECS/nspr.spec | 10 +++- 4 files changed, 137 insertions(+), 6 deletions(-) create mode 100644 SOURCES/nspr-config.xml diff --git a/.gitignore b/.gitignore index bf8ae57..d9779ce 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -SOURCES/nspr-4.21.tar.gz -SOURCES/nspr-config.xml +SOURCES/nspr-4.25.tar.gz diff --git a/.nspr.metadata b/.nspr.metadata index 67d563a..a9845d4 100644 --- a/.nspr.metadata +++ b/.nspr.metadata @@ -1,2 +1 @@ -0ae8c710a52775e209b96aa6220362837b79b6c3 SOURCES/nspr-4.21.tar.gz -f748a225d13fc55d8843c93002a6e8b79cd3779d SOURCES/nspr-config.xml +fe02a9056ce867677401b3d6372cdb62f7c7aad4 SOURCES/nspr-4.25.tar.gz diff --git a/SOURCES/nspr-config.xml b/SOURCES/nspr-config.xml new file mode 100644 index 0000000..9e3f99c --- /dev/null +++ b/SOURCES/nspr-config.xml @@ -0,0 +1,127 @@ + + + +]> + + + + + &date; + Netscape Portable Runtime + nspr + &version; + + + + nspr-config + 1 + + + + nspr-config + Return meta information about nspr libraries + + + + + nspr-config + + + + + + + + + + + + Description + nspr-config is a shell script which can be used to obtain gcc options for building client pacakges of nspr. + + + + Options + + + + + Returns the top level system directory under which the nspr libraries are installed. + + + + + Returns the top level system directory under which any nspr binaries would be installed. + + + + count + Returns the path to the directory were the nspr headers are installed. + + + + + Returns the upstream version of nspr in the form major_version-minor_version-patch_version. + + + + + Returns the compiler linking flags. + + + + + Returns the compiler include flags. + + + + + Returns the path to the directory were the nspr libraries are installed. + + + + + + + Examples + + The following example will query for both include path and linkage flags: + + /usr/bin/nspr-config --cflags --libs + + + + + + + + Files + + /usr/bin/nspr-config + + + + + See also + pkg-config(1) + + + + Authors + The NSPR liraries were written and maintained by developers with Netscape, Red Hat, Sun, Oracle, Mozilla, and Google. + + Authors: Elio Maldonado <emaldona@redhat.com>. + + + + + + LICENSE + Licensed under the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. + + + + + diff --git a/SPECS/nspr.spec b/SPECS/nspr.spec index aae4f05..0e80046 100644 --- a/SPECS/nspr.spec +++ b/SPECS/nspr.spec @@ -1,4 +1,4 @@ -%global nspr_version 4.21.0 +%global nspr_version 4.25.0 # The upstream omits the trailing ".0", while we need it for # consistency with the pkg-config version: @@ -152,10 +152,16 @@ done %{_mandir}/man*/* %changelog +* Mon Jun 29 2020 Daiki Ueno - 4.25.0-2 +- Rebuild + +* Fri Jun 5 2020 Daiki Ueno - 4.25.0-1 +- Update to NSPR 4.25 + * Fri May 24 2019 Daiki Ueno - 4.21.0-2 - Rebuild -* Thu May 23 2019 Daiki Ueno - 4.21.0-1 +* Fri May 24 2019 Daiki Ueno - 4.21.0-1 - Update to NSPR 4.21 * Wed Oct 3 2018 Daiki Ueno - 4.20.0-2