remove '%{dist}' from sepc file
This commit is contained in:
parent
05857f4f1f
commit
5e2097ba17
@ -2,15 +2,15 @@
|
|||||||
%bcond_without check
|
%bcond_without check
|
||||||
|
|
||||||
# https://github.com/git-lfs/git-lfs
|
# https://github.com/git-lfs/git-lfs
|
||||||
Version: 2.12.0
|
|
||||||
Name: git-lfs
|
Name: git-lfs
|
||||||
Release: 1%{?dist}
|
Version: 2.12.0
|
||||||
|
Release: 2
|
||||||
Summary: Git extension for versioning large files
|
Summary: Git extension for versioning large files
|
||||||
|
|
||||||
License: MIT and BSD and Apache-2.0 and MPL-2.0
|
License: MIT and BSD and Apache-2.0 and MPL-2.0
|
||||||
URL: https://git-lfs.github.io/
|
URL: https://git-lfs.github.io/
|
||||||
Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-v%{version}.tar.gz
|
Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-v%{version}.tar.gz
|
||||||
Patch6000: 0001-use-vendor-dir-for-build.patch
|
Patch6000: 0001-use-vendor-dir-for-build.patch
|
||||||
|
|
||||||
%if %{with check}
|
%if %{with check}
|
||||||
# Tests
|
# Tests
|
||||||
@ -53,5 +53,8 @@ install -Dpm0755 src/github.com/git-lfs/git-lfs/bin/git-lfs %{buildroot}%{_bindi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 13 2021 zhaoshuang <zhaoshuang@uniontech.com> - 2.12.0-2
|
||||||
|
- remove "%{dist}" from spec file
|
||||||
|
|
||||||
* Sat Sep 19 2020 zhoukang <gameoverboss@163.com> - 2.12.0-1
|
* Sat Sep 19 2020 zhoukang <gameoverboss@163.com> - 2.12.0-1
|
||||||
- Initial package
|
- Initial package
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user