]> git.pld-linux.org Git - packages/opal.git/commitdiff
- RSN
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 18 May 2006 17:29:25 +0000 (17:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    opal.spec -> 1.12

opal.spec

index d06c51c2837285c96cc1cc7f6e98a34e34ed55e8..5b5ee3919ea27b37c0896315047f3a150579b527 100644 (file)
--- a/opal.spec
+++ b/opal.spec
@@ -8,7 +8,7 @@ Group:          Libraries
 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
@@ -59,25 +59,27 @@ Biblioteki statyczne OPAL.
 %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
This page took 0.176361 seconds and 4 git commands to generate.