Hello community,

here is the log from the commit of package cal10n for openSUSE:Factory checked 
in at 2012-05-08 12:26:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cal10n (Old)
 and      /work/SRC/openSUSE:Factory/.cal10n.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cal10n", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2012-05-03 01:24:41.895590051 +0200
+++ /work/SRC/openSUSE:Factory/.cal10n.new/cal10n.changes       2012-05-08 
12:26:03.000000000 +0200
@@ -0,0 +1,23 @@
+-------------------------------------------------------------------
+Fri May  4 12:55:01 UTC 2012 - [email protected]
+
+- fix bnc#759912 - Manual for cal10n 0.7.4 uses CC-BY-SA-NC-2.5 license 
+
+-------------------------------------------------------------------
+Fri Apr 27 10:01:26 UTC 2012 - [email protected]
+
+- format spec for Factory 
+
+-------------------------------------------------------------------
+Mon Dec 12 17:38:54 UTC 2011 - [email protected]
+
+- fix build.xml files to build in openSUSE 12.1 and newer.
+  MANIFEST contained an absolute path in maven-build.xml
+- Fix group for javadoc subpackage
+- remove id generation for buildroot (used in Fedora)
+
+-------------------------------------------------------------------
+Wed Jul 27 08:44:46 UTC 2011 - [email protected]
+
+- Un-mavenize. Build with ant
+

New:
----
  build.xml.tar.bz2
  cal10n-0.7.4.tar.gz
  cal10n.changes
  cal10n.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cal10n.spec ++++++
#
# spec file for package cal10n
#
# Copyright (c) 2012 SUSE LINUX Products 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 http://bugs.opensuse.org/
#


Name:           cal10n
Version:        0.7.4
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.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

BuildArch:      noarch

BuildRequires:  ant
BuildRequires:  java-devel
BuildRequires:  junit4

Requires:       java
Requires(post):   jpackage-utils >= 1.7.3
Requires(postun): jpackage-utils >= 1.7.3

%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}
find . -name "*.jar" | xargs rm

# bnc#759912
rm -rf docs cal10n-site
cat > README.SUSE <<EOF

The documentation under Creative Commons Attribution-NonCommercial-ShareAlike
2.5 License is not suitable for Linux distributors, so it has been removed.

You may find the online version at
http://cal10n.qos.ch/manual.html

EOF

%build
for dir in cal10n-api
do
  pushd $dir
  export CLASSPATH=$(build-classpath \
                     junit4 \
                     ):target/classes:target/test-classes
  ant -Dmaven.mode.offline=true package javadoc \
      -Dmaven.test.skip=true \
      -lib /usr/share/java
  popd
done

%install
# jars
install -d -m 0755 %{buildroot}%{_javadir}/%{name}
install -m 644 cal10n-api/target/cal10n-api-%{version}.jar \
        %{buildroot}%{_javadir}/%{name}/cal10n-api-%{version}.jar

# javadoc
pushd cal10n-api
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/apidocs*/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
rm -rf target/site/api*
popd

%files
%defattr(0644,root,root,0755)
%doc README.SUSE
%dir %{_javadir}/%{name}
%{_javadir}/%{name}/%{name}*.jar

%files javadoc
%defattr(-,root,root,-)
%{_javadocdir}/%{name}-%{version}

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to