diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,13 +1,13 @@ name : libnspr -version : '4.17' -release : 10 +version : 4.19 +release : 11 source : - https://ftp.mozilla.org/pub/nspr/releases/v4.17/src/nspr-4.17.tar.gz : 590a0aea29412ae22d7728038c21ef2ab42646e48172a47d2e4bb782846d1095 -homepage : http://www.mozilla.org +homepage : https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR license : - - MPL-1.1 - GPL-2.0 - LGPL-2.1 + - MPL-1.1 component : system.base emul32 : yes libsplit : no @@ -15,18 +15,16 @@ description: | Netscape Portable Runtime (NSPR) provides a platform-neutral API for system level and libc like functions. setup : | - pushd nspr + cd nspr sed -i 's#$(LIBRARY) ##' config/rules.mk if [[ ! -z "${EMUL32BUILD}" ]]; then - %configure --prefix=/usr --with-mozilla --with-pthreads + %configure --with-mozilla --with-pthreads else - %configure --prefix=/usr --enable-64bit --with-mozilla --with-pthreads + %configure --enable-64bit --with-mozilla --with-pthreads fi build : | - pushd nspr - %make + %make -C nspr install : | - pushd nspr - %make_install + %make_install -C nspr rm -v $installdir/usr/bin/prerr.properties rm -v $installdir/usr/bin/compile-et.pl diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -1,14 +1,14 @@ libnspr - http://www.mozilla.org + https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR Pierre-Yves pyu@riseup.net - MPL-1.1 GPL-2.0 LGPL-2.1 + MPL-1.1 system.base Netscape Portable Runtime Netscape Portable Runtime (NSPR) provides a platform-neutral API for system level and libc like functions. @@ -33,7 +33,7 @@ emul32 - libnspr + libnspr /usr/lib32/lib*.so @@ -46,8 +46,8 @@ programming.devel - libnspr-32bit - libnspr-devel + libnspr-32bit + libnspr-devel /usr/lib32/pkgconfig/*.pc @@ -60,7 +60,7 @@ programming.devel - libnspr + libnspr /usr/include/ @@ -69,12 +69,12 @@ - - 2017-09-28 - 4.17 + + 2018-03-11 + 4.19 Packaging update Pierre-Yves pyu@riseup.net \ No newline at end of file