Hello community, here is the log from the commit of package appframework for openSUSE:Factory checked in at 2014-07-16 16:49:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/appframework (Old) and /work/SRC/openSUSE:Factory/.appframework.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "appframework" Changes: -------- --- /work/SRC/openSUSE:Factory/appframework/appframework.changes 2013-09-12 17:04:55.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.appframework.new/appframework.changes 2014-07-16 16:49:39.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Jul 8 10:59:55 UTC 2014 - [email protected] + +- Do not depend on ant-nodeps. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ appframework.spec ++++++ --- /var/tmp/diff_new_pack.v8jEqH/_old 2014-07-16 16:49:40.000000000 +0200 +++ /var/tmp/diff_new_pack.v8jEqH/_new 2014-07-16 16:49:40.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package appframework # -# 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 @@ -28,22 +28,19 @@ Patch1: %{name}-%{version}-openjdk.diff BuildRequires: ant BuildRequires: ant-junit -BuildRequires: ant-nodeps BuildRequires: java-devel BuildRequires: javapackages-tools BuildRequires: swing-layout >= 1.0.3 Requires: java Requires: javapackages-tools Requires: swing-layout >= 1.0.3 -BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch %description The JSR-296 Swing Application Framework prototype implementation is a small set of Java classes that simplify building desktop applications. - - %package javadoc Summary: Swing Application Framework Group: Development/Libraries/Java @@ -52,12 +49,10 @@ The JSR-296 Swing Application Framework prototype implementation is a small set of Java classes that simplify building desktop applications. - - %prep %setup -q -n AppFramework-%{version} # remove all binary libs -find . -name "*.jar" -exec %{__rm} -f {} \; +find . -name "*.jar" -exec rm -f {} \; %patch0 -b .sav %patch1 -p1 -b .sav @@ -66,12 +61,12 @@ %install # jar -%{__install} -d -m 755 %{buildroot}%{_javadir} -%{__install} -m 644 dist/AppFramework-1.03.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/AppFramework-1.03.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]
