Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > media > main-src > by-pkgid > d3ac8871a6f86810c77d02647bd1df99 > files > 3

opengk-1.4.2-0.20050322.5mdk.src.rpm

%define	name	opengk
%define	version	1.4.2
%define	snap	20050322
%define	release	0.%{snap}.5mdk

%{expand:%%define o_ver %(echo v%{version}| sed "s#\.#_#g")}
%define openh323_version 1.15.3
%define pwlib_version 1.8.4

Summary:	H.323 basic gatekeeper
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	MPL
Group:		Communications
Source0:	%{name}-%{o_ver}-%{snap}-src.tar.bz2
Patch0:		%{name}-mak_files.patch.bz2
URL:		http://openh323.sourceforge.net/
BuildRequires:	openh323-devel >= %{openh323_version} pwlib-devel >= %{pwlib_version}
Conflicts:	vpb-devel
Requires:	openh323_1 >= %{openh323_version}
Epoch:		1
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This is a very basic H.323 Gatekeeper.

Basic features
---------------
OpenGatekeeper supports all the basic features of an H.323 Gatekeeper such
as registration, admissions and access control, address translation and 
bandwidth monitoring and control.

Advanced features
-----------------
- Gatekeeper routed calls 
- Support of H.323v2 alias types 
  (party number, URL, transport id and email address) 
- Support for gateway prefixes 
- Registration and call activity logs 
- Neighbour gatekeeper database 
- Registration time to live 

%prep

%setup -q -n %{name}
%patch0 -p1

%build

export CFLAGS="%{optflags} -DLDAP_DEPRECATED"
export CXXFLAGS="%{optflags} -DLDAP_DEPRECATED"

%make \
    OPTCCFLAGS="%{optflags}" \
    PWLIBDIR=%{_datadir}/pwlib \
    OPENH323DIR=%{_prefix} \
    PREFIX=%{_prefix} \
    PWLIB_BUILD=1 \
    optshared \

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -m0755 obj_*/%{name} %{buildroot}%{_bindir}

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc ReadMe.txt
%attr(0755,root,root) %{_bindir}/*

%changelog
* Tue Sep 06 2005 Oden Eriksson <oeriksson@mandriva.com> 1:1.4.2-0.20050322.5mdk
- rebuild

* Tue Sep 06 2005 Oden Eriksson <oeriksson@mandriva.com> 1:1.4.2-0.20050322.4mdk
- rebuild

* Tue Aug 30 2005 Oden Eriksson <oeriksson@mandriva.com> 1:1.4.2-0.20050322.3mdk
- rebuilt against new openldap-2.3.6 libs
- pass "-DLDAP_DEPRECATED" to the CFLAGS

* Sun Jul 25 2005 Guillaume Bedot <littletux@mandriva.com> 1:1.4.2-0.20050322.2mdk
- rebuild

* Thu Jun 16 2005 Oden Eriksson <oeriksson@mandrakesoft.com> 1:1.4.2-0.20050322.1mdk
- 1.4.2 (CVS 20050322)
- epoch force it...

* Thu Sep 30 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 1.13.5-4mdk
- nuke buildrequires and even conflict with vpb-devel

* Wed Sep 22 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 1.13.5-3mdk
- Rebuild with latest pwlib/openh323

* Tue Jun 29 2004 Michael Scherer <misc@mandrake.org> 1.13.5-2mdk 
- rebuild for new gcc

* Thu May 20 2004 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 1.13.5-1mdk
- 1.13.5
- do parallell build
- fix buildrequires

* Tue May 04 2004 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 1.13.4-1mdk
- 1.13.4
- update url

* Tue May 04 2004 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 1.3.4-2mdk
- add -lvpb to LDFLAGS

* Fri Sep 12 2003 Florin <florin@mandrakesoft.com> 1.3.4-1mdk
- 1.3.4

* Mon May 06 2002 Florin <florin@mandrakesoft.com> 1.1.1-1mdk
- 1.1.1

* Tue Mar 12 2002 Florin <florin@mandrakesoft.com> 1.1.0-2mdk
- rebuild against the latest pwlib

* Tue Feb 26 2002 Florin <florin@mandrakesoft.com> 1.1.0-1mdk
- 1.1.0

* Fri Nov 30 2001 Florin <florin@mandrakesoft.com> 1.0.2-1mdk
- 1.0.2
- udate the BuildRequires

* Tue Oct 23 2001 Florin <florin@mandrakesoft.com> 1.0.1-5mdk
- recompile with the new pwlib1 and openh323_1

* Sat Oct 13 2001 Stefan van der Eijk <stefan@eijk.nu> 1.0.1-4mdk
- BuildRequires: pwlib-devel

* Wed Sep 12 2001 Florin <florin@mandrakesoft.com> 1.0.1-3mdk
- recompile with the new openh323_1

* Thu Aug 23 2001 Florin <florin@mandrakesoft.com> 1.0.1-2mdk
- better description

* Wed Aug 22 2001 Florin <florin@mandrakesoft.com> 1.0.1-1mdk
- new spec