- revised rpmbuild (SPEC file and some Makefiles)

This commit is contained in:
Thomas Ries 2009-03-24 20:20:11 +00:00
parent 80a10c575b
commit 7d24ebfc67
3 changed files with 5 additions and 1 deletions

View File

@ -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)

View File

@ -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 \

View File

@ -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