%global gittag 6.1.0.202203080745-r Name: jgit Version: 6.1.0 Release: 9%{?dist} Summary: A pure java implementation of git # We don't ship the EPL-licensed Eclipse features in this package License: BSD URL: https://www.eclipse.org/jgit/ Source0: https://git.eclipse.org/c/jgit/jgit.git/snapshot/jgit-%{gittag}.tar.xz # Set the correct classpath for the command line tools Patch0: 0001-Ensure-the-correct-classpath-is-set-for-the-jgit-com.patch BuildArch: noarch ExclusiveArch: %{java_arches} noarch BuildRequires: maven-local BuildRequires: mvn(args4j:args4j) BuildRequires: mvn(com.google.code.gson:gson) BuildRequires: mvn(com.googlecode.javaewah:JavaEWAH) BuildRequires: mvn(com.jcraft:jsch) BuildRequires: mvn(com.jcraft:jzlib) BuildRequires: mvn(javax.servlet:javax.servlet-api) BuildRequires: mvn(net.i2p.crypto:eddsa) BuildRequires: mvn(net.java.dev.jna:jna) BuildRequires: mvn(net.java.dev.jna:jna-platform) BuildRequires: mvn(org.apache.ant:ant) BuildRequires: mvn(org.apache.commons:commons-compress) BuildRequires: mvn(org.apache.httpcomponents:httpclient) BuildRequires: mvn(org.apache.httpcomponents:httpcore) BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin) BuildRequires: mvn(org.apache.sshd:sshd-osgi) >= 2.8.0 BuildRequires: mvn(org.apache.sshd:sshd-sftp) >= 2.8.0 BuildRequires: mvn(org.bouncycastle:bcpg-jdk15on) >= 1.70 BuildRequires: mvn(org.bouncycastle:bcpkix-jdk15on) >= 1.70 BuildRequires: mvn(org.bouncycastle:bcprov-jdk15on) >= 1.70 BuildRequires: mvn(org.bouncycastle:bcutil-jdk15on) >= 1.70 BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin) BuildRequires: mvn(org.eclipse.jetty:jetty-servlet) BuildRequires: mvn(org.osgi:osgi.core) BuildRequires: mvn(org.slf4j:slf4j-api) BuildRequires: mvn(org.slf4j:slf4j-simple) BuildRequires: mvn(org.tukaani:xz) >= 1.9 # Runtime requirements Requires: bouncycastle >= 1.70 Requires: apache-sshd >= 1:2.8.0 Requires: apache-commons-logging Requires: jzlib %description A pure Java implementation of the Git version control system and command line interface. %package javadoc Summary: API documentation for %{name} %description javadoc %{summary}. %prep %setup -n jgit-%{gittag} -q %patch0 -p1 # Disable multithreaded build rm .mvn/maven.config # Disable "errorprone" compiler that is not available in distro %pom_xpath_remove "pom:configuration/pom:annotationProcessorPaths" %pom_xpath_remove "pom:configuration/pom:compilerArgs" # Use newer Felix dep %pom_change_dep -r org.osgi:org.osgi.core org.osgi:osgi.core:\${osgi-core-version}:provided # Remove unnecessary plugins for RPM builds %pom_disable_module org.eclipse.jgit.coverage %pom_disable_module org.eclipse.jgit.benchmarks %pom_remove_plugin :jacoco-maven-plugin %pom_remove_plugin :maven-javadoc-plugin %pom_remove_plugin -r :maven-source-plugin %pom_remove_plugin :maven-enforcer-plugin %pom_remove_plugin -r :japicmp-maven-plugin # Avoid failures due to lack of jacoco sed -i -e 's/@{argLine}//' $(find -name pom.xml) # Don't attach shell script artifact %pom_remove_plugin org.codehaus.mojo:build-helper-maven-plugin org.eclipse.jgit.pgm # Don't have spring-boot %pom_remove_plugin :spring-boot-maven-plugin org.eclipse.jgit.pgm %pom_xpath_remove "pom:plugins/pom:plugin/pom:executions/pom:execution[pom:id='create_jgit']" org.eclipse.jgit.pgm sed -i -e 's/org\.springframework\.boot\.loader\.JarLauncher/org.eclipse.jgit.pgm.Main/' \ org.eclipse.jgit.pgm/jgit.sh # No need to build test modules if we aren't running tests sed -i -e '/\.test<\/module>/d' pom.xml # Or junit util bundles used by tests %pom_disable_module org.eclipse.jgit.junit %pom_disable_module org.eclipse.jgit.junit.ssh %pom_disable_module org.eclipse.jgit.junit.http %build # Don't run tests due to missing dependencies %mvn_build -f -- -Pjavac %install %mvn_install # Install CLI invoker script install -dm 755 %{buildroot}%{_bindir} install -m 755 org.eclipse.jgit.pgm/jgit.sh %{buildroot}%{_bindir}/jgit # Ant task configuration install -dm 755 %{buildroot}%{_sysconfdir}/ant.d cat > %{buildroot}%{_sysconfdir}/ant.d/jgit < - 6.1.0-9 - Rebuilt for java-21-openjdk as system jdk * Wed Jan 24 2024 Fedora Release Engineering - 6.1.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jan 20 2024 Fedora Release Engineering - 6.1.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 20 2023 Fedora Release Engineering - 6.1.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jan 19 2023 Fedora Release Engineering - 6.1.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering - 6.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jul 08 2022 Jiri Vanek - 6.1.0-3 - Rebuilt for Drop i686 JDKs * Fri Apr 01 2022 Mat Booth - 6.1.0-2 - Add missing runtime req on commons-logging * Fri Apr 01 2022 Mat Booth - 6.1.0-1 - Update to latest upstream release * Sat Feb 05 2022 Jiri Vanek - 5.11.0-4 - Rebuilt for java-17-openjdk as system jdk * Thu Jan 20 2022 Fedora Release Engineering - 5.11.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 5.11.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Mar 10 2021 Mat Booth - 5.11.0-1 - Update to latest upstream release * Tue Jan 26 2021 Fedora Release Engineering - 5.10.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Jan 12 2021 Alexander Kurtakov 5.10.0-1 - Update to latest upstream release * Mon Nov 16 2020 Mat Booth - 5.9.0-2 - Don't ship junit util bundles used only by tests * Fri Oct 30 2020 Jeff Johnston - 5.9.0-1 - Update to latest upstream release * Fri Aug 21 2020 Mat Booth - 5.8.1-1 - Update to latest upstream release * Fri Aug 21 2020 Mat Booth - 5.8.0-5 - Rebuild against new servlet API * Tue Jul 28 2020 Fedora Release Engineering - 5.8.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jul 10 2020 Jiri Vanek - 5.8.0-3 - Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 * Thu Jun 25 2020 Roland Grunberg - 5.8.0-2 - Set maven-javadoc-plugin source to 1.8 for Java 11 build. * Mon Jun 22 2020 Mat Booth - 5.8.0-1 - Update to latest upstream release * Fri May 15 2020 Mat Booth - 5.7.0-3 - Fix erroneous dep on osgi.core with provided scope * Sun Mar 22 2020 Mat Booth - 5.7.0-2 - Relax dep on junit * Sun Mar 22 2020 Mat Booth - 5.7.0-1 - Update to latest upstream release * Wed Jan 29 2020 Fedora Release Engineering - 5.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Dec 19 2019 Mat Booth - 5.6.0-1 - Update to latest upstream release * Tue Sep 17 2019 Mat Booth - 5.5.0-1 - Update to latest upstream release * Thu Jul 25 2019 Mat Booth - 5.4.0-6 - Make dep on OSGi 'provided' in scope * Thu Jul 25 2019 Mat Booth - 5.4.0-5 - Ignore test failures again due to 'Mount point not found' errors * Thu Jul 25 2019 Mat Booth - 5.4.0-4 - Better summary to avoid rpmlint warnings and add better comments - Conditionalise BR on git with other test dependencies - Drop explicit dep on jzlib, jgit no longer considers it optional - Simplify javadoc package specification - Use of maven-source-plugin is unnecessary for RPM builds - Don't ignore test failures - Truncate changelog * Wed Jul 24 2019 Mat Booth - 5.4.0-3 - Package jgit libs and command line tooling separately from the Eclipse plug-in