Author: baggins Date: Thu May 18 17:29:31 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - RSN
---- Files affected: SPECS: opal.spec (1.11 -> 1.12) ---- Diffs: ================================================================ Index: SPECS/opal.spec diff -u SPECS/opal.spec:1.11 SPECS/opal.spec:1.12 --- SPECS/opal.spec:1.11 Thu May 18 18:52:31 2006 +++ SPECS/opal.spec Thu May 18 19:29:25 2006 @@ -9,7 +9,7 @@ Source0: http://www.ekiga.org/admin/downloads/latest/sources/sources/%{name}-%{version}.tar.gz # Source0-md5: bc6079100e831cf117597bb99b266a0c Patch0: %{name}-libname.patch -#Patch0: %{name}-opaldir.patch +Patch1: %{name}-mak_files.patch URL: http://www.openh323.org/ BuildRequires: pwlib-devel >= 1.10.0 BuildRequires: speex-devel >= 1:1.1.5 @@ -60,25 +60,27 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build PWLIBDIR=%{_prefix}; export PWLIBDIR OPALDIR=`pwd`; export OPALDIR +OPAL_BUILD="yes"; export OPAL_BUILD %configure -%{__make} %{?debug:debugshared}%{!?debug:optshared} \ +%{__make} %{?debug:debug}%{!?debug:opt} \ CC="%{__cc}" \ CPLUS="%{__cxx}" \ OPTCCFLAGS="%{rpmcflags} %{!?debug:-DNDEBUG}" -%{__make} -C samples/simple %{?debug:debugshared}%{!?debug:optshared} \ +%{__make} -C samples/simple %{?debug:debug}%{!?debug:opt} \ CC="%{__cc}" \ CPLUS=%{__cxx} \ OPTCCFLAGS="%{rpmcflags} %{!?debug:-DNDEBUG}" %install rm -rf $RPM_BUILD_ROOT -#install -d $RPM_BUILD_ROOT{%{_libdir},%{_includedir}/openh323,%{_bindir},%{_datadir}/misc} +install -d $RPM_BUILD_ROOT{%{_libdir},%{_includedir}/openh323,%{_bindir},%{_datadir}/%{name}} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT @@ -116,6 +118,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.12 2006/05/18 17:29:25 baggins +- RSN + Revision 1.11 2006/05/18 16:52:31 baggins - almost... ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/opal.spec?r1=1.11&r2=1.12&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
