- Added bison dependency

This commit is contained in:
Andreas Thienemann 2006-07-23 11:54:01 +00:00
commit 71accc60a3

View file

@ -8,7 +8,7 @@
Summary: SIP Express Router
Name: ser
Version: 0.9.6
Release: 6%{?dist}
Release: 7%{?dist}
License: GPL
Group: System Environment/Daemons
Source0: http://ftp.iptel.org/pub/ser/latest/src/ser-%{version}_src.tar.gz
@ -19,7 +19,7 @@ Patch0: serweb-path.patch
Patch1: ser-0.9.6-ppc.patch
URL: http://www.iptel.org/ser/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: expat-devel, libxml2-devel, mysql-devel, postgresql-devel
BuildRequires: expat-devel, libxml2-devel, mysql-devel, postgresql-devel, bison
Requires(post): /sbin/chkconfig
Requires(preun): /sbin/chkconfig
Requires(preun): /sbin/service
@ -214,6 +214,9 @@ fi
%endif
%changelog
* Sun Jul 23 2006 Andreas Thienemann <andreas@bawue.net> 0.9.6-7
- Added bison dependency
* Thu Apr 01 2006 Andreas Thienemann <andreas@bawue.net> 0.9.6-6
- *bump*