mirror of
https://abf.rosa.ru/djam/nss.git
synced 2025-02-23 16:32:48 +00:00
spec cleanup
This commit is contained in:
parent
84bbad091b
commit
c0a1f0bfbf
1 changed files with 1 additions and 14 deletions
15
nss.spec
15
nss.spec
|
@ -1,11 +1,3 @@
|
|||
%if %mandriva_branch == Cooker
|
||||
# Cooker
|
||||
%define release %mkrel 2
|
||||
%else
|
||||
# Old distros
|
||||
%define release %mkrel 1
|
||||
%endif
|
||||
|
||||
%bcond_without lib
|
||||
|
||||
%define major 3
|
||||
|
@ -29,7 +21,7 @@
|
|||
Name: nss
|
||||
Epoch: 2
|
||||
Version: 3.13.5
|
||||
Release: %{release}
|
||||
Release: 1
|
||||
Summary: Netscape Security Services
|
||||
Group: System/Libraries
|
||||
License: MPL or GPLv2+ or LGPLv2+
|
||||
|
@ -220,8 +212,6 @@ popd
|
|||
export LD_LIBRARY_PATH="$OLD"
|
||||
|
||||
%install
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
pushd mozilla/dist/$(uname -s)*
|
||||
|
||||
%{__mkdir_p} %{buildroot}%{_bindir}
|
||||
|
@ -339,9 +329,6 @@ install -m0755 libnssckbi_empty.so %{buildroot}/%{_lib}/libnssckbi_empty.so
|
|||
%{_bindir}/shlibsign -i /%{_lib}/libfreebl%{major}.so >/dev/null 2>/dev/null
|
||||
%endif
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%doc docs/*
|
||||
%attr(0755,root,root) %{_bindir}/addbuiltin
|
||||
|
|
Loading…
Add table
Reference in a new issue