]> git.pld-linux.org Git - packages/awznode.git/commitdiff
- Release 3,
authordjrzulf <djrzulf@pld-linux.org>
Tue, 22 Apr 2003 20:17:11 +0000 (20:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added conditional build to allow connection from non hams stations,
- STBR,

Changed files:
    awznode.spec -> 1.14

awznode.spec

index 95ddd4263676858b2357817a9b54a3a5abbd08ad..c3bb3fbbf9dcac398c107e3991964cdc2fc225b6 100644 (file)
@@ -1,12 +1,17 @@
+#
+# Conditional build:
+# _with_non_hams - allow to connect non hams stations
+#
 Summary:       Easy configurable node/gateway (AX25)
 Summary(pl):   Prosto konfigurowalny przeka¼nik/brama (AX25)
 Name:          awznode
 Version:       v0.4pre2
-Release:       2
+Release:       3%{?_with_non_hams:nonhams}
 License:       GPL
 Group:         Applications/Communications
 Source0:       ftp://ftp.icm.edu.pl/vol/rzm0/ham/unix/Linux/packet/awznode/%{name}-v0.4-pre2.tar.gz
-Patch0:                http://zolw.eu.org/~djrzulf/PLD/patch/%{name}-configure.patch
+Patch0:                %{name}-configure.patch
+%{?_with_non_hams:Patch1:awznode-non_hams.patch}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 BuildRequires: zlib-devel
 BuildRequires: libax25-devel
@@ -25,6 +30,7 @@ budowaniu bramek packetradio <> Internet.
 %prep
 %setup -q -n awznode-v0.4-pre2
 %patch0 -p0
+%{?_with_non_hams:%patch1 -p1}
 
 %build
 %configure2_13
This page took 0.065797 seconds and 4 git commands to generate.