Skip to content

Commit

Permalink
working on rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
mom040267 committed Jul 19, 2015
1 parent 183895d commit 39c358f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions rpm/CentOS6.pre.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion rpm/turnserver.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39c358f

Please sign in to comment.