Whitespace cleanup
This commit is contained in:
parent
ef0e3207fd
commit
3a93ebecac
10
nss.spec
10
nss.spec
@ -261,9 +261,9 @@ Conflicts: filesystem < 3
|
|||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
|
|
||||||
%description -n nspr
|
%description -n nspr
|
||||||
NSPR provides platform independence for non-GUI operating system
|
NSPR provides platform independence for non-GUI operating system
|
||||||
facilities. These facilities include threads, thread synchronization,
|
facilities. These facilities include threads, thread synchronization,
|
||||||
normal file and network I/O, interval timing and calendar time, basic
|
normal file and network I/O, interval timing and calendar time, basic
|
||||||
memory management (malloc and free) and shared library linking.
|
memory management (malloc and free) and shared library linking.
|
||||||
|
|
||||||
%package -n nspr-devel
|
%package -n nspr-devel
|
||||||
@ -612,7 +612,7 @@ killall $RANDSERV || :
|
|||||||
pushd nspr_build
|
pushd nspr_build
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
|
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_libdir}/pkgconfig
|
mkdir -p $RPM_BUILD_ROOT/%{_libdir}/pkgconfig
|
||||||
|
|
||||||
# Get rid of the things we don't want installed (per upstream)
|
# Get rid of the things we don't want installed (per upstream)
|
||||||
@ -625,7 +625,7 @@ rm -rf \
|
|||||||
$RPM_BUILD_ROOT/%{_datadir}/aclocal/nspr.m4 \
|
$RPM_BUILD_ROOT/%{_datadir}/aclocal/nspr.m4 \
|
||||||
$RPM_BUILD_ROOT/%{_includedir}/nspr4/md
|
$RPM_BUILD_ROOT/%{_includedir}/nspr4/md
|
||||||
|
|
||||||
for f in nspr-config; do
|
for f in nspr-config; do
|
||||||
install -c -m 644 ${f}.1 $RPM_BUILD_ROOT%{_mandir}/man1/${f}.1
|
install -c -m 644 ${f}.1 $RPM_BUILD_ROOT%{_mandir}/man1/${f}.1
|
||||||
done
|
done
|
||||||
popd
|
popd
|
||||||
|
Loading…
Reference in New Issue
Block a user