packages: java-jcommon/java-jcommon.spec - code is US-ASCII, so there is no...
pawelz
pawelz at pld-linux.org
Tue Apr 6 14:32:16 CEST 2010
Author: pawelz Date: Tue Apr 6 12:32:16 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- code is US-ASCII, so there is no need to play with LC_ALL
- rel 1
---- Files affected:
packages/java-jcommon:
java-jcommon.spec (1.9 -> 1.10)
---- Diffs:
================================================================
Index: packages/java-jcommon/java-jcommon.spec
diff -u packages/java-jcommon/java-jcommon.spec:1.9 packages/java-jcommon/java-jcommon.spec:1.10
--- packages/java-jcommon/java-jcommon.spec:1.9 Tue Apr 6 14:12:24 2010
+++ packages/java-jcommon/java-jcommon.spec Tue Apr 6 14:32:11 2010
@@ -16,7 +16,7 @@
Summary(pl.UTF-8): Biblioteka wspólna dla projektów Object Refinery
Name: java-jcommon
Version: 1.0.16
-Release: 0.1
+Release: 1
License: LGPL
Group: Libraries/Java
Source0: http://downloads.sourceforge.net/jfreechart/%{srcname}-%{version}.tar.gz
@@ -30,9 +30,6 @@
BuildRequires: rpm >= 4.4.9-56
BuildRequires: rpm-javaprov
BuildRequires: rpmbuild(macros) >= 1.300
-%if %(locale -a | grep -q '^en_US$'; echo $?)
-BuildRequires: glibc-localedb-all
-%endif
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -78,7 +75,6 @@
find . -name '*.jar' | xargs rm -v
%build
-export LC_ALL=en_US # source code not US-ASCII
%if %{with tests}
CLASSPATH=$(build-classpath junit)
%endif
@@ -135,6 +131,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.10 2010/04/06 12:32:11 pawelz
+- code is US-ASCII, so there is no need to play with LC_ALL
+- rel 1
+
Revision 1.9 2010/04/06 12:12:24 pawelz
- pldize, jdk bconds
- disable tests (tests were build, packaged but not executed, it makes no sense)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/java-jcommon/java-jcommon.spec?r1=1.9&r2=1.10&f=u
More information about the pld-cvs-commit
mailing list