Package init
This commit is contained in:
parent
591899afb5
commit
ad7252ed05
11
nspr.spec
11
nspr.spec
@ -1,7 +1,7 @@
|
|||||||
%global nspr_version 4.20
|
%global nspr_version 4.20
|
||||||
Name: nspr
|
Name: nspr
|
||||||
Version: 4.20.0
|
Version: 4.20.0
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Netscape Portable Runtime
|
Summary: Netscape Portable Runtime
|
||||||
License: MPLv2.0
|
License: MPLv2.0
|
||||||
URL: http://www.mozilla.org/projects/nspr
|
URL: http://www.mozilla.org/projects/nspr
|
||||||
@ -63,11 +63,7 @@ NSPR_CFLAGS=`./config/nspr-config --cflags`
|
|||||||
NSPR_VERSION=`./config/nspr-config --version`
|
NSPR_VERSION=`./config/nspr-config --version`
|
||||||
install -c -m 644 nspr-config.1 $RPM_BUILD_ROOT%{_mandir}/man1/nspr-config.1
|
install -c -m 644 nspr-config.1 $RPM_BUILD_ROOT%{_mandir}/man1/nspr-config.1
|
||||||
|
|
||||||
%post
|
%ldconfig_scriptlets
|
||||||
/sbin/ldconfig
|
|
||||||
|
|
||||||
%postun
|
|
||||||
/sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_libdir}/libnspr4.so
|
%{_libdir}/libnspr4.so
|
||||||
@ -89,6 +85,9 @@ install -c -m 644 nspr-config.1 $RPM_BUILD_ROOT%{_mandir}/man1/nspr-config.1
|
|||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 20 2019 openEuler Buildteam <buildteam@openeuler.org> - 4.20.0-3
|
||||||
|
- Fix ldconfig scriptlets
|
||||||
|
|
||||||
* Fri Apr 19 2019 liusirui<liusirui@huawei.com> - 4.20.0-2
|
* Fri Apr 19 2019 liusirui<liusirui@huawei.com> - 4.20.0-2
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user