public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Vitaly Zaitsev <vitaly@easycoding.org>
To: git-commits@fedoraproject.org
Subject: [rpms/guidelines-support-library] epel9: Initial release (#1518713).
Date: Sun, 06 Sep 2026 05:05:42 GMT	[thread overview]
Message-ID: <178867114252.1.10576968225365041549.rpms-guidelines-support-library-17db910ddb01@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/guidelines-support-library
Branch : epel9
Commit : 17db910ddb0162dfd08d29cbf29c9f11565cbcf7
Author : Vitaly Zaitsev <vitaly@easycoding.org>
Date   : 2017-12-01T17:17:45+01:00
Stats  : +46/-3 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/guidelines-support-library/c/17db910ddb0162dfd08d29cbf29c9f11565cbcf7?branch=epel9

Log:
Initial release (#1518713).

---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..cb8abaf
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/guidelines-support-library-1c95f94.tar.gz

diff --git a/README.md b/README.md
deleted file mode 100644
index ce8f0af..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# guidelines-support-library
-
-Guidelines Support Library
\ No newline at end of file

diff --git a/guidelines-support-library.spec b/guidelines-support-library.spec
new file mode 100644
index 0000000..132accd
--- /dev/null
+++ b/guidelines-support-library.spec
@@ -0,0 +1,44 @@
+# Set Git revision of library...
+%global commit0 1c95f9436eae69c9b9315911ef6aa210df7d1e31
+%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
+%global date 20171014
+
+Name: guidelines-support-library
+Summary: Guidelines Support Library
+Version: 0
+Release: 1.%{date}git%{shortcommit0}%{?dist}
+
+License: MIT
+URL: https://github.com/Microsoft/GSL
+Source0: %{url}/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
+BuildArch: noarch
+
+%description
+Header-only %{summary}.
+
+%package devel
+Summary: Development files for %{name}
+Provides: %{name}-static = %{version}-%{release}
+
+%description devel
+%{summary}.
+
+%prep
+%autosetup -n GSL-%{commit0}
+
+%build
+# Nothing to build. Header-only library.
+
+%install
+# Installing headers...
+mkdir -p "%{buildroot}%{_includedir}/%{name}/gsl"
+cp -a include/gsl %{buildroot}%{_includedir}/%{name}
+
+%files devel
+%doc README.md CONTRIBUTING.md
+%license LICENSE ThirdPartyNotices.txt
+%{_includedir}/%{name}
+
+%changelog
+* Tue Nov 28 2017 Vitaly Zaitsev <vitaly@easycoding.org> - 0-1.20171014git1c95f94
+- Initial SPEC release.

diff --git a/sources b/sources
new file mode 100644
index 0000000..6e9d8b4
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (guidelines-support-library-1c95f94.tar.gz) = 6923c4939b2c38e63b0f11c7ff9610e121f66b910e119893edfbb7e38e958db0a2a304c1b9c46a1a207e1a17dcc1532291fe21757a1af14c579797da3b049a97

                 reply	other threads:[~2026-09-06  5:05 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=178867114252.1.10576968225365041549.rpms-guidelines-support-library-17db910ddb01@fedoraproject.org \
    --to=vitaly@easycoding.org \
    --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