Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
08ba31c4e3 | ||
|
1dc06a4031 | ||
|
3b60403e84 | ||
|
4fa9c33982 | ||
|
f1cb740ec9 | ||
|
816742fa95 | ||
|
95f33e0476 |
4
.gitignore
vendored
4
.gitignore
vendored
@ -2,3 +2,7 @@
|
||||
/cmake-8e2a2bfc3361f76dbdcb75e876fc42149c382d85.tar.gz
|
||||
/cmake-7a35d94e15221c2db050668c5549e730a26be01f.tar.gz
|
||||
/cmake-9416f297430bc358eea48f8cf65aa0d602029629.tar.gz
|
||||
/cmake-41a3a293f708566bf8cc2196ea2e671205821584.tar.gz
|
||||
/cmake-2825506c79a92c32a27d76cbfde4f82d4d1f7ff8.tar.gz
|
||||
/cmake-d99c4be9e1899c1578d8b4ca4cb7af8f1fc5082f.tar.gz
|
||||
/cmake-9fa06caaf8d6834438eee7399f1c4b9a4c8c09de.tar.gz
|
||||
|
@ -1,20 +1,18 @@
|
||||
%global forgeurl https://github.com/biojppm/cmake/
|
||||
%global commit 9416f297430bc358eea48f8cf65aa0d602029629
|
||||
%global commit 9fa06caaf8d6834438eee7399f1c4b9a4c8c09de
|
||||
%global snapdate 20220823
|
||||
|
||||
Name: c4project
|
||||
Summary: Useful CMake scripts
|
||||
# This project has never been assigned a version. The author really intends it
|
||||
# for use as a git submodule rather than for system-wide installation.
|
||||
Version: 0
|
||||
%forgemeta
|
||||
# Note that snapshot information is added by %%forgemeta.
|
||||
Version: 0^%{snapdate}git%(echo '%{commit}' | cut -b -7)
|
||||
Release: %autorelease
|
||||
|
||||
URL: %{forgeurl}
|
||||
URL: https://github.com/biojppm/cmake
|
||||
# The entire source is MIT, except Toolchain-PS4.cmake and
|
||||
# Toolchain-XBoxOne.cmake, which are ASL 2.0.
|
||||
License: MIT and ASL 2.0
|
||||
Source0: %{forgesource}
|
||||
# Toolchain-XBoxOne.cmake, which are Apache-2.0.
|
||||
License: MIT AND Apache-2.0
|
||||
Source0: %{url}/archive/%{commit}/cmake-%{commit}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -28,7 +26,7 @@ Requires: git-core
|
||||
|
||||
|
||||
%prep
|
||||
%forgeautosetup
|
||||
%autosetup -n cmake-%{commit}
|
||||
|
||||
# For now, we elect not to install the “bm-xp” browser-based benchmark explorer
|
||||
# tool. It would be inconvenient to package this in a way that was useful in
|
||||
@ -42,7 +40,8 @@ rm -rvf 'bm-xp'
|
||||
|
||||
|
||||
%install
|
||||
install -t %{buildroot}%{_datadir}/cmake/%{name} -D -p -m 0644 *
|
||||
install -d '%{buildroot}%{_datadir}/cmake/c4project'
|
||||
cp -vrp * '%{buildroot}%{_datadir}/cmake/c4project'
|
||||
|
||||
|
||||
%check
|
||||
@ -53,7 +52,7 @@ install -t %{buildroot}%{_datadir}/cmake/%{name} -D -p -m 0644 *
|
||||
%license LICENSE.txt
|
||||
%doc README.md
|
||||
|
||||
%{_datadir}/cmake/%{name}
|
||||
%{_datadir}/cmake/c4project
|
||||
|
||||
|
||||
%changelog
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cmake-9416f297430bc358eea48f8cf65aa0d602029629.tar.gz) = d150a5f2944baeba1f9f2af55b091f00ecb1248bc337ae43acf9ec361e0d89dbbf6764468cb0f2464b70078f38a4b3c53059c5944a6d5a206801d9749bc16c6c
|
||||
SHA512 (cmake-9fa06caaf8d6834438eee7399f1c4b9a4c8c09de.tar.gz) = cc4b94e60a6cb0855a8cd7c5e41d83404241eb6745f0fda95059ef58d2f1b9467dc8bf59ece835361b5efe34de8b1290537d06ac5e7b82c001ea465cb45c26b7
|
||||
|
Loading…
Reference in New Issue
Block a user