diff --git a/ChangeLog b/ChangeLog index 1663cbd..4385c41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ ===== 24-Mar-2009: - allow the usage of @ in shortdial entries to call other users on other sip networks (patch by Andreas) + - revised rpmbuild (SPEC file and some Makefiles) 1-Mar-2009: - building with --enable-static-libosip2 requires --disable-shared to be set as well (plugins will be statically linked into siproxd) diff --git a/doc/Makefile.am b/doc/Makefile.am index 4ce9316..1739483 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -18,6 +18,9 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # +# missing with older automake/autoconf packages +docdir = ${datadir}/doc/${PACKAGE} + SUBDIRS = EXTRA_DIST = siproxd.conf.example \ diff --git a/siproxd.spec.in b/siproxd.spec.in index 3dbe2ac..857b1ad 100644 --- a/siproxd.spec.in +++ b/siproxd.spec.in @@ -18,7 +18,7 @@ Source0: %{name}-%{ver}.tar.gz URL: http://siproxd.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{ver}-root -Docdir: %{_docdir} +#Docdir: %{_docdir} Requires: libosip2 >= 3.0.0 BuildRequires: libosip2 >= 3.0.0