# # spec file for package cal10n # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: cal10n Version: 0.7.7 Release: 0 Summary: Compiler assisted localization library (CAL10N) License: MIT Group: Development/Libraries/Java Url: http://cal10n.qos.ch Source0: http://cal10n.qos.ch/dist/cal10n-%{version}.tar.gz Source1: build.xml-0.7.7.tar.xz Patch0: cal10n-0.7.7-sourcetarget.patch BuildRequires: ant BuildRequires: fdupes BuildRequires: java-devel >= 1.8 BuildRequires: javapackages-local BuildRequires: javapackages-tools BuildRequires: junit BuildRequires: xz Requires: java BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description Compiler Assisted Localization, abbreviated as CAL10N (pronounced as "calion") is a java library for writing localized (internationalized) messages. Features: * java compiler verifies message keys used in source code * tooling to detect errors in message keys * native2ascii tool made superfluous, as you can directly encode bundles in the most convenient charset, per locale. * good performance (300 nanoseconds per key look-up) * automatic reloading of resource bundles upon change %package javadoc Summary: Javadoc for %{name} Group: Development/Libraries/Java %description javadoc API documentation for %{name}. %prep %setup -q tar -xf %{SOURCE1} %patch0 -p1 find . -name "*.jar" | xargs rm # bnc#759912 rm -rf docs cal10n-site cat > README.SUSE <