Fridrich Strba 2024-02-09 04:11:17 +00:00 committed by Git OBS Bridge
parent ae5a321f07
commit ac2f65e4f4
3 changed files with 10 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f88a8d17f278125553b8e2ed6f4e9420682d457996cbf37ea95adb24526a479f
size 8013

BIN
felix-parent-8-source-release.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
# #
# spec file for package felix-parent # spec file for package felix-parent
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,14 +17,14 @@
Name: felix-parent Name: felix-parent
Version: 6 Version: 8
Release: 0 Release: 0
Summary: Parent POM file for Apache Felix Specs Summary: Parent POM file for Apache Felix Specs
License: Apache-2.0 License: Apache-2.0
Group: Development/Libraries/Java Group: Development/Libraries/Java
URL: http://felix.apache.org/ URL: https://felix.apache.org/
Source0: http://repo1.maven.org/maven2/org/apache/felix/felix-parent/%{version}/%{name}-%{version}-source-release.tar.gz Source0: https://repo1.maven.org/maven2/org/apache/felix/felix-parent/%{version}/%{name}-%{version}-source-release.tar.gz
BuildRequires: javapackages-local BuildRequires: javapackages-local >= 6
BuildRequires: mvn(org.apache:apache:pom:) BuildRequires: mvn(org.apache:apache:pom:)
Requires: mvn(org.apache:apache:pom:) Requires: mvn(org.apache:apache:pom:)
BuildArch: noarch BuildArch: noarch
@ -37,7 +37,6 @@ Parent POM file for Apache Felix Specs.
%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
%pom_remove_plugin org.codehaus.mojo:ianal-maven-plugin
%pom_remove_plugin :apache-rat-plugin %pom_remove_plugin :apache-rat-plugin
%pom_remove_plugin :animal-sniffer-maven-plugin %pom_remove_plugin :animal-sniffer-maven-plugin
%pom_remove_plugin :maven-enforcer-plugin %pom_remove_plugin :maven-enforcer-plugin
@ -46,15 +45,13 @@ Parent POM file for Apache Felix Specs.
%pom_xpath_remove pom:extensions %pom_xpath_remove pom:extensions
%pom_xpath_remove pom:project/pom:parent/pom:relativePath %pom_xpath_remove pom:project/pom:parent/pom:relativePath
%pom_xpath_set "pom:project/pom:properties/pom:felix.java.version" "8"
%build %build
%install %install
# pom # pom
install -d -m 755 %{buildroot}%{_mavenpomdir} install -d -m 755 %{buildroot}%{_mavenpomdir}
install -m 644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}-%{version}.pom %{mvn_install_pom} pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom
%add_maven_depmap %{name}-%{version}.pom -a org.apache.felix:felix %add_maven_depmap %{name}.pom -a org.apache.felix:felix
%files -f .mfiles %files -f .mfiles
%license LICENSE %license LICENSE