Displaying 11 results from an estimated 11 matches for "_docdir".
Did you mean:
docdir
2011 Apr 05
1
configure: error: unrecognized option: --docdir=/usr/share/doc/dovecot-2.0.11
...as following:
configure: error: unrecognized option: --docdir=/usr/share/doc/dovecot-2.0.11
Try `./configure --help' for more information.
I checked `./configure --help', it did contain the '--docdir' option.
I don't know how to fix it.
Then I tried to remove '?--docdir=%{_docdir}/%{name}-%{version} \' and
rebuild it again. It is shown another error message as following:
mv: cannot stat
`/var/tmp/dovecot-2.0.11-1_126-root//usr/share/doc/dovecot-2.0.11': No
such file or directory
I tried to modify dovecot.spec again, replace 'mv
$RPM_BUILD_ROOT/%{_docdir}/%{name...
2006 Sep 12
4
2.6.9-42.ELsmp kernel and 3ware 9550 tools
I have the latest kernel with the drivers for my 3ware 9550SX built in.
Where
can I find the tools and monitoring apps for this card? Are there rpms
hiding
somewhere, or do I need to build it from source?
--
Bowie
2017 May 31
2
[Dovecot-news] v2.2.30.1 released
...Wl,--as-needed -Wl,-z,now -Wl,-z,relro
-Wl,-z,noexecstack %{optflags} -flto -ffat-lto-objects -fuse-ld=gold
-fuse-linker-plugin -Wno-stack-protector -Wa,--noexecstack"
export LDFLAGS="$SH_LDFLAGS -pie -fPIE"
%configure \
INSTALL_DATA="install -c -p -m644" \
--docdir=%{_docdir}/%{name}-%{version} \
--disable-static \
--disable-largefile \
--disable-rpath \
--with-gnu-ld \
--with-pic \
--with-sql=yes \
--with-mysql \
--with-libcap \
--with-shared-libs \
--with-ssl=openssl \
--with-gssapi \
--with-ssldir=%{ssldir} \
--with-storages=pop3c \
--wit...
2020 Mar 06
1
Problem with tika
...fts = solr
? batch_size = 1
? fts_solr =
url=https://username:password at solr-01.vevida.net:443/solr/dovecot/
? #fts_tika = https://solr-01.vevida.net:443/tika/
? batch_size = 1000
? fts_autoindex=yes
? soft_commit=no
}
# dovecot --version
2.3.9.3 (9f41b88fa)
# Configure options:
??? --docdir=%{_docdir}/dovecot? \
??? --disable-static???????????? \
??? --with-nss?????????????????? \
??? --with-shadow??????????????? \
??? --with-pam?????????????????? \
??? --with-gssapi=plugin???????? \
??? --with-ldap=plugin?????????? \
??? --with-sql=plugin??????????? \
??? --with-pgsql???????????????? \
??? --w...
2015 Mar 13
0
v2.2.16 released
...kaging:Guidelines#Beware_of_Rpath
hence
cat /etc/ld.so.conf.d/dovecot-x86_64.conf
/usr/lib64/dovecot
i just "rm -rf" the folder and other stuff for private builds in
environments where dovecot is running only as proxy
rm -rf %{buildroot}%{_sysconfdir}/%{name}/README \
%{buildroot}%{_docdir}/%{name}-%{version} \
%{buildroot}%{_includedir}/%{name}/ \
%{buildroot}%{_mandir}/man1/ \
%{buildroot}%{_mandir}/man7/ \
%{buildroot}%{_datarootdir}/aclocal/ \
%{buildroot}%{_bindir}/dsync \
%{buildroot}%{_libdir}/%{name}/*_plugin.so \
%{buildroot}%{_libdir}/%{name}/doveadm/*_plugin....
2015 Mar 13
2
v2.2.16 released
On 12 Mar 2015, at 21:09, Reindl Harald <h.reindl at thelounge.net> wrote:
>
> /usr/lib64/dovecot/stats/libstats_mail.so
>
> why in the world a new sub-directory containing just one so-file enforcing pakcage buildsers to change SPEC files?
So that external plugins can add more files in there and extend the available statistics.
2017 May 31
1
[Dovecot-news] v2.2.30.1 released
Am 31.05.2017 um 15:24 schrieb Timo Sirainen:
> https://dovecot.org/releases/2.2/dovecot-2.2.30.1.tar.gz
> https://dovecot.org/releases/2.2/dovecot-2.2.30.1.tar.gz.sig
>
> Due to some release process changes I didn't notice that one important bugfix wasn't included in the v2.2.30 release branch before I made the release. So fixing it here with v2.2.30.1. Also included another
2012 Mar 25
2
build postfix rpm with mysql
...ne V_tarball %{V_postfix}-%{V_release_date}
%define ftp_dir experimental
%endif
# rpm does not accept '-' in version strings so replace them with a '.'
# - (only affects snapshots)
%define V_package %(echo %{V_tarball} | sed 's/-/./g')
# rpm-workaround:
#
# We can NOT use %{_docdir}/%{name}-%{version} for installing the docs
# from the 'install' section as RPM kindly removes this directory after
# we have installed files to it. (standard part of 'doc' processing!)
#
#define docdir %{_docdir}/%{name}-%{version}
%define docdir %{_docdir}/%{name}-%{V_package}-doc...
2014 Aug 19
0
failure building memcached rpm
...Mar 31 2010 Steve Huff <shuff at vecna.org> - 1.4.4-2
- Rebuild against libevent-1.4.13 on EL5.
* Mon Feb 08 2010 Steve Huff <shuff at vecna.org> - 1.4.4-1
- Updated to 1.4.4.
- Split off include files into memcached-devel.
- Install memcached-tool in %{_bindir}, install damemtop in %{_docdir}.
* Wed Aug 20 2008 Michael Best <mbest at pendragon.org> 1.2.6
- Update to 1.2.6.
* Tue May 29 2007 Matthias Saou <http://freshrpms.net/> 1.2.2-1
- Update to 1.2.2.
- Enable new threads feature.
* Sun Mar 25 2007 Dag Wieers <dag at wieers.com> - 1.2.1-4
- Rebuild against libev...
2011 Nov 19
4
build postfix spec w/ mysql
...ne V_tarball %{V_postfix}-%{V_release_date}
%define ftp_dir experimental
%endif
# rpm does not accept '-' in version strings so replace them with a '.'
# - (only affects snapshots)
%define V_package %(echo %{V_tarball} | sed 's/-/./g')
# rpm-workaround:
#
# We can NOT use %{_docdir}/%{name}-%{version} for installing the docs
# from the 'install' section as RPM kindly removes this directory after
# we have installed files to it. (standard part of 'doc' processing!)
#
#define docdir %{_docdir}/%{name}-%{version}
%define docdir %{_docdir}/%{name}-%{V_package}-doc...
2012 Apr 20
4
Building Dovecot CentOS 5 RPMs with custom LDAP packages
Hi,
We are (still) mainly using CentOS 5 (5.8 x86_64). As CentOS / EL 5
standard OpenLDAP packages are rather old (2.3.x), we've been using LTB
OpenLDAP packages ( http://ltb-project.org/wiki/download#openldap),
which get installed in non-standard file system locations.
I am not much experienced in building RPMs and preparing spec files. We
are currently using dovecot RPM packages from