public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/guidelines-support-library] epel9: Initial release (#1518713).
@ 2026-09-06 5:05 Vitaly Zaitsev
0 siblings, 0 replies; only message in thread
From: Vitaly Zaitsev @ 2026-09-06 5:05 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-06 5:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-06 5:05 [rpms/guidelines-support-library] epel9: Initial release (#1518713) Vitaly Zaitsev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox