Hello community, here is the log from the commit of package junit for openSUSE:Factory checked in at 2013-08-25 13:32:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/junit (Old) and /work/SRC/openSUSE:Factory/.junit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "junit" Changes: -------- --- /work/SRC/openSUSE:Factory/junit/junit.changes 2011-09-23 02:04:26.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.junit.new/junit.changes 2013-08-25 13:32:11.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Aug 23 09:35:53 UTC 2013 - [email protected] + +- disable javadoc build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ junit.spec ++++++ --- /var/tmp/diff_new_pack.fSX48L/_old 2013-08-25 13:32:12.000000000 +0200 +++ /var/tmp/diff_new_pack.fSX48L/_new 2013-08-25 13:32:12.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package junit (Version 3.8.2) +# spec file for package junit # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -14,26 +14,25 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - -# norootforbuild # icecream 0 +%define name junit +%define version 3.8.2 +%define release 4jpp +%define section free + Name: junit BuildRequires: ant BuildRequires: java-1_5_0-gcj-compat-devel BuildRequires: unzip BuildRequires: xml-commons-apis -%define name junit -%define version 3.8.2 -%define release 4jpp -%define section free Version: 3.8.2 -Release: 1 +Release: 0 Summary: Java Regression Test Package License: IPL-1.0 -Url: http://www.junit.org/ Group: Development/Libraries/Java +Url: http://www.junit.org/ Source: http://osdn.dl.sourceforge.net/junit/junit%{version}.zip Source1: %{name}%{version}-build.xml BuildArch: noarch @@ -48,9 +47,8 @@ %package manual -License: IPL-1.0 -Group: Development/Libraries/Java Summary: Manual for junit +Group: Development/Libraries/Java %description manual JUnit is a regression testing framework written by Erich Gamma and Kent @@ -60,28 +58,9 @@ This package contains the manual for JUnit. - - -%package javadoc -License: IPL-1.0 -PreReq: coreutils -Group: Development/Libraries/Java -Summary: Javadoc for junit - -%description javadoc -JUnit is a regression testing framework written by Erich Gamma and Kent -Beck. It is used by the developer who implements unit tests in Java. -JUnit is Open Source Software, released under the IBM Public License -and hosted on SourceForge. - -This package contains the javadoc documentation for JUnit. - - - %package demo -License: IPL-1.0 -Group: Development/Libraries/Java Summary: Demonstration and sample files for junit +Group: Development/Libraries/Java Requires: %{name} = %{version}-%{release} %description demo @@ -109,10 +88,6 @@ install -d -m 755 $RPM_BUILD_ROOT%{_javadir} install -m 644 %{name}%{version}/%{name}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar (cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} ${jar/-%{version}/}; done) -# javadoc -install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version} -cp -pr %{name}%{version}/javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version} -ln -s %{name}-%{version} $RPM_BUILD_ROOT/%{_javadocdir}/%{name} # demo install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/%{name} cp -pr %{name}%{version}/%{name}/* $RPM_BUILD_ROOT%{_datadir}/%{name} @@ -131,11 +106,6 @@ %defattr(0644,root,root,0755) %doc %{name}%{version}/doc/* -%files javadoc -%defattr(0644,root,root,0755) -%{_javadocdir}/%{name}-%{version} -%{_javadocdir}/%{name} - %files demo %defattr(0644,root,root,0755) %{_datadir}/%{name}/* ++++++ junit3.8.2-build.xml ++++++ --- /var/tmp/diff_new_pack.fSX48L/_old 2013-08-25 13:32:12.000000000 +0200 +++ /var/tmp/diff_new_pack.fSX48L/_new 2013-08-25 13:32:12.000000000 +0200 @@ -55,16 +55,6 @@ includes="junit/tests/runner/LoadedFromJar.class" /> - <mkdir dir="${dist}/javadoc" /> - <javadoc - sourcepath="." - packagenames="junit.framework.*, junit.extensions.*" - destdir="${dist}/javadoc" - author="false" - version="false" - use="false" - windowtitle="JUnit API" - /> <copy todir="${dist}/doc"> <fileset dir="doc"/> </copy> -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
