Compare commits
No commits in common. "c8-stream-201902" and "stream-javapackages-tools-201801-rhel-8.9.0" have entirely different histories.
c8-stream-
...
stream-jav
@ -1 +0,0 @@
|
|||||||
0901f1904286a0ea0605ca2e5e1ed0f585ffacdb SOURCES/felix-parent-6-source-release.tar.gz
|
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -1 +1,3 @@
|
|||||||
SOURCES/felix-parent-6-source-release.tar.gz
|
felix-parent-1.2.1.tar.bz2
|
||||||
|
/felix-parent-2.1-source-release.tar.gz
|
||||||
|
/felix-parent-4-source-release.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: felix-parent
|
Name: felix-parent
|
||||||
Version: 6
|
Version: 4
|
||||||
Release: 2%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Parent POM file for Apache Felix Specs
|
Summary: Parent POM file for Apache Felix Specs
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://felix.apache.org/
|
URL: http://felix.apache.org/
|
||||||
@ -8,7 +8,15 @@ Source0: http://repo1.maven.org/maven2/org/apache/felix/felix-parent/%{ve
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
|
BuildRequires: mvn(junit:junit)
|
||||||
BuildRequires: mvn(org.apache:apache:pom:)
|
BuildRequires: mvn(org.apache:apache:pom:)
|
||||||
|
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
|
||||||
|
BuildRequires: mvn(org.easymock:easymock)
|
||||||
|
BuildRequires: mvn(org.mockito:mockito-all)
|
||||||
|
|
||||||
|
# FIXME auto-requires are not generated
|
||||||
|
Requires: mvn(org.easymock:easymock)
|
||||||
|
Requires: mvn(org.mockito:mockito-all)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Parent POM file for Apache Felix Specs.
|
Parent POM file for Apache Felix Specs.
|
||||||
@ -16,7 +24,6 @@ Parent POM file for Apache Felix Specs.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n felix-parent-%{version}
|
%setup -q -n felix-parent-%{version}
|
||||||
%mvn_alias : :felix
|
%mvn_alias : :felix
|
||||||
%pom_remove_plugin :maven-enforcer-plugin
|
|
||||||
%pom_remove_plugin :maven-javadoc-plugin
|
%pom_remove_plugin :maven-javadoc-plugin
|
||||||
%pom_remove_plugin :maven-site-plugin
|
%pom_remove_plugin :maven-site-plugin
|
||||||
%pom_remove_plugin :maven-release-plugin
|
%pom_remove_plugin :maven-release-plugin
|
||||||
@ -27,6 +34,11 @@ Parent POM file for Apache Felix Specs.
|
|||||||
# wagon ssh dependency unneeded
|
# wagon ssh dependency unneeded
|
||||||
%pom_xpath_remove pom:extensions
|
%pom_xpath_remove pom:extensions
|
||||||
|
|
||||||
|
# Remove workaround for MANTRUN-51/MNG-6205 issue
|
||||||
|
# (should only be needed with old versions of Maven)
|
||||||
|
# See: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/site/fml/faq.fml?r1=790402&r2=790401
|
||||||
|
%pom_xpath_remove "pom:plugin[pom:artifactId='maven-antrun-plugin']/pom:dependencies"
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%mvn_build
|
%mvn_build
|
||||||
|
|
||||||
@ -37,15 +49,6 @@ Parent POM file for Apache Felix Specs.
|
|||||||
%doc LICENSE NOTICE
|
%doc LICENSE NOTICE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 6-2
|
|
||||||
- Mass rebuild for javapackages-tools 201902
|
|
||||||
|
|
||||||
* Thu Jul 18 2019 Marian Koncek <mkoncek@redhat.com> - 6-1
|
|
||||||
- Update to upstream version 6
|
|
||||||
|
|
||||||
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 4-6
|
|
||||||
- Mass rebuild for javapackages-tools 201901
|
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4-5
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4-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