]> git.pld-linux.org Git - packages/callgen323.git/commitdiff
- added update patch, removed -fno-rtti - now builds with openh323 0.15.3 auto/ac/callgen323-1_2_6-7
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 27 Mar 2005 16:50:37 +0000 (16:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    callgen323.spec -> 1.19

callgen323.spec

index 63a3427c35e58681a8c4f7e1a7cb312eeaa60568..ee74fc571bb2e84aa256763daa453be2961fa045 100644 (file)
@@ -2,12 +2,13 @@ Summary:      H.323 call generator
 Summary(pl):   Generator po³±czeñ H.323
 Name:          callgen323
 Version:       1.2.6
-Release:       6
+Release:       7
 License:       MPL 1.0
 Group:         Networking/Daemons
 Source0:       http://www.openh323.org/bin/%{name}_%{version}.tar.gz
 # Source0-md5: 1428f738e3ad43e5c57aa99e132065dc
 Patch0:                %{name}-mak_files.patch
+Patch1:                %{name}-update.patch
 URL:           http://www.openh323.org/
 BuildRequires: openh323-devel >= 1.13.4-3
 BuildRequires: pwlib-devel >= 1.6.5-3
@@ -36,10 +37,12 @@ Co mo
 %prep
 %setup -qn %{name}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__make} %{?debug:debug}%{!?debug:opt}shared \
-       OPTCCFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions"
+       CXX="%{__cxx}" \
+       OPTCCFLAGS="%{rpmcflags} -fno-exceptions"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.094182 seconds and 4 git commands to generate.