diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2013-06-05 01:53:23 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-06-06 11:00:56 +0200 |
commit | 87928e7bdd6f1fc6ca3964c3d0b6220a28b271c4 (patch) | |
tree | 37dd77d0fbfb5a0a1ef6e835791aee3eec5fd589 | |
parent | 9b9f1a9de270e15976230cd655cfde78c618e7fb (diff) |
Building the rpm requires zlib-devel.
Building without succeeds but doesn't yield a full-featured package.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | libax25.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libax25.spec.in b/libax25.spec.in index b7e38c6..1381018 100644 --- a/libax25.spec.in +++ b/libax25.spec.in @@ -8,6 +8,7 @@ License: LGPLv2+ URL: http://www.linux-ax25.org/ Source0: http://www.linux-ax25.org/pub/%{name}/%{name}-@VERSION@.tar.gz BuildRoot: %{_tmppath}/%{name}-@VERSION@-%{release}-root-%(%{__id_u} -n) +BuildRequires: zlib-devel %description libax25 is a library for ham radio applications that use the AX.25, NETROM |