1 Star 0 Fork 1

brucezhang/tfdocgen

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tfdocgen.spec 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
brucezhang 提交于 2024-09-04 17:37 +08:00 . Remove not used macors
%global forgeurl https://github.com/debrouxl/tfdocgen
%global commit a9d4bf89b9a54cdbddb970b3079d802a34d69cdb
Name: tfdocgen
Version: 1.00
Release: 2%{?dist}
Summary: TiLP framework documentation generator
License: GPLv2+
URL: %{forgeurl}/tfdocgen-a9d4bf89b9a54cdbddb970b3079d802a34d69cdb.tar.gz
Source0: tfdocgen-a9d4bf89b9a54cdbddb970b3079d802a34d69cdb.tar.gz
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
BuildRequires: make
BuildRequires: gcc
BuildRequires: glib2-devel
%description
The tfdocgen program is a program used by the libti* libraries to generate
their HTML documentation from sources and misc files. You don't need this
package unless you want to develop on the libti* libraries.
%prep
%autosetup -n %{name}-%{commit}/trunk
%build
autoreconf -ifv
%configure
%make_build
%install
%make_install
%files
%license COPYING
%doc AUTHORS ChangeLog README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%changelog
* Tue Sep 3 2024 Ze Zhang <bbrucezhang@tencent.com> - 1.00-2
- [Type] other
- [DESC] Remove not used macors
* Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.00-1
- initial build
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bbrucezhang/tfdocgen.git
git@gitee.com:bbrucezhang/tfdocgen.git
bbrucezhang
tfdocgen
tfdocgen
master

搜索帮助