- Update the pkgconfig file to Require nspr
This commit is contained in:
parent
a8fe385dde
commit
e00571c324
@ -6,5 +6,6 @@ includedir=%includedir%
|
|||||||
Name: NSS
|
Name: NSS
|
||||||
Description: Network Security Services
|
Description: Network Security Services
|
||||||
Version: %NSS_VERSION%
|
Version: %NSS_VERSION%
|
||||||
|
Requires: nspr >= %NSPR_VERSION%
|
||||||
Libs: -lssl3 -lsmime3 -lnss3
|
Libs: -lssl3 -lsmime3 -lnss3
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
2
nss.spec
2
nss.spec
@ -112,6 +112,7 @@ export USE_64
|
|||||||
-e "s,%%prefix%%,%{_prefix},g" \
|
-e "s,%%prefix%%,%{_prefix},g" \
|
||||||
-e "s,%%exec_prefix%%,%{_prefix},g" \
|
-e "s,%%exec_prefix%%,%{_prefix},g" \
|
||||||
-e "s,%%includedir%%,%{_includedir}/nss3,g" \
|
-e "s,%%includedir%%,%{_includedir}/nss3,g" \
|
||||||
|
-e "s,%%NSPR_VERSION%%,%{nspr_version},g" > \
|
||||||
-e "s,%%NSS_VERSION%%,%{version},g" > \
|
-e "s,%%NSS_VERSION%%,%{version},g" > \
|
||||||
$RPM_BUILD_ROOT/%{_libdir}/pkgconfig/nss.pc
|
$RPM_BUILD_ROOT/%{_libdir}/pkgconfig/nss.pc
|
||||||
|
|
||||||
@ -301,6 +302,7 @@ done
|
|||||||
%changelog
|
%changelog
|
||||||
* Thu Dec 15 2005 Christopher Aillon <caillon@redhat.com> 3.11-0.cvs.2
|
* Thu Dec 15 2005 Christopher Aillon <caillon@redhat.com> 3.11-0.cvs.2
|
||||||
- Add patch to allow building on ppc*
|
- Add patch to allow building on ppc*
|
||||||
|
- Update the pkgconfig file to Require nspr
|
||||||
|
|
||||||
* Thu Dec 15 2005 Christopher Aillon <caillon@redhat.com> 3.11-0.cvs
|
* Thu Dec 15 2005 Christopher Aillon <caillon@redhat.com> 3.11-0.cvs
|
||||||
- Initial import into Fedora Core, based on a CVS snapshot of
|
- Initial import into Fedora Core, based on a CVS snapshot of
|
||||||
|
Loading…
Reference in New Issue
Block a user