Sync from SUSE:SLFO:Main relaxngDatatype revision e8454f382ffd813947ac75ad72a5bde4

This commit is contained in:
Adrian Schröter 2024-05-04 00:04:36 +02:00
commit 088ab598cb
5 changed files with 179 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

30
copying.txt Normal file
View File

@ -0,0 +1,30 @@
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.

BIN
relaxngDatatype-2011.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

59
relaxngDatatype.changes Normal file
View File

@ -0,0 +1,59 @@
-------------------------------------------------------------------
Sat Mar 19 11:07:38 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- Build with source/target levels 8
-------------------------------------------------------------------
Mon Apr 8 11:27:51 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- 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
-------------------------------------------------------------------
Tue Dec 18 08:14:00 UTC 2018 - Fridrich Strba <fstrba@suse.com>
- Depend on sonatype-oss-parent to satisfy maven dependencies on
build time.
-------------------------------------------------------------------
Fri Oct 19 17:44:43 UTC 2018 - Fridrich Strba <fstrba@suse.com>
- Install the provided pom file in order to generate correctly
the mvn(...) dependencies
-------------------------------------------------------------------
Thu Nov 30 14:39:03 UTC 2017 - fstrba@suse.com
- Update to version 2011.1
- Removed patch:
* no-javadoc.patch
+ not needed
-------------------------------------------------------------------
Sun Sep 10 07:09:02 UTC 2017 - fstrba@suse.com
- Specify java source and target levels 1.6 in order to allow
building with jdk9
-------------------------------------------------------------------
Fri Jun 9 10:36:56 UTC 2017 - tchvatal@suse.com
- Obsolete javadoc to bootstrap using gcj
- Add patch no-javadoc.patch
-------------------------------------------------------------------
Fri Jul 11 14:48:26 UTC 2014 - tchvatal@suse.com
- Do not use versioned javadoc dir.
-------------------------------------------------------------------
Mon Sep 9 11:06:18 UTC 2013 - tchvatal@suse.com
- Move from jpackage-utils to javapackage-tools
-------------------------------------------------------------------
Thu Aug 7 17:46:53 CEST 2008 - mvyskocil@suse.cz
- First release of version 1.0 in Suse (based on spec from jpackage.org 1.7)

64
relaxngDatatype.spec Normal file
View File

@ -0,0 +1,64 @@
#
# spec file for package relaxngDatatype
#
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: relaxngDatatype
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: 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 >= 1.8
BuildRequires: javapackages-local
Obsoletes: %{name}-javadoc
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.
%prep
%setup -q -n relaxng-datatype-java-relaxngDatatype-%{version}
cp -p %{SOURCE1} .
%pom_remove_parent .
%build
ant \
-Dbuild.sysclasspath=only \
-Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8
%install
install -Dpm 644 %{name}.jar \
%{buildroot}%{_javadir}/%{name}.jar
# pom
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom
%add_maven_depmap %{name}.pom %{name}.jar -a relaxngDatatype:relaxngDatatype
%files -f .mfiles
%license copying.txt
%{_javadir}/*.jar
%changelog