Hello community, here is the log from the commit of package relaxngDatatype for openSUSE:Factory checked in at 2014-07-21 10:34:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/relaxngDatatype (Old) and /work/SRC/openSUSE:Factory/.relaxngDatatype.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "relaxngDatatype" Changes: -------- --- /work/SRC/openSUSE:Factory/relaxngDatatype/relaxngDatatype.changes 2013-09-11 13:38:05.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.relaxngDatatype.new/relaxngDatatype.changes 2014-07-21 10:35:04.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Jul 11 14:48:26 UTC 2014 - [email protected] + +- Do not use versioned javadoc dir. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ relaxngDatatype.spec ++++++ --- /var/tmp/diff_new_pack.hPJWFf/_old 2014-07-21 10:35:06.000000000 +0200 +++ /var/tmp/diff_new_pack.hPJWFf/_new 2014-07-21 10:35:06.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package relaxngDatatype # -# 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 @@ -16,31 +16,25 @@ # -%define section free - Name: relaxngDatatype Version: 1.0 Release: 0 Summary: RELAX NG Datatype API License: BSD-3-Clause Group: Development/Languages/Java -# Note, this project is currently unmaintaned Url: https://sourceforge.net/projects/relaxng Source0: relaxngDatatype-1.0.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch BuildRequires: ant BuildRequires: java-devel BuildRequires: javapackages-tools -#Obsoletes: msv +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch %description RELAX NG is a public space for test cases and other ancillary software related to the construction of the RELAX NG language and its implementations. - - %package javadoc Summary: RELAX NG Datatype API Group: Development/Languages/Java @@ -50,10 +44,8 @@ related to the construction of the RELAX NG language and its implementations. - - %prep -%setup -q -n %{name}-%{version} +%setup -q # wrong end of line necoding sed -i -e 's/.$//' copying.txt @@ -62,16 +54,11 @@ %install install -Dpm 644 %{name}.jar \ - $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar -ln -s %{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar + %{buildroot}%{_javadir}/%{name}-%{version}.jar +ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar # -install -dm 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version} -cp -pr doc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version} -ln -sf %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} -# - -%clean -rm -rf $RPM_BUILD_ROOT +install -dm 755 %{buildroot}%{_javadocdir}/%{name} +cp -pr doc/* %{buildroot}%{_javadocdir}/%{name} %files %defattr(-,root,root,-) @@ -80,7 +67,6 @@ %files javadoc %defattr(-,root,root,-) -%doc %{_javadocdir}/%{name}-%{version} -%{_javadocdir}/%{name} +%doc %{_javadocdir}/%{name} %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
