Fixed DevStudio 2005 build.
[opal.git] / opal.spec.in
blobf7de6cc0923bd46c2c9ab4be2c794b844d0efe14
1 Summary: Open Phone Abstraction Library
2 Name: opal
3 Version: @OPAL_VERSION@
4 Release: 1
5 URL: http://www.openh323.org/
6 Source0: http://www.ekiga.org/%{name}-%{version}.tar.gz
7 License: MPL
8 Group: System Environment/Libraries
9 Requires: pwlib >= 1.11.2
10 BuildRequires: pwlib-devel >= 1.11.2
11 BuildRequires: openldap-devel
12 BuildRequires: SDL-devel
13 BuildRoot: %{_tmppath}/%{name}-root
14 Obsoletes: openh323
16 %description
17 Open Phone Abstraction Library, implementation of the ITU H.323
18 teleconferencing protocol, and successor of the openh323 library.
20 %package devel
21 Summary: Development package for opal
22 Group: Development/Libraries
23 Requires: opal = %{PACKAGE_VERSION}
24 Requires: pwlib-devel >= 1.11.2
25 Obsoletes: openh323-devel
26 %description devel
27 Static libraries and header files for development with opal.
29 %prep
30 %setup -q
32 %build
33 %configure --enable-localspeex --disable-video --disable-sip --disable-h323 --disable-iax --disable-h224--disable-t38 --disable-h460 --disable-lid --disable-ivr
35 make debug OPTCCFLAGS="$RPM_OPT_FLAGS"
37 %install
38 rm -rf $RPM_BUILD_ROOT
40 make DEBUG=1 DESTDIR=$RPM_BUILD_ROOT install
42 rm -f $RPM_BUILD_ROOT/%{_datadir}/opal/opal_inc.mak
44 %clean
45 rm -rf $RPM_BUILD_ROOT
47 %post -p /sbin/ldconfig
48 %postun -p /sbin/ldconfig
50 %files
51 %defattr(-,root,root)
52 %doc mpl-1.0.htm
53 %{_libdir}/*.so.*
54 %{_libdir}/*.so
55 %{_libdir}/pwlib/*
56 %{_libdir}/pkgconfig/opal.pc
58 %files devel
59 %defattr(-,root,root)
60 %{_includedir}/*
61 %{_datadir}/opal
63 %changelog
64 * Wed May 31 2006 Daniel Veillard <veillard@redhat.com> - 2.2.2-1
65 - new release for ekiga-2.0.2
66 - try to fix #192740 mutilib problem
68 * Tue Mar 14 2006 Daniel Veillard <veillard@redhat.com> - 2.2.1-1
69 - last minute break fix and new release
71 * Tue Mar 14 2006 Ray Strode <rstrode@redhat.com> - 2.2.0-2
72 - rebuild
74 * Mon Mar 13 2006 Daniel Veillard <veillard@redhat.com> - 2.2.0-1
75 - final version for ekiga-2.0.0
77 * Mon Feb 13 2006 Daniel Veillard <veillard@redhat.com> - 2.1.3-1
78 - new beta version for ekiga
80 * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.1-1.2
81 - bump again for double-long bug on ppc(64)
83 * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.1-1.1
84 - rebuilt for new gcc4.1 snapshot and glibc changes
86 * Tue Jan 24 2006 Daniel Veillard <veillard@redhat.com> - 2.1-1
87 - initial version based on the openh323 spec file