public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/libgit2_1.8] rawhide: package for libgit2 v1.8 no longer needed
Date: Thu, 11 Jun 2026 13:37:25 GMT [thread overview]
Message-ID: <178118504538.1.6314239301071798451.rpms-libgit2_1.8-5246077f76c5@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/libgit2_1.8
Branch : rawhide
Commit : 5246077f76c50fc872348ec623df885b0fad1b7d
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-06-11T15:37:18+02:00
Stats : +1/-106 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/libgit2_1.8/c/5246077f76c50fc872348ec623df885b0fad1b7d?branch=rawhide
Log:
package for libgit2 v1.8 no longer needed
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 7ab40a3..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/libgit2-1.8.4.tar.gz
-/libgit2-1.8.5.tar.gz
diff --git a/README.md b/README.md
deleted file mode 100644
index 357c72c..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# libgit2_1.8
-
-The libgit2_1.8 package
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..95b32e8
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+package for libgit2 v1.8 no longer needed
diff --git a/libgit2_1.8.spec b/libgit2_1.8.spec
deleted file mode 100644
index fd3eabe..0000000
--- a/libgit2_1.8.spec
+++ /dev/null
@@ -1,100 +0,0 @@
-# libssh2 is not available on RHEL
-%if 0%{?rhel}
-%bcond_with libssh2
-%else
-%bcond_without libssh2
-%endif
-
-Name: libgit2_1.8
-Version: 1.8.5
-Release: %autorelease
-Summary: C implementation of the Git core methods as a library with a solid API
-# Automatically converted from old format: GPLv2 with exceptions - review is highly recommended.
-License: LicenseRef-Callaway-GPLv2-with-exceptions
-URL: https://libgit2.org/
-Source0: https://github.com/libgit2/libgit2/archive/refs/tags/v%{version_no_tilde}.tar.gz#/libgit2-%{version_no_tilde}.tar.gz
-
-BuildRequires: gcc
-BuildRequires: cmake >= 3.5.1
-BuildRequires: ninja-build
-BuildRequires: llhttp-devel
-BuildRequires: krb5-devel
-BuildRequires: libcurl-devel
-%if %{with libssh2}
-BuildRequires: libssh2-devel
-%endif
-BuildRequires: openssl-devel
-BuildRequires: pcre2-devel
-BuildRequires: python3
-BuildRequires: zlib-devel
-Provides: bundled(libxdiff)
-
-%description
-libgit2 is a portable, pure C implementation of the Git core methods
-provided as a re-entrant linkable library with a solid API, allowing
-you to write native speed custom Git applications in any language
-with bindings.
-
-%package devel
-Summary: Development files for %{name}
-Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
-# This compat -devel package provides an older version of libgit2-devel
-Provides: libgit2-devel = %{?epoch:%{epoch}:}%{version}-%{release}
-# These devel packages are not installable in parallel
-Conflicts: pkgconfig(libgit2)
-
-%description devel
-This package contains libraries and header files for
-developing applications that use %{name}.
-
-%prep
-%autosetup -p1 -n libgit2-%{version_no_tilde}
-
-# Remove VCS files from examples
-find examples -name ".gitignore" -delete -print
-
-# Don't run "online" tests
-sed -i '/-sonline/s/^/#/' tests/libgit2/CMakeLists.txt
-
-# Remove bundled libraries (except libxdiff)
-pushd deps
-find . -maxdepth 1 -not -name xdiff -exec rm -rf {} ';'
-popd
-
-%build
-%cmake \
- -GNinja \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
- -DREGEX_BACKEND=pcre2 \
- -DBUILD_CLI=OFF \
- -DUSE_HTTP_PARSER=llhttp \
- -DUSE_SHA1=HTTPS \
- -DUSE_HTTPS=OpenSSL \
- -DUSE_NTLMCLIENT=OFF \
-%if %{with libssh2}
- -DUSE_SSH=ON \
-%else
- -DUSE_SSH=OFF \
-%endif
- %{nil}
-%cmake_build
-
-%install
-%cmake_install
-
-%check
-%ctest
-
-%files
-%license COPYING
-%{_libdir}/libgit2.so.1.8*
-
-%files devel
-%doc AUTHORS docs examples README.md
-%{_libdir}/libgit2.so
-%{_libdir}/pkgconfig/libgit2.pc
-%{_includedir}/git2.h
-%{_includedir}/git2/
-
-%changelog
-%autochangelog
diff --git a/sources b/sources
deleted file mode 100644
index ec45cff..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (libgit2-1.8.5.tar.gz) = 5987e16b17d3ed7088a6310927d5a5d334357c2d074daf7c0bfe8492184b8787f7f861fb04d3f2d72df0319db4b226466a27b11eed6aaf785238c6dee21f5054
reply other threads:[~2026-06-11 13:37 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178118504538.1.6314239301071798451.rpms-libgit2_1.8-5246077f76c5@fedoraproject.org \
--to=decathorpe@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox