Sync from SUSE:SLFO:Main felix-parent revision a002446a2af9d0e6c208d0213b969bb9

This commit is contained in:
Adrian Schröter 2024-05-03 12:27:27 +02:00
commit 22f1b4e270
4 changed files with 113 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

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

Binary file not shown.

26
felix-parent.changes Normal file
View File

@ -0,0 +1,26 @@
-------------------------------------------------------------------
Fri Feb 9 09:19:16 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Update to version 8
* Update to latest plugin versions, support Java > 9, change urls
to https
* add local timestamp for Reproducible Build
* Update to latest Apache parent pom, update plugin versions and
replace ianal maven plugin
* Update parent pom to latest Apache pom 31, remove duplicate
plugin definitions
-------------------------------------------------------------------
Thu Oct 26 03:33:59 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- Build dependent projects with java source and target 8
-------------------------------------------------------------------
Thu Feb 7 07:24:28 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Clean the spec file
-------------------------------------------------------------------
Tue Dec 18 08:51:09 UTC 2018 - Fridrich Strba <fstrba@suse.com>
- Initial package for felix parent pom

61
felix-parent.spec Normal file
View File

@ -0,0 +1,61 @@
#
# spec file for package felix-parent
#
# 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
# 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: felix-parent
Version: 8
Release: 0
Summary: Parent POM file for Apache Felix Specs
License: Apache-2.0
Group: Development/Libraries/Java
URL: https://felix.apache.org/
Source0: https://repo1.maven.org/maven2/org/apache/felix/felix-parent/%{version}/%{name}-%{version}-source-release.tar.gz
BuildRequires: javapackages-local >= 6
BuildRequires: mvn(org.apache:apache:pom:)
Requires: mvn(org.apache:apache:pom:)
BuildArch: noarch
%description
Parent POM file for Apache Felix Specs.
%prep
%setup -q -n felix-parent-%{version}
%pom_remove_plugin :maven-javadoc-plugin
%pom_remove_plugin :maven-site-plugin
%pom_remove_plugin :maven-release-plugin
%pom_remove_plugin :apache-rat-plugin
%pom_remove_plugin :animal-sniffer-maven-plugin
%pom_remove_plugin :maven-enforcer-plugin
%pom_remove_plugin :tools-maven-plugin
# wagon ssh dependency unneeded
%pom_xpath_remove pom:extensions
%pom_xpath_remove pom:project/pom:parent/pom:relativePath
%build
%install
# pom
install -d -m 755 %{buildroot}%{_mavenpomdir}
%{mvn_install_pom} pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom
%add_maven_depmap %{name}.pom -a org.apache.felix:felix
%files -f .mfiles
%license LICENSE
%doc NOTICE
%changelog