Sync from SUSE:SLFO:Main xml-commons-apis-bootstrap revision 3e9907c8ca721338882ba5af99b0d69d
This commit is contained in:
parent
904b7c80a6
commit
9b6ac34a6f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 21 16:14:29 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Use %patch -P N instead of deprecated %patchN.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 16:22:47 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# spec file for package xml-commons-apis-bootstrap
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -28,7 +28,7 @@ Release: 0
|
||||
Summary: Common code for XML projects - bootstrapping package
|
||||
License: Apache-2.0
|
||||
Group: Development/Libraries/Java
|
||||
URL: http://xml.apache.org/commons/
|
||||
URL: https://xml.apache.org/commons/
|
||||
# svn export http://svn.apache.org/repos/asf/xml/commons/tags/xml-commons-1_0_b2/
|
||||
Source0: xml-commons-1.0.b2.tar.bz2
|
||||
# svn export http://svn.apache.org/repos/asf/xml/commons/tags/xml-commons-resolver-1_1_b1/
|
||||
@ -52,7 +52,7 @@ INSTALL ... THIS IS JUST FOR PACKAGING & BOOTSTRAPPING JAVA PURPOSES!!
|
||||
%package -n xml-commons-which-bootstrap
|
||||
Summary: Which subproject of xml-commons
|
||||
Group: Development/Libraries/Java
|
||||
URL: http://xml.apache.org/commons/
|
||||
URL: https://xml.apache.org/commons/
|
||||
|
||||
%description -n xml-commons-which-bootstrap
|
||||
This is xml-which from the java-bootrapping-tools package. DO NOT
|
||||
@ -61,7 +61,7 @@ INSTALL ... THIS IS JUST FOR PACKAGING & BOOTSTRAPPING JAVA PURPOSES!!
|
||||
%package -n xml-commons-resolver-bootstrap
|
||||
Summary: Resolver subproject of xml-commons
|
||||
Group: Development/Libraries/Java
|
||||
URL: http://xml.apache.org/commons/
|
||||
URL: https://xml.apache.org/commons/
|
||||
Provides: xml-resolver
|
||||
|
||||
%description -n xml-commons-resolver-bootstrap
|
||||
@ -74,9 +74,9 @@ INSTALL ... THIS IS JUST FOR PACKAGING & BOOTSTRAPPING JAVA PURPOSES!!
|
||||
%setup -q -T -D -a 0
|
||||
%setup -q -T -D -a 3
|
||||
|
||||
%patch1 -b .sav
|
||||
%patch2 -b .sav
|
||||
%patch3 -b .sav
|
||||
%patch -P 1 -b .sav
|
||||
%patch -P 2 -b .sav
|
||||
%patch -P 3 -b .sav
|
||||
|
||||
%build
|
||||
#>>> some useful functions ... used throughout bootstrap packages
|
||||
|
Loading…
Reference in New Issue
Block a user