|
|
97ea3a |
Name: cal10n
|
|
|
97ea3a |
Version: 0.7.7
|
|
|
f5a3df |
Release: 4%{?dist}
|
|
|
97ea3a |
Summary: Compiler assisted localization library (CAL10N)
|
|
|
97ea3a |
License: MIT
|
|
|
97ea3a |
URL: http://cal10n.qos.ch
|
|
|
97ea3a |
Source0: http://cal10n.qos.ch/dist/%{name}-%{version}.tar.gz
|
|
|
97ea3a |
BuildArch: noarch
|
|
|
97ea3a |
|
|
|
97ea3a |
BuildRequires: maven-local
|
|
|
97ea3a |
BuildRequires: mvn(org.apache.maven.plugins:maven-site-plugin)
|
|
|
97ea3a |
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
|
|
97ea3a |
BuildRequires: mvn(org.apache.maven:maven-artifact)
|
|
|
97ea3a |
BuildRequires: mvn(org.apache.maven:maven-artifact-manager)
|
|
|
97ea3a |
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
|
|
97ea3a |
|
|
|
97ea3a |
%description
|
|
|
97ea3a |
Compiler Assisted Localization, abbreviated as CAL10N (pronounced as "calion")
|
|
|
97ea3a |
is a java library for writing localized (internationalized) messages.
|
|
|
97ea3a |
Features:
|
|
|
97ea3a |
* java compiler verifies message keys used in source code
|
|
|
97ea3a |
* tooling to detect errors in message keys
|
|
|
97ea3a |
* native2ascii tool made superfluous, as you can directly encode bundles
|
|
|
97ea3a |
in the most convenient charset, per locale.
|
|
|
97ea3a |
* good performance (300 nanoseconds per key look-up)
|
|
|
97ea3a |
* automatic reloading of resource bundles upon change
|
|
|
97ea3a |
|
|
|
97ea3a |
|
|
|
97ea3a |
%package javadoc
|
|
|
97ea3a |
Summary: API documentation for %{name}
|
|
|
97ea3a |
|
|
|
97ea3a |
%description javadoc
|
|
|
97ea3a |
%{summary}.
|
|
|
97ea3a |
|
|
|
97ea3a |
%package -n maven-%{name}-plugin
|
|
|
97ea3a |
Summary: CAL10N maven plugin
|
|
|
97ea3a |
|
|
|
97ea3a |
%description -n maven-%{name}-plugin
|
|
|
97ea3a |
Maven plugin verifying that the codes defined in
|
|
|
97ea3a |
an enum type match those in the corresponding resource bundles.
|
|
|
97ea3a |
|
|
|
97ea3a |
%prep
|
|
|
97ea3a |
%setup -q
|
|
|
97ea3a |
find . -name \*.jar -delete
|
|
|
97ea3a |
%pom_add_dep org.apache.maven:maven-artifact maven-%{name}-plugin
|
|
|
97ea3a |
%pom_disable_module %{name}-site
|
|
|
97ea3a |
%pom_disable_module maven-%{name}-plugin-smoke
|
|
|
97ea3a |
%mvn_package :*-{plugin} @1
|
|
|
97ea3a |
|
|
|
97ea3a |
%build
|
|
|
97ea3a |
%mvn_build -- -Dproject.build.sourceEncoding=ISO-8859-1
|
|
|
97ea3a |
|
|
|
97ea3a |
%install
|
|
|
97ea3a |
%mvn_install
|
|
|
97ea3a |
|
|
|
97ea3a |
%files -f .mfiles
|
|
|
97ea3a |
%dir %{_javadir}/%{name}
|
|
|
97ea3a |
%doc LICENSE.txt
|
|
|
97ea3a |
|
|
|
97ea3a |
%files -n maven-%{name}-plugin -f .mfiles-plugin
|
|
|
97ea3a |
|
|
|
97ea3a |
%files javadoc -f .mfiles-javadoc
|
|
|
97ea3a |
%doc LICENSE.txt
|
|
|
97ea3a |
|
|
|
97ea3a |
%changelog
|
|
|
f5a3df |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.7.7-4
|
|
|
f5a3df |
- Mass rebuild 2013-12-27
|
|
|
f5a3df |
|
|
|
97ea3a |
* Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.7.7-3
|
|
|
97ea3a |
- Rebuild to regenerate API documentation
|
|
|
97ea3a |
- Resolves: CVE-2013-1571
|
|
|
97ea3a |
|
|
|
97ea3a |
* Fri Jun 14 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.7.7-2
|
|
|
97ea3a |
- Simplify BuildRequires
|
|
|
97ea3a |
- Convert patch to POM macro
|
|
|
97ea3a |
- Update to current packaging guidelines
|
|
|
97ea3a |
|
|
|
97ea3a |
* Wed Mar 20 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.7.7-1
|
|
|
97ea3a |
- Update to upstream version 0.7.7
|
|
|
97ea3a |
|
|
|
97ea3a |
* Fri Mar 15 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.7.6-1
|
|
|
97ea3a |
- Update to upstream version 0.7.6
|
|
|
97ea3a |
|
|
|
97ea3a |
* Wed Feb 27 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.7.5-1
|
|
|
97ea3a |
- Update to upstream version 0.7.5
|
|
|
97ea3a |
- A maintenance release containing only minor fixes
|
|
|
97ea3a |
|
|
|
97ea3a |
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.4-12
|
|
|
97ea3a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
97ea3a |
|
|
|
97ea3a |
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 0.7.4-11
|
|
|
97ea3a |
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
|
|
97ea3a |
- Replace maven BuildRequires with maven-local
|
|
|
97ea3a |
|
|
|
97ea3a |
* Thu Aug 16 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.7.4-10
|
|
|
97ea3a |
- Install LICENSE file
|
|
|
97ea3a |
- Remove rpm bug workaround
|
|
|
97ea3a |
|
|
|
97ea3a |
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.4-9
|
|
|
97ea3a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
97ea3a |
|
|
|
97ea3a |
* Sat Jan 28 2012 Alexander Kurtakov <akurtako@redhat.com> 0.7.4-8
|
|
|
97ea3a |
- Fix for OpenJDK 7 build.
|
|
|
97ea3a |
- Adapt to current guidelines.
|
|
|
97ea3a |
|
|
|
97ea3a |
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.4-7
|
|
|
97ea3a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
97ea3a |
|
|
|
97ea3a |
* Wed Jun 8 2011 Alexander Kurtakov <akurtako@redhat.com> 0.7.4-6
|
|
|
97ea3a |
- Build with maven 3.x.
|
|
|
97ea3a |
|
|
|
97ea3a |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.4-5
|
|
|
97ea3a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
97ea3a |
|
|
|
97ea3a |
* Thu Nov 25 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.7.4-4
|
|
|
97ea3a |
- Fix pom filenames (Resolves rhbz#655792)
|
|
|
97ea3a |
- Add several packages to Requires
|
|
|
97ea3a |
- Remove versioned jars and javadocs
|
|
|
97ea3a |
|
|
|
97ea3a |
* Wed Sep 8 2010 Alexander Kurtakov <akurtako@redhat.com> 0.7.4-3
|
|
|
97ea3a |
- Fix build failure (javadoc:aggregate).
|
|
|
97ea3a |
|
|
|
97ea3a |
* Mon Jul 19 2010 Alexander Kurtakov <akurtako@redhat.com> 0.7.4-2
|
|
|
97ea3a |
- BR maven-site-plugin.
|
|
|
97ea3a |
|
|
|
97ea3a |
* Mon Jul 19 2010 Alexander Kurtakov <akurtako@redhat.com> 0.7.4-1
|
|
|
97ea3a |
- Update to 0.7.4.
|
|
|
97ea3a |
|
|
|
97ea3a |
* Wed Feb 3 2010 Alexander Kurtakov <akurtako@redhat.com> 0.7.2-2
|
|
|
97ea3a |
- Removed not needed external repo definitions.
|
|
|
97ea3a |
- Use _mavenpomdir.
|
|
|
97ea3a |
|
|
|
97ea3a |
* Wed Feb 3 2010 Alexander Kurtakov <akurtako@redhat.com> 0.7.2-1
|
|
|
97ea3a |
- Initial package
|