- revised rpmbuild (SPEC file and some Makefiles)
This commit is contained in:
parent
80a10c575b
commit
7d24ebfc67
@ -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)
|
||||
|
||||
@ -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 \
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user