Compare commits
No commits in common. "c8-stream-201902" and "stream-javapackages-tools-201801-rhel-8.10.0" have entirely different histories.
c8-stream-
...
stream-jav
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/osgi.cmpn-7.0.0.jar
|
/osgi.cmpn-6.0.0.jar
|
||||||
|
@ -1 +0,0 @@
|
|||||||
4fa9f239a60aeca4a27648df329d112d562a350c SOURCES/osgi.cmpn-7.0.0.jar
|
|
@ -1,32 +1,35 @@
|
|||||||
Name: osgi-compendium
|
Name: osgi-compendium
|
||||||
Version: 7.0.0
|
Version: 6.0.0
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Interfaces and Classes for use in compiling OSGi bundles
|
Summary: Interfaces and Classes for use in compiling OSGi bundles
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://www.osgi.org
|
URL: http://www.osgi.org
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Source0: https://osgi.org/download/r7/osgi.cmpn-%{version}.jar
|
Source0: https://osgi.org/download/r6/osgi.cmpn-%{version}.jar
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
|
BuildRequires: mvn(javax.persistence:persistence-api)
|
||||||
BuildRequires: mvn(javax.servlet:javax.servlet-api)
|
BuildRequires: mvn(javax.servlet:javax.servlet-api)
|
||||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||||
BuildRequires: mvn(org.osgi:osgi.annotation)
|
BuildRequires: mvn(org.osgi:osgi.annotation)
|
||||||
BuildRequires: mvn(org.osgi:osgi.core)
|
BuildRequires: mvn(org.osgi:osgi.core)
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
OSGi Compendium, Interfaces and Classes for use in compiling bundles.
|
OSGi Compendium, Interfaces and Classes for use in compiling bundles.
|
||||||
|
|
||||||
|
|
||||||
%package javadoc
|
%package javadoc
|
||||||
Summary: API documentation for %{name}
|
Summary: API documentation for %{name}
|
||||||
|
|
||||||
%description javadoc
|
%description javadoc
|
||||||
This package provides %{summary}.
|
This package provides %{summary}.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c
|
%setup -q -c
|
||||||
|
|
||||||
# Delete pre-built binaries
|
|
||||||
rm -r org
|
rm -r org
|
||||||
find -name '*.class' -delete
|
find -name '*.class' -delete
|
||||||
|
|
||||||
@ -63,13 +66,10 @@ mv META-INF/maven/org.osgi/osgi.cmpn/pom.xml .
|
|||||||
%pom_add_dep org.osgi:osgi.annotation::provided
|
%pom_add_dep org.osgi:osgi.annotation::provided
|
||||||
%pom_add_dep org.osgi:osgi.core::provided
|
%pom_add_dep org.osgi:osgi.core::provided
|
||||||
%pom_add_dep javax.servlet:javax.servlet-api::provided
|
%pom_add_dep javax.servlet:javax.servlet-api::provided
|
||||||
# Don't compile in Jax RS and JPA support when jp_minimal is activated
|
%pom_add_dep javax.persistence:persistence-api::provided
|
||||||
rm -r src/main/java/org/osgi/service/jaxrs
|
|
||||||
rm -r src/main/java/org/osgi/service/jpa
|
|
||||||
rm -r src/main/java/org/osgi/service/transaction/control/jpa
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%mvn_build -- -Dmaven.compiler.source=1.8 -Dmaven.compiler.target=1.8
|
%mvn_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
@ -84,24 +84,6 @@ rm -r src/main/java/org/osgi/service/transaction/control/jpa
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 7.0.0-4
|
|
||||||
- Mass rebuild for javapackages-tools 201902
|
|
||||||
|
|
||||||
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 7.0.0-3
|
|
||||||
- Mass rebuild for javapackages-tools 201901
|
|
||||||
|
|
||||||
* Tue Mar 19 2019 Mat Booth <mat.booth@redhat.com> - 7.0.0-2
|
|
||||||
- Allow conditionally compiling in support for Jax RS and JPA
|
|
||||||
|
|
||||||
* Wed Mar 06 2019 Mat Booth <mat.booth@redhat.com> - 7.0.0-1
|
|
||||||
- Update to OSGi R7
|
|
||||||
|
|
||||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.0-7
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.0-6
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.0-5
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.0-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
Loading…
Reference in New Issue
Block a user