diff --git a/isorelax.changes b/isorelax.changes index 974c6c7..2e9ae82 100644 --- a/isorelax.changes +++ b/isorelax.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Mar 2 08:13:19 UTC 2013 - coolo@suse.com + +- update license to new format + ------------------------------------------------------------------- Mon Sep 15 14:01:56 CEST 2008 - mvyskocil@suse.cz diff --git a/isorelax.spec b/isorelax.spec index 990fcdb..8b41c51 100644 --- a/isorelax.spec +++ b/isorelax.spec @@ -1,7 +1,7 @@ # -# spec file for package isorelax (Version 0.1) +# spec file for package isorelax # -# Copyright (c) 2009 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 @@ -23,26 +23,26 @@ Name: isorelax Summary: Public interfaces useful for applications to support RELAX Core +License: Apache-2.0 and MIT +Group: Development/Libraries/Java Url: http://iso-relax.sourceforge.net/ Version: 0.1 -Release: 4 -License: Apache-2.0 ; MIT -Group: Development/Libraries/Java +Release: 0 BuildArch: noarch Source0: %{name}.%{cvsversion}.zip Source1: %{name}-build.xml Source2: isorelax-maven-project.xml Source3: isorelax-maven-project.xsd Patch0: isorelax-java5-compatibility.patch -BuildRequires: jpackage-utils >= 1.6 BuildRequires: ant +BuildRequires: jpackage-utils >= 1.6 %if %{with_tests} BuildRequires: xercesjarv %endif +BuildRequires: java-devel +BuildRequires: unzip BuildRequires: xerces-j2 BuildRequires: xml-commons-apis -BuildRequires: unzip -BuildRequires: java-devel Requires: xerces-j2 Requires: xml-commons-apis Obsoletes: isorelax-bootstrap @@ -57,8 +57,8 @@ we have is schema language neutral. %package javadoc -License: MIT Summary: Public interfaces useful for applications to support RELAX Core +License: MIT Group: Productivity/Publishing/XML %description javadoc @@ -124,7 +124,3 @@ rm -rf $RPM_BUILD_ROOT %doc %{_javadocdir}/%{name} %changelog -* Mon Sep 15 2008 mvyskocil@suse.cz -- -target=1.5 -source=1.5 -* Wed Aug 20 2008 mvyskocil@suse.cz -- Initial packaging of version 0.1 (based on jpp1.7)