]> git.pld-linux.org Git - packages/callweaver.git/commitdiff
- fix logpath, cosmetics
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 30 Dec 2007 20:14:05 +0000 (20:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    callweaver.spec -> 1.28

callweaver.spec

index 5469ae7323ef5b9eabca0b8f0af27329579b77d2..e076b55eaee6a4e0c0f125e939bb243065517a80 100644 (file)
@@ -1,6 +1,8 @@
-%bcond_with    simpledebug # for safe_callweaver core dump storing
-%bcond_with    zhone # zhone hack
-%bcond_with    javascript
+#
+# Conditional build:
+%bcond_with    simpledebug             # for safe_callweaver core dump storing
+%bcond_with    zhone                   # with zhone hack
+%bcond_with    javascript              # with javascript support
 #
 %define        min_spandsp     1:0.0.4-0.pre9.1
 %define        snap    20070923
@@ -17,6 +19,7 @@ Source1:      %{name}.init
 Source2:       %{name}.sysconfig
 Source3:       %{name}.logrotate
 Patch0:                %{name}-fixes.patch
+Patch1:                %{name}-paths.patch
 URL:           http://www.callweaver.org/
 BuildRequires: bluez-libs-devel
 BuildRequires: curl-devel
@@ -74,6 +77,7 @@ Pliki nagłówkowe callweavera.
 %prep
 %setup -q -n %{name}-RC-1.1.99.%{snap}
 %patch0 -p0
+%patch1 -p1
 
 %{?with_zhone:sed -i -e 's|.*#define.*ZHONE_HACK.*|#define ZHONE_HACK 1|g' channels/chan_zap.c}
 
This page took 0.105878 seconds and 4 git commands to generate.