]> git.pld-linux.org Git - packages/callgen323.git/commitdiff
- pass PW_LIBDIR and OH323_LIBDIR (not properly set in *.mak); release 5
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 3 Apr 2004 20:50:20 +0000 (20:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    callgen323.spec -> 1.14

callgen323.spec

index 5bb4daf15cfdf827c181b0cebbcb216c1aad8a8b..563350b5fae3d3ff4a129e2ca09ff4649b53ca59 100644 (file)
@@ -2,7 +2,7 @@ Summary:        H.323 call generator
 Summary(pl):   Generator po³±czeñ H.323
 Name:          callgen323
 Version:       1.2.6
-Release:       4
+Release:       5
 License:       MPL 1.0
 Group:         Networking/Daemons
 Source0:       http://www.openh323.org/bin/%{name}_%{version}.tar.gz
@@ -20,15 +20,17 @@ What you can do with this call generator:
  - receiving an exact number of calls.
  - adjust the delay between each batch of calls.
  - set the number of batches to repeat.
- - The only capability supported is G.711 ULaw 64k and user indication.
+ - The only capability supported is G.711 ULaw 64k and user
+   indication.
 
 %description -l pl
 Co mo¿esz robiæ tym generatorem po³±czeñ:
- - utworzyæ dowoln± ilo¶æ po³±czeñ.
- - odebraæ dowoln± ilo¶æ po³±czeñ.
+ - utworzyæ dowoln± liczbê po³±czeñ.
+ - odebraæ dowoln± liczbê po³±czeñ.
  - ustawiæ opó¼nienie miêdzy dowoln± parti± po³±czeñ.
- - ustawiæ ilo¶æ partii po³±czeñ do powtórzenia.
- - Jedyn± dostêpn± mo¿liwo¶ci± jest G.711 ULaw 64k oraz wskazania u¿ytkownika.
+ - ustawiæ liczbê partii po³±czeñ do powtórzenia.
+ - Jedyn± dostêpn± mo¿liwo¶ci± jest G.711 ULaw 64k oraz wskazania
+   u¿ytkownika.
 
 %prep
 %setup -qn %{name}
@@ -36,6 +38,8 @@ Co mo
 
 %build
 %{__make} %{?debug:debug}%{!?debug:opt}shared \
+       PW_LIBDIR=%{_libdir} \
+       OH323_LIBDIR=%{_libdir} \
        OPTCCFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions"
 
 %install
This page took 0.106818 seconds and 4 git commands to generate.