- Added bison dependency
This commit is contained in:
parent
523fa02be0
commit
71accc60a3
1 changed files with 5 additions and 2 deletions
7
ser.spec
7
ser.spec
|
|
@ -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*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue