Hello community,

here is the log from the commit of package beansbinding for openSUSE:Factory 
checked in at 2014-07-16 16:49:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/beansbinding (Old)
 and      /work/SRC/openSUSE:Factory/.beansbinding.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "beansbinding"

Changes:
--------
--- /work/SRC/openSUSE:Factory/beansbinding/beansbinding.changes        
2013-09-11 13:39:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.beansbinding.new/beansbinding.changes   
2014-07-16 16:49:42.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jul  8 10:58:02 UTC 2014 - [email protected]
+
+- Do not depend on ant-nodeps.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ beansbinding.spec ++++++
--- /var/tmp/diff_new_pack.72mmRP/_old  2014-07-16 16:49:43.000000000 +0200
+++ /var/tmp/diff_new_pack.72mmRP/_new  2014-07-16 16:49:43.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package beansbinding
 #
-# 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
@@ -24,14 +24,13 @@
 Group:          Development/Libraries/Java
 Url:            https://beansbinding.dev.java.net/
 Source0:        
https://beansbinding.dev.java.net/files/documents/6779/73673/beansbinding-%{version}-src.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ant
 BuildRequires:  ant-junit
-BuildRequires:  ant-nodeps
 BuildRequires:  java-devel
 BuildRequires:  javapackages-tools
 Requires:       java
 Requires:       javapackages-tools
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
 %description
@@ -40,8 +39,6 @@
 the ability to bind to Swing components, and easy integration with IDEs
 such as NetBeans. This project provides the reference implementation.
 
-
-
 %package javadoc
 Summary:        Beans Binding (JSR 295) reference implementation
 Group:          Development/Libraries/Java
@@ -52,24 +49,22 @@
 the ability to bind to Swing components, and easy integration with IDEs
 such as NetBeans. This project provides the reference implementation.
 
-
-
 %prep
-%setup -q -c -n %{name}-%{version}
+%setup -q -c
 # remove all binary libs
-find . -type f \( -iname "*.jar" -o -iname "*.zip" \) -print0 | xargs -t -0 
%{__rm} -f
+find . -type f \( -iname "*.jar" -o -iname "*.zip" \) -print0 | xargs -t -0 rm 
-f
 
 %build
 %{ant} dist
 
 %install
 # jar
-%{__install} -d -m 755 %{buildroot}%{_javadir}
-%{__install} -m 644 dist/%{name}.jar 
%{buildroot}%{_javadir}/%{name}-%{version}.jar
-%{__ln_s} %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
+install -d -m 755 %{buildroot}%{_javadir}
+install -m 644 dist/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
+ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
 # javadoc
-%{__install} -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
-%{__cp} -pr dist/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
+install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
+cp -pr dist/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
 
 %files
 %defattr(-,root,root,-)

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

Reply via email to