mirror of
https://github.com/coturn/coturn.git
synced 2025-10-27 13:00:59 +01:00
working on rpm
This commit is contained in:
parent
183895d8c6
commit
39c358f3de
@ -39,6 +39,12 @@ if ! [ -f ${BUILDDIR}/SPECS/${LIBEVENT_SPEC_FILE} ] ; then
|
||||
cd ${CPWD}
|
||||
exit -1
|
||||
fi
|
||||
wget ${WGETOPTIONS} ${LIBEVENT_SPEC_GIT_URL}/${LIBEVENT_DISTRO}
|
||||
ER=$?
|
||||
if ! [ ${ER} -eq 0 ] ; then
|
||||
cd ${CPWD}
|
||||
exit -1
|
||||
fi
|
||||
cd ..
|
||||
|
||||
if ! [ -f ${LIBEVENT_SPEC_DIR}/${LIBEVENT_SPEC_FILE} ] ; then
|
||||
|
||||
@ -5,7 +5,7 @@ Summary: Coturn TURN Server
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: BSD
|
||||
URL: https://code.google.com/p/coturn/
|
||||
URL: https://github.com/coturn/coturn/
|
||||
Source0: http://turnserver.open-sys.org/downloads/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc, make, redhat-rpm-config, sqlite-devel
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user