Displaying 8 results from an estimated 8 matches for "_infodir".
Did you mean:
infodir
2004 May 22
1
RPM post-install scripts to update R
...scripts to the %post macro section.
If you look at the recent R.spec you'll see that there are already some :
%post
# Create directory entries for info files
# (optional doc files, so we must check that they are installed)
for doc in admin exts FAQ intro lang; do
file=%{_infodir}/R-${doc}.info.gz
if [ -e $file ]; then
/sbin/install-info ${file} %{_infodir}/dir
fi
done
# Update package indices
%{_bindir}/R CMD perl %{_libdir}/R/share/perl/build-help.pl --htmllists
%__cat %{_libdir}/R/library/*/CONTENTS >
%{_libdir}/R/doc/html/s...
2003 Nov 13
1
generic rpm .spec.in
...m -rf $RPM_BUILD_ROOT
umask 022
make install DESTDIR=$RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/tinc
%clean
# rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS README THANKS *.html
%dir %{_sysconfdir}/tinc
# %{_bindir}/*
%{_sbindir}/*
%{_mandir}/man?/*
%{_infodir}/tinc*
%{_datadir}/locale/*/LC_MESSAGES/*.mo
2018 Apr 12
0
Fw:ldap access domain AD failed on 4.7.6 and 4.8.0
...ir} \
--datadir=%{_datadir} \
--includedir=%{_includedir} \
--libdir=%{_libdir} \
--libexecdir=%{_libexecdir} \
--localstatedir=%{_localstatedir} \
--sharedstatedir=%{_sharedstatedir} \
--mandir=%{_mandir} \
--infodir=%{_infodir} \
--with-pammodulesdir=/%{_lib}/security \"
BUILD_OPTS="\
--disable-rpath-install \
--bundled-libraries=ALL \
%if %{make_devel}
--enable-developer \
--picky-developer \
--enable-krb5developer \
%end...
2009 Jun 12
4
Corruption issue found in e2fsprogs 1.41.5
Hi,
A critical regression has been discovered in e2fsck. The problem was
introduced in upstream 1.41.5 and is causing updates to block group
descriptors to be lost after journal replay. Our 1.41.5.sun2 (.sun1 too)
e2fsprogs version also suffers from this problem.
We are working on rebasing our e2fsprogs package on 1.41.6 (see bug
19852).
Until the new rpm is available (should be very soon), we
2009 Jun 12
4
Corruption issue found in e2fsprogs 1.41.5
Hi,
A critical regression has been discovered in e2fsck. The problem was
introduced in upstream 1.41.5 and is causing updates to block group
descriptors to be lost after journal replay. Our 1.41.5.sun2 (.sun1 too)
e2fsprogs version also suffers from this problem.
We are working on rebasing our e2fsprogs package on 1.41.6 (see bug
19852).
Until the new rpm is available (should be very soon), we
2001 Jan 11
3
contrib/redhat/openssh.spec question
I have a couple of questions regarding openssh.spec and the rpm that
gets generated from it. I am using 2.3.0p1
1. Why is openssl a prereq? openssh statically links to openssl during
build by default (rightfully so, you don't want your security library a
shared object if possible)
2. I don't understand the following line in the spec file during the
install step (it makes it not build for
2002 Mar 11
0
Password-Authentication with openssh-3.1p1 fails
...dating my
openssh-package to the current version pubkey-authentication still
works but password-authentication fails in every case.
I compiled openssh-3.1p1 as follows (options included in the
src.rpm):
./configure \
--mandir=%{_mandir} \
--prefix=%{prefix} \
--infodir=%{_infodir} \
--sysconfdir=/etc/ssh \
--libexecdir=%{prefix}/lib/ssh \
--with-tcp-wrappers \
--with-pam
make
Software- and package-building works fine.
After installation I can connect to localhost via pubkey-
authentication (server running in debug-mode):
andreas at home:~...
2002 Mar 12
0
[Bug 159] New: Password-Authentication with openssh-3.1p1 fails
...dating my
openssh-package to the current version pubkey-authentication still
works but password-authentication fails in every case.
I compiled openssh-3.1p1 as follows (options included in the
src.rpm):
./configure \
--mandir=%{_mandir} \
--prefix=%{prefix} \
--infodir=%{_infodir} \
--sysconfdir=/etc/ssh \
--libexecdir=%{prefix}/lib/ssh \
--with-tcp-wrappers \
--with-pam
make
Software- and package-building works fine.
After installation I can connect to localhost via pubkey-
authentication (server running in debug-mode):
andreas at home:~...