Hello community,
here is the log from the commit of package netbeans-svnclientadapter for
openSUSE:Factory checked in at 2014-07-11 20:05:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/netbeans-svnclientadapter (Old)
and /work/SRC/openSUSE:Factory/.netbeans-svnclientadapter.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "netbeans-svnclientadapter"
Changes:
--------
---
/work/SRC/openSUSE:Factory/netbeans-svnclientadapter/netbeans-svnclientadapter.changes
2013-09-11 13:38:16.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.netbeans-svnclientadapter.new/netbeans-svnclientadapter.changes
2014-07-11 20:05:59.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jul 8 10:54:06 UTC 2014 - [email protected]
+
+- Do not depend on ant-nodeps.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ netbeans-svnclientadapter.spec ++++++
--- /var/tmp/diff_new_pack.Q86pp4/_old 2014-07-11 20:06:00.000000000 +0200
+++ /var/tmp/diff_new_pack.Q86pp4/_new 2014-07-11 20:06:00.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package netbeans-svnclientadapter
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,23 +17,18 @@
%global __jar_repack %{nil}
-
%global nb_ netbeans
%global nb_org %{nb_}.org
%global nb_ver 6.7.1
-
%global svnCA svnClientAdapter
%global svnCA_ver 1.6.0
-
Name: netbeans-svnclientadapter
Version: %{nb_ver}
-Release: 2%{?dist}
+Release: 0
Summary: Subversion Client Adapter
License: Apache-2.0
Group: Development/Libraries/Java
-
Url: http://subclipse.tigris.org/svnClientAdapter.html
-
# The source for this package was pulled from upstream's vcs. Use the
# following commands to generate the tarball:
# svn export --force --username guest -r4383 \
@@ -42,20 +37,16 @@
# tar -czvf svnClientAdapter-1.6.0.tar.gz svnClientAdapter-1.6.0
Source0: %{svnCA}-%{svnCA_ver}.tar.bz2
Patch0: %{svnCA}-%{svnCA_ver}-build.patch
-
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildArch: noarch
-
BuildRequires: ant
BuildRequires: ant-junit
-BuildRequires: ant-nodeps
BuildRequires: java-devel >= 1.6.0
BuildRequires: javapackages-tools
BuildRequires: subversion-javahl
-
Requires: java >= 1.6.0
Requires: javapackages-tools
Requires: subversion
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
+BuildArch: noarch
%description
SVNClientAdapter is a high-level Java API for Subversion.
@@ -64,11 +55,11 @@
%setup -q -n %{svnCA}-%{svnCA_ver}
# remove all binary libs
-find . -name "*.jar" -exec %{__rm} -f {} \;
+find . -name "*.jar" -exec rm -f {} \;
%patch0 -p1 -b .sav
-%{__ln_s} -f %{_javadir}/svnkit-javahl.jar lib/svnjavahl.jar
+ln -s -f %{_javadir}/svnkit-javahl.jar lib/svnjavahl.jar
%build
[ -z "$JAVA_HOME" ] && export JAVA_HOME=%{_jvmdir}/java
@@ -76,12 +67,9 @@
%install
# jar
-%{__install} -d -m 755 %{buildroot}%{_javadir}
-%{__install} -m 644 build/lib/svnClientAdapter.jar
%{buildroot}%{_javadir}/%{name}-%{version}.jar
-%{__ln_s} %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
-
-%clean
-%{__rm} -rf %{buildroot}
+install -d -m 755 %{buildroot}%{_javadir}
+install -m 644 build/lib/svnClientAdapter.jar
%{buildroot}%{_javadir}/%{name}-%{version}.jar
+ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
%files
%defattr(-,root,root)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]