openh323.spec
changeset 2066 a4d6bc60986b
parent 1876 0b4928f1eef0
child 2069 771bfcb68b6b
equal deleted inserted replaced
2065:7dc6320aa6e0 2066:a4d6bc60986b
     1 Name:		openh323
     1 Name:		openh323
     2 License: 	MPL
     2 License: 	MPL
     3 Group: 		System Environment/Libraries
     3 Group: 		System Environment/Libraries
     4 Version: 	1.12.0
     4 Version: 	1.12.2
     5 Release: 	15
     5 Release: 	16
     6 Distribution: 	Mercury
     6 Distribution: 	Mercury
     7 Vendor:       	Sun Microsystems, Inc.
     7 Vendor:       	Sun Microsystems, Inc.
     8 Summary: 	Library for H323 spec.
     8 Summary: 	Library for H323 spec.
     9 URL: 		http://www.openh323.org/
     9 URL: 		http://www.openh323.org/
    10 Source0: 	%{name}-%{version}.tar.bz2
    10 Source0: 	%{name}-%{version}.tar.bz2
    56 ln -s %{_bindir}/asnparser tools/asnparser
    56 ln -s %{_bindir}/asnparser tools/asnparser
    57 ln -s %{_bindir} bin
    57 ln -s %{_bindir} bin
    58 )
    58 )
    59 
    59 
    60 export PWLIBDIR=%{_builddir}/openh323/pwlibdir
    60 export PWLIBDIR=%{_builddir}/openh323/pwlibdir
       
    61 export PWLIB_BUILD="yes"
    61 export PTLIB_CONFIG=`which ptlib-config`
    62 export PTLIB_CONFIG=`which ptlib-config`
    62 
    63 
    63 ./configure --prefix=%{_prefix} 	\
    64 ./configure --prefix=%{_prefix} 	\
    64 	--sysconfdir=%{_sysconfdir}
    65 	--sysconfdir=%{_sysconfdir}
    65 	
    66 	
    94 %{_libdir}/*.so
    95 %{_libdir}/*.so
    95 %{_includedir}/*
    96 %{_includedir}/*
    96 %{_datadir}/misc/*
    97 %{_datadir}/misc/*
    97 
    98 
    98 %changelog
    99 %changelog
       
   100 * Thu Feb 26 2004 - [email protected]
       
   101   - Updated tarballs to 1.12.2
       
   102 
    99 * Wed Jul 16 2003 - [email protected]
   103 * Wed Jul 16 2003 - [email protected]
   100 - Initial Sun Release
   104 - Initial Sun Release