commit relaxngDatatype for openSUSE:Factory

2019-04-14 Thread root
Hello community,

here is the log from the commit of package relaxngDatatype for openSUSE:Factory 
checked in at 2019-04-14 12:20:44

Comparing /work/SRC/openSUSE:Factory/relaxngDatatype (Old)
 and  /work/SRC/openSUSE:Factory/.relaxngDatatype.new.27019 (New)


Package is "relaxngDatatype"

Sun Apr 14 12:20:44 2019 rev:20 rq:693103 version:2011.1

Changes:

--- /work/SRC/openSUSE:Factory/relaxngDatatype/relaxngDatatype.changes  
2018-12-28 12:32:51.276066552 +0100
+++ 
/work/SRC/openSUSE:Factory/.relaxngDatatype.new.27019/relaxngDatatype.changes   
2019-04-14 12:20:47.907644272 +0200
@@ -1,0 +2,7 @@
+Mon Apr  8 11:27:51 UTC 2019 - Fridrich Strba 
+
+- Do not depend on the parent pom and remove its reference from the
+  pom.xml files, since we are not building using Maven.
+- Install unversioned jar/pom files
+
+---



Other differences:
--
++ relaxngDatatype.spec ++
--- /var/tmp/diff_new_pack.pG3Yxv/_old  2019-04-14 12:20:48.667645183 +0200
+++ /var/tmp/diff_new_pack.pG3Yxv/_new  2019-04-14 12:20:48.671645188 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package relaxngDatatype
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,7 +29,6 @@
 BuildRequires:  ant
 BuildRequires:  java-devel
 BuildRequires:  javapackages-local
-Requires:   sonatype-oss-parent
 Obsoletes:  %{name}-javadoc
 BuildArch:  noarch
 
@@ -42,6 +41,8 @@
 %setup -q -n relaxng-datatype-java-relaxngDatatype-%{version}
 cp -p %{SOURCE1} .
 
+%pom_remove_parent .
+
 %build
 ant \
 -Dbuild.sysclasspath=only \
@@ -49,22 +50,15 @@
 
 %install
 install -Dpm 644 %{name}.jar \
-  %{buildroot}%{_javadir}/%{name}-%{version}.jar
-ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
+  %{buildroot}%{_javadir}/%{name}.jar
 
 # pom
 install -d -m 755 %{buildroot}%{_mavenpomdir}
-install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}-%{version}.pom
-%add_maven_depmap %{name}-%{version}.pom %{name}-%{version}.jar -a 
relaxngDatatype:relaxngDatatype
+install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom
+%add_maven_depmap %{name}.pom %{name}.jar -a relaxngDatatype:relaxngDatatype
 
-%files
+%files -f .mfiles
 %license copying.txt
 %{_javadir}/*.jar
-%{_mavenpomdir}/*
-%if %{defined _maven_repository}
-%{_mavendepmapfragdir}/%{name}
-%else
-%{_datadir}/maven-metadata/%{name}.xml*
-%endif
 
 %changelog




commit relaxngDatatype for openSUSE:Factory

2018-12-28 Thread root
Hello community,

here is the log from the commit of package relaxngDatatype for openSUSE:Factory 
checked in at 2018-12-28 12:32:50

Comparing /work/SRC/openSUSE:Factory/relaxngDatatype (Old)
 and  /work/SRC/openSUSE:Factory/.relaxngDatatype.new.28833 (New)


Package is "relaxngDatatype"

Fri Dec 28 12:32:50 2018 rev:19 rq:660079 version:2011.1

Changes:

--- /work/SRC/openSUSE:Factory/relaxngDatatype/relaxngDatatype.changes  
2018-11-08 09:39:51.457704029 +0100
+++ 
/work/SRC/openSUSE:Factory/.relaxngDatatype.new.28833/relaxngDatatype.changes   
2018-12-28 12:32:51.276066552 +0100
@@ -1,0 +2,6 @@
+Tue Dec 18 08:14:00 UTC 2018 - Fridrich Strba 
+
+- Depend on sonatype-oss-parent to satisfy maven dependencies on
+  build time.
+
+---



Other differences:
--
++ relaxngDatatype.spec ++
--- /var/tmp/diff_new_pack.Gp8yHc/_old  2018-12-28 12:32:51.660066285 +0100
+++ /var/tmp/diff_new_pack.Gp8yHc/_new  2018-12-28 12:32:51.660066285 +0100
@@ -22,16 +22,15 @@
 Summary:RELAX NG Datatype API
 License:BSD-3-Clause
 Group:  Development/Languages/Java
-Url:https://sourceforge.net/projects/relaxng
+URL:https://sourceforge.net/projects/relaxng
 Source0:
https://github.com/java-schema-utilities/relaxng-datatype-java/archive/relaxngDatatype-%{version}.tar.gz
 # License is not available in the tarball, this copy fetched from the tarball 
on the old sourceforge.net site
 Source1:copying.txt
 BuildRequires:  ant
 BuildRequires:  java-devel
 BuildRequires:  javapackages-local
-BuildRequires:  javapackages-tools
+Requires:   sonatype-oss-parent
 Obsoletes:  %{name}-javadoc
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -59,8 +58,7 @@
 %add_maven_depmap %{name}-%{version}.pom %{name}-%{version}.jar -a 
relaxngDatatype:relaxngDatatype
 
 %files
-%defattr(-,root,root,-)
-%doc copying.txt
+%license copying.txt
 %{_javadir}/*.jar
 %{_mavenpomdir}/*
 %if %{defined _maven_repository}




commit relaxngDatatype for openSUSE:Factory

2018-11-08 Thread root
Hello community,

here is the log from the commit of package relaxngDatatype for openSUSE:Factory 
checked in at 2018-11-08 09:39:50

Comparing /work/SRC/openSUSE:Factory/relaxngDatatype (Old)
 and  /work/SRC/openSUSE:Factory/.relaxngDatatype.new (New)


Package is "relaxngDatatype"

Thu Nov  8 09:39:50 2018 rev:18 rq:644928 version:2011.1

Changes:

--- /work/SRC/openSUSE:Factory/relaxngDatatype/relaxngDatatype.changes  
2017-12-06 08:53:49.711441118 +0100
+++ /work/SRC/openSUSE:Factory/.relaxngDatatype.new/relaxngDatatype.changes 
2018-11-08 09:39:51.457704029 +0100
@@ -1,0 +2,6 @@
+Fri Oct 19 17:44:43 UTC 2018 - Fridrich Strba 
+
+- Install the provided pom file in order to generate correctly
+  the mvn(...) dependencies
+
+---



Other differences:
--
++ relaxngDatatype.spec ++
--- /var/tmp/diff_new_pack.4RuAXG/_old  2018-11-08 09:39:51.969703437 +0100
+++ /var/tmp/diff_new_pack.4RuAXG/_new  2018-11-08 09:39:51.973703433 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package relaxngDatatype
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -28,6 +28,7 @@
 Source1:copying.txt
 BuildRequires:  ant
 BuildRequires:  java-devel
+BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 Obsoletes:  %{name}-javadoc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -52,9 +53,20 @@
   %{buildroot}%{_javadir}/%{name}-%{version}.jar
 ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
 
+# pom
+install -d -m 755 %{buildroot}%{_mavenpomdir}
+install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}-%{version}.pom
+%add_maven_depmap %{name}-%{version}.pom %{name}-%{version}.jar -a 
relaxngDatatype:relaxngDatatype
+
 %files
 %defattr(-,root,root,-)
 %doc copying.txt
 %{_javadir}/*.jar
+%{_mavenpomdir}/*
+%if %{defined _maven_repository}
+%{_mavendepmapfragdir}/%{name}
+%else
+%{_datadir}/maven-metadata/%{name}.xml*
+%endif
 
 %changelog




commit relaxngDatatype for openSUSE:Factory

2017-12-05 Thread root
Hello community,

here is the log from the commit of package relaxngDatatype for openSUSE:Factory 
checked in at 2017-12-06 08:53:48

Comparing /work/SRC/openSUSE:Factory/relaxngDatatype (Old)
 and  /work/SRC/openSUSE:Factory/.relaxngDatatype.new (New)


Package is "relaxngDatatype"

Wed Dec  6 08:53:48 2017 rev:17 rq:546966 version:2011.1

Changes:

--- /work/SRC/openSUSE:Factory/relaxngDatatype/relaxngDatatype.changes  
2017-09-13 22:22:11.132446519 +0200
+++ /work/SRC/openSUSE:Factory/.relaxngDatatype.new/relaxngDatatype.changes 
2017-12-06 08:53:49.711441118 +0100
@@ -1,0 +2,8 @@
+Thu Nov 30 14:39:03 UTC 2017 - fst...@suse.com
+
+- Update to version 2011.1
+- Removed patch:
+  * no-javadoc.patch
++ not needed
+
+---

Old:

  no-javadoc.patch
  relaxngDatatype-1.0.tar.bz2

New:

  copying.txt
  relaxngDatatype-2011.1.tar.gz



Other differences:
--
++ relaxngDatatype.spec ++
--- /var/tmp/diff_new_pack.paDHr5/_old  2017-12-06 08:53:50.295419739 +0100
+++ /var/tmp/diff_new_pack.paDHr5/_new  2017-12-06 08:53:50.299419593 +0100
@@ -17,14 +17,15 @@
 
 
 Name:   relaxngDatatype
-Version:1.0
+Version:2011.1
 Release:0
 Summary:RELAX NG Datatype API
 License:BSD-3-Clause
 Group:  Development/Languages/Java
 Url:https://sourceforge.net/projects/relaxng
-Source0:relaxngDatatype-1.0.tar.bz2
-Patch0: no-javadoc.patch
+Source0:
https://github.com/java-schema-utilities/relaxng-datatype-java/archive/relaxngDatatype-%{version}.tar.gz
+# License is not available in the tarball, this copy fetched from the tarball 
on the old sourceforge.net site
+Source1:copying.txt
 BuildRequires:  ant
 BuildRequires:  java-devel
 BuildRequires:  javapackages-tools
@@ -38,10 +39,8 @@
 implementations.
 
 %prep
-%setup -q
-# wrong end of line necoding
-sed -i -e 's/.$//' copying.txt
-%patch0 -p1
+%setup -q -n relaxng-datatype-java-relaxngDatatype-%{version}
+cp -p %{SOURCE1} .
 
 %build
 ant \

++ copying.txt ++
Copyright (c) 2001, Thai Open Source Software Center Ltd, Sun Microsystems.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.

Neither the names of the copyright holders nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.



commit relaxngDatatype for openSUSE:Factory

2017-09-13 Thread root
Hello community,

here is the log from the commit of package relaxngDatatype for openSUSE:Factory 
checked in at 2017-09-13 22:22:04

Comparing /work/SRC/openSUSE:Factory/relaxngDatatype (Old)
 and  /work/SRC/openSUSE:Factory/.relaxngDatatype.new (New)


Package is "relaxngDatatype"

Wed Sep 13 22:22:04 2017 rev:16 rq:522866 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/relaxngDatatype/relaxngDatatype.changes  
2017-06-10 18:33:34.343013642 +0200
+++ /work/SRC/openSUSE:Factory/.relaxngDatatype.new/relaxngDatatype.changes 
2017-09-13 22:22:11.132446519 +0200
@@ -1,0 +2,6 @@
+Sun Sep 10 07:09:02 UTC 2017 - fst...@suse.com
+
+- Specify java source and target levels 1.6 in order to allow
+  building with jdk9
+
+---



Other differences:
--
++ relaxngDatatype.spec ++
--- /var/tmp/diff_new_pack.d8tTQx/_old  2017-09-13 22:22:11.784354742 +0200
+++ /var/tmp/diff_new_pack.d8tTQx/_new  2017-09-13 22:22:11.788354179 +0200
@@ -46,7 +46,7 @@
 %build
 ant \
 -Dbuild.sysclasspath=only \
--Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5
+-Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6
 
 %install
 install -Dpm 644 %{name}.jar \




commit relaxngDatatype for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package relaxngDatatype for openSUSE:Factory 
checked in at 2017-06-10 18:33:33

Comparing /work/SRC/openSUSE:Factory/relaxngDatatype (Old)
 and  /work/SRC/openSUSE:Factory/.relaxngDatatype.new (New)


Package is "relaxngDatatype"

Sat Jun 10 18:33:33 2017 rev:15 rq:502560 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/relaxngDatatype/relaxngDatatype.changes  
2014-07-21 10:35:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.relaxngDatatype.new/relaxngDatatype.changes 
2017-06-10 18:33:34.343013642 +0200
@@ -1,0 +2,6 @@
+Fri Jun  9 10:36:56 UTC 2017 - tchva...@suse.com
+
+- Obsolete javadoc to bootstrap using gcj
+- Add patch no-javadoc.patch
+
+---

New:

  no-javadoc.patch



Other differences:
--
++ relaxngDatatype.spec ++
--- /var/tmp/diff_new_pack.8FPqET/_old  2017-06-10 18:33:34.874938432 +0200
+++ /var/tmp/diff_new_pack.8FPqET/_new  2017-06-10 18:33:34.878937867 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package relaxngDatatype
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX 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,9 +24,11 @@
 Group:  Development/Languages/Java
 Url:https://sourceforge.net/projects/relaxng
 Source0:relaxngDatatype-1.0.tar.bz2
+Patch0: no-javadoc.patch
 BuildRequires:  ant
 BuildRequires:  java-devel
 BuildRequires:  javapackages-tools
+Obsoletes:  %{name}-javadoc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -35,38 +37,25 @@
 related to the construction of the RELAX NG language and its
 implementations.
 
-%packagejavadoc
-Summary:RELAX NG Datatype API
-Group:  Development/Languages/Java
-
-%descriptionjavadoc
-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.
-
 %prep
 %setup -q
 # wrong end of line necoding
 sed -i -e 's/.$//' copying.txt
+%patch0 -p1
 
 %build
-ant -Dbuild.sysclasspath=only -Dant.build.javac.source=1.4 
-Dant.build.javac.target=1.5
+ant \
+-Dbuild.sysclasspath=only \
+-Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5
 
 %install
 install -Dpm 644 %{name}.jar \
   %{buildroot}%{_javadir}/%{name}-%{version}.jar
 ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
-#
-install -dm 755 %{buildroot}%{_javadocdir}/%{name}
-cp -pr doc/* %{buildroot}%{_javadocdir}/%{name}
 
 %files
 %defattr(-,root,root,-)
 %doc copying.txt
 %{_javadir}/*.jar
 
-%files javadoc
-%defattr(-,root,root,-)
-%doc %{_javadocdir}/%{name}
-
 %changelog

++ no-javadoc.patch ++
Index: relaxngDatatype-1.0/build.xml
===
--- relaxngDatatype-1.0.orig/build.xml
+++ relaxngDatatype-1.0/build.xml
@@ -32,7 +32,7 @@ Implementation-Vendor: relaxng.sourcefor



-   
+   






commit relaxngDatatype for openSUSE:Factory

2014-07-21 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.relaxngDatatype.new/relaxngDatatype.changes 
2014-07-21 10:35:04.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 11 14:48:26 UTC 2014 - tchva...@suse.com
+
+- Do not use versioned javadoc dir.
+
+---



Other differences:
--
++ relaxngDatatype.spec ++
--- /var/tmp/diff_new_pack.hPJWFf/_old  2014-07-21 10:35:06.0 +0200
+++ /var/tmp/diff_new_pack.hPJWFf/_new  2014-07-21 10:35:06.0 +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.
 
-
-
 %packagejavadoc
 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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit relaxngDatatype for openSUSE:Factory

2013-09-11 Thread h_root
Hello community,

here is the log from the commit of package relaxngDatatype for openSUSE:Factory 
checked in at 2013-09-11 13:38:04

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  
2011-09-23 12:44:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.relaxngDatatype.new/relaxngDatatype.changes 
2013-09-11 13:38:05.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep  9 11:06:18 UTC 2013 - tchva...@suse.com
+
+- Move from jpackage-utils to javapackage-tools
+
+---



Other differences:
--
++ relaxngDatatype.spec ++
--- /var/tmp/diff_new_pack.9HRhs5/_old  2013-09-11 13:38:05.0 +0200
+++ /var/tmp/diff_new_pack.9HRhs5/_new  2013-09-11 13:38:05.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package relaxngDatatype (Version 1.0)
+# spec file for package relaxngDatatype
 #
-# 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
@@ -15,24 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %define section   free
 
 Name:   relaxngDatatype
 Version:1.0
-Release:2
+Release:0
 Summary:RELAX NG Datatype API
-Group:  Development/Languages/Java
 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:  jpackage-utils
 BuildRequires:  ant
 BuildRequires:  java-devel
+BuildRequires:  javapackages-tools
 #Obsoletes:  msv
 
 %description
@@ -43,7 +42,6 @@
 
 
 %packagejavadoc
-License:BSD-3-Clause
 Summary:RELAX NG Datatype API
 Group:  Development/Languages/Java
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org