From 01c5fcdccf7da141f1396faaaebd543c84809377 Mon Sep 17 00:00:00 2001 From: konradm Date: Feb 15 2009 23:29:48 +0000 Subject: Oops, BR/R jcodings. --- diff --git a/bytelist.spec b/bytelist.spec index 35b25fe..b93be20 100644 --- a/bytelist.spec +++ b/bytelist.spec @@ -16,10 +16,12 @@ BuildArch: noarch BuildRequires: ant BuildRequires: ant-junit BuildRequires: java-devel >= 1.5 +BuildRequires: jcodings BuildRequires: jpackage-utils BuildRequires: junit Requires: java >= 1.5 +Requires: jcodings Requires: jpackage-utils @@ -32,7 +34,7 @@ A small java library for manipulating lists of bytes. %build -export CLASSPATH=$(build-classpath junit) +export CLASSPATH=$(build-classpath junit jcodings) ant