1 Star 0 Fork 25

lyn/meson

forked from src-openEuler/meson 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
meson.spec 2.21 KB
一键复制 编辑 原始数据 按行查看 历史
xu_ping 提交于 2023-08-10 19:59 . Upgrade version to 1.1.1
Name: meson
Version: 1.1.1
Release: 1
Summary: An open source high quality build system
License: ASL 2.0
URL: https://mesonbuild.com/
Source0: https://github.com/mesonbuild/meson/archive/%{version}/%{name}-%{version}.tar.gz
BuildArch: noarch
Obsoletes: %{name}-gui < 0.31.0-3
BuildRequires: python3-devel python3-setuptools
Requires: python3-setuptools ninja-build
%description
Meson is an open source build system meant to be both extremely fast, and, even more importantly,
as user friendly as possible.
The main design point of Meson is that every moment a developer spends writing or debugging build
definitions is a second wasted. So is every second spent waiting for the build system to actually
start compiling code.
%package_help
%prep
%autosetup -p1
rm -rf "test cases/frameworks/17 mpi"
sed -i -e "/^%%__meson /s| .*$| %{_bindir}/%{name}|" data/macros.%{name}
%build
%py3_build
%install
%py3_install
install -Dpm0644 data/macros.%{name} %{buildroot}%{_rpmmacrodir}/macros.%{name}
%files
%license COPYING
%{_bindir}/%{name}
%{python3_sitelib}/mesonbuild/
%{python3_sitelib}/%{name}-*.egg-info/
%{_rpmmacrodir}/macros.%{name}
%dir %{_datadir}/polkit-1
%dir %{_datadir}/polkit-1/actions
%{_datadir}/polkit-1/actions/com.mesonbuild.install.policy
%files help
%{_mandir}/man1/%{name}.1*
%changelog
* Thu Aug 10 2023 xu_ping <[email protected]> - 1.1.1-1
- update to 1.1.1
* Mon Feb 27 2023 Jingwiw <[email protected]> - 1.0.1-1
- update to 1.0.1
* Mon Oct 10 2022 lordvv <[email protected]> - 0.63.2-1
- update to 0.63.2
* Wed Jun 15 2022 dillon chen <[email protected]> - 0.61.5-1
- update to 0.61.5
* Fri Sep 3 2021 hanhui <[email protected]> - 0.59.4-1
- Upgrade to 0.59.4
* Mon Jun 7 2021 weijin deng <[email protected]> - 0.56.2-1
- Upgrade to 0.56.2
* Sun Jun 28 2020 huanghaitao <[email protected]> - 0.54.3-1
- Upgrade to meet compilation needs
* Sun Jan 12 2020 chengquan <[email protected]> - 0.51.1-3
- remove useless buildrequires of software
* Mon Dec 16 2019 catastrowings <[email protected]> - 0.51.1-2
- fix build fail
* Wed Dec 11 2019 catastrowings <[email protected]> - 0.49.0-2
- openEuler init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lyn1001/meson.git
[email protected]:lyn1001/meson.git
lyn1001
meson
meson
master

搜索帮助