diff options
Diffstat (limited to 'gitlab/gitlab.spec')
| -rw-r--r-- | gitlab/gitlab.spec | 40 |
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. |
