Hello community,
here is the log from the commit of package jakarta-commons-discovery for
openSUSE:Factory checked in at 2014-06-30 22:49:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jakarta-commons-discovery (Old)
and /work/SRC/openSUSE:Factory/.jakarta-commons-discovery.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jakarta-commons-discovery"
Changes:
--------
---
/work/SRC/openSUSE:Factory/jakarta-commons-discovery/jakarta-commons-discovery.changes
2014-05-17 06:43:31.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.jakarta-commons-discovery.new/jakarta-commons-discovery.changes
2014-06-30 22:49:48.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Jun 27 13:27:45 UTC 2014 - [email protected]
+
+- Cleanup with spec-cleaner a bit
+- Do not disable bytecode check but rather set the versions to ant
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ jakarta-commons-discovery.spec ++++++
--- /var/tmp/diff_new_pack.tvrVXD/_old 2014-06-30 22:49:48.000000000 +0200
+++ /var/tmp/diff_new_pack.tvrVXD/_new 2014-06-30 22:49:48.000000000 +0200
@@ -17,7 +17,6 @@
%define short_name commons-discovery
-
Name: jakarta-commons-discovery
Version: 0.4
Release: 0
@@ -26,9 +25,6 @@
Group: Development/Libraries/Java
Url: http://jakarta.apache.org/commons/discovery.html
Source0:
http://www.apache.org/dist/jakarta/commons/discovery/source/commons-discovery-0.4-src.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildArch: noarch
-
BuildRequires: ant
BuildRequires: commons-logging >= 1.0.4
BuildRequires: java-devel
@@ -36,8 +32,11 @@
BuildRequires: junit >= 3.7
Requires: commons-logging >= 1.0.4
Provides: %{short_name} = %{version}
+Obsoletes: %{short_name} < %{version}
#XXX: temporary fix to make axis auto dependencies work, need to revork package
Provides: osgi(org.apache.commons.discovery)
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
+BuildArch: noarch
%description
The Discovery component is about discovering, or finding,
@@ -69,15 +68,12 @@
%build
ant \
+ -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
-Djunit.jar=%(find-jar junit) \
-Dlogger.jar=%(find-jar commons-logging) \
test.discovery dist
%install
-%if 0%{?suse_version} == 1110
-export NO_BRP_CHECK_BYTECODE_VERSION=true
-%endif
-
# jar
mkdir -p %{buildroot}%{_javadir}
cp -p dist/%{short_name}.jar %{buildroot}%{_javadir}/%{short_name}.jar
@@ -86,9 +82,6 @@
mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -pr dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}
-%clean
-rm -rf %{buildroot}
-
%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]