summaryrefslogtreecommitdiffstats
path: root/gitlab/gitlab.spec
diff options
context:
space:
mode:
authorLyes Saadi <dev@lyes.eu>2022-08-16 11:35:13 +0100
committerLyes Saadi <dev@lyes.eu>2022-08-16 11:35:13 +0100
commit71ee9484e5bf57b6a5fe3dbd8d65eff5665388d7 (patch)
treeba2660ff73af077d08c9dcf90619817dec93973f /gitlab/gitlab.spec
parent0a58b90819f863b8b77d1c58c6fe326a0c2b9236 (diff)
downloadspec-71ee9484e5bf57b6a5fe3dbd8d65eff5665388d7.tar.gz
spec-71ee9484e5bf57b6a5fe3dbd8d65eff5665388d7.tar.xz
spec-71ee9484e5bf57b6a5fe3dbd8d65eff5665388d7.zip
Sending some unpushed experiments
Diffstat (limited to 'gitlab/gitlab.spec')
-rw-r--r--gitlab/gitlab.spec40
1 files changed, 40 insertions, 0 deletions
diff --git a/gitlab/gitlab.spec b/gitlab/gitlab.spec
new file mode 100644
index 0000000..f290b27
--- /dev/null
+++ b/gitlab/gitlab.spec
@@ -0,0 +1,40 @@
+Name: gitlab
+Version: 12.9.0
+Release: 1%{?dist}
+Summary: summary
+
+License: MIT
+URL: https://about.gitlab.com/
+# https://gitlab.com/OWNER/PROJECT/-/archive/v%%{version}-ee/%%{name}-%%{version}.tar.gz
+Source0: %{name}-%{version}-ce.tar.gz
+# GitLab ee is licensed under a proprietary license, we cannot, therefore,
+# include it in Fedora repositories, and no right is given to redistribute the
+# source code.
+# Download the upstream tarball and invoke this script while in the
+# tarball's directory:
+# ./generate-tarball.sh %%{version}
+Source1: generate-tarball.sh
+
+#BuildRequires: test
+#Requires: test
+
+%description
+description
+
+%prep
+%autosetup
+
+%build
+%configure
+%make_build
+
+%install
+%make_install
+
+%files
+%license add-license-file-here
+%doc add-docs-here
+
+%changelog
+* Sun Mar 22 2020 Lyes Saadi <fedora@lyes.eu>
+- Initial package.