]> git.pld-linux.org Git - packages/callgen323.git/commitdiff
- updated mak_files patch for new openh323; release 2
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 13 Jul 2003 19:18:08 +0000 (19:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    callgen323-mak_files.patch -> 1.2
    callgen323.spec -> 1.10

callgen323-mak_files.patch
callgen323.spec

index 67165bf5cf2cbbb5111a5b625dbda89c9eaf530c..d146d9fcfdf3502d24557f707eefa8161bad1360 100644 (file)
@@ -1,11 +1,14 @@
---- pstngw/Makefile~   Sat Jul 13 10:14:32 2002
-+++ pstngw/Makefile    Sat Jul 13 10:15:13 2002
-@@ -59,7 +59,7 @@
- OPENH323DIR=$(HOME)/openh323
+--- callgen323/Makefile.orig   2002-03-26 09:03:36.000000000 +0100
++++ callgen323/Makefile        2003-07-13 20:57:15.000000000 +0200
+@@ -8,9 +8,9 @@
+ SOURCES               = main.cxx
+ ifndef OPENH323DIR
+-OPENH323DIR=$(HOME)/openh323
++OPENH323DIR=/usr
  endif
  
 -include $(OPENH323DIR)/openh323u.mak
-+include $(OPENH323DIR)/share/misc/openh323u.mak
++include $(OPENH323DIR)/share/openh323/openh323u.mak
  
  
- ifdef NOTRACE
index a49730938f7ad97297712dfd7a09509d91714528..ebf82420d0915f44232da80bc0b61b55d39fea0b 100644 (file)
@@ -2,14 +2,14 @@ Summary:      H.323 call generator
 Summary(pl):   Generator po³±czeñ H.323
 Name:          callgen323
 Version:       1.2.6
-Release:       1
+Release:       2
 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
 URL:           http://www.openh323.org/
-BuildRequires: openh323-devel >= 1.11.3
+BuildRequires: openh323-devel >= 1.12.0
 BuildRequires: pwlib-devel >= 1.4.8
 %requires_eq   openh323
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -35,9 +35,6 @@ Co mo
 %patch0 -p1
 
 %build
-PWLIBDIR=%{_prefix}; export PWLIBDIR
-OPENH323DIR=%{_prefix}; export OPENH323DIR
-
 %{__make} %{?debug:debug}%{!?debug:opt}shared \
        OPTCCFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions"
 
This page took 0.076552 seconds and 4 git commands to generate.