Module: sip-router
Branch: master
Commit: b3fac61868ae2c48db3dcd654f36c5d9a6c12f3f
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b3fac61…
Author: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Date: Fri May 18 10:00:05 2012 +0100
pkg/kamailio/fedora/f16: Fixed a couple of small issues with kamailio.spec
- Put .fc16 into the release name (so you can tell which distribution
the RPMs are for)
- Added missing BuildRequires (gcc)
---
pkg/kamailio/fedora/f16/kamailio.spec | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/pkg/kamailio/fedora/f16/kamailio.spec
b/pkg/kamailio/fedora/f16/kamailio.spec
index 754e918..82e5266 100644
--- a/pkg/kamailio/fedora/f16/kamailio.spec
+++ b/pkg/kamailio/fedora/f16/kamailio.spec
@@ -1,6 +1,6 @@
%define name kamailio
%define ver 3.3.0
-%define rel pre2
+%define rel pre2.fc16
%define _sharedir %{_prefix}/share
@@ -30,7 +30,7 @@ Conflicts: kamailio-regex < %ver, kamailio-dialplan < %ver
Conflicts: kamailio-lcr < %ver, kamailio-xmlops < %ver
Conflicts: kamailio-redis < %ver, kamailio-json < %ver
Conflicts: kamailio-mono < %ver
-BuildRequires: make flex bison
+BuildRequires: bison flex gcc make
%description
Kamailio (former OpenSER) is an Open Source SIP Server released under GPL, able
@@ -859,6 +859,10 @@ fi
%changelog
+* Fri May 18 2012 Peter Dunkley <peter(a)dunkley.me.uk>
+ - Added missing BuildRequires (gcc).
+ - Added .fc16 to rel. This makes it easy to tell which distribution the RPMs
+ are built for.
* Thu May 17 2012 Peter Dunkley <peter(a)dunkley.me.uk>
- Updated rel to pre2.
* Mon May 7 2012 Peter Dunkley <peter(a)dunkley.me.uk>