Fix license tag (+Public Domain)

- Add create-tarball.sh to SRPM
This commit is contained in:
Michal Srb 2013-08-06 10:25:00 +02:00
parent 7c5c080e1d
commit 9558b725d4

View File

@ -1,7 +1,7 @@
Name: msv
Epoch: 1
Version: 2013.5.1
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Multi-Schema Validator
Group: Development/Libraries
License: BSD and ASL 1.1
@ -15,6 +15,7 @@ Source0: %{name}-%{version}-clean.tar.gz
Source1: http://repo1.maven.org/maven2/net/java/dev/%{name}/%{name}-parent/2009.1/%{name}-parent-2009.1.pom
Source2: http://www.apache.org/licenses/LICENSE-2.0.txt
Source3: create-tarball.sh
# Use CatalogResolver from xml-commons-resolver package
Patch1: %{name}-Use-CatalogResolver-class-from-xml-commons-resolver.patch
@ -58,7 +59,8 @@ conformance to RELAX NG/W3C XML standards and JAXP masquerading.
Summary: Multi-Schema Validator Core
Group: Development/Libraries
# src/com/sun/msv/reader/xmlschema/DOMLSInputImpl.java is under ASL 2.0
License: BSD and ASL 1.1 and ASL 2.0
# msv/src/com/sun/msv/writer/ContentHandlerAdaptor.java is partially under Public Domain
License: BSD and ASL 1.1 and ASL 2.0 and Public Domain
Requires: jpackage-utils
Requires: java
Requires: isorelax
@ -112,7 +114,7 @@ Requires: xerces-j2
%package javadoc
Summary: API documentation for Multi-Schema Validator
Group: Documentation
License: BSD and ASL 1.1 and ASL 2.0
License: BSD and ASL 1.1 and ASL 2.0 and Public Domain
Requires: java-javadoc
Requires: jpackage-utils
Requires: isorelax-javadoc
@ -308,6 +310,10 @@ cp -pr xsdlib/examples/* %{buildroot}%{_datadir}/%{name}-%{version}/xsdlib
%{_datadir}/%{name}-%{version}
%changelog
* Thu Aug 01 2013 Michal Srb <msrb@redhat.com> - 1:2013.5.1-3
- Fix license tag (+Public Domain)
- Add create-tarball.sh to SRPM
* Wed Jul 31 2013 Michal Srb <msrb@redhat.com> - 1:2013.5.1-2
- Do not build module with unclear licensing (relames)
- Replace %%add_to_maven_depmap with %%add_maven_depmap