加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
libserverframe.spec 1.34 KB
一键复制 编辑 原始数据 按行查看 历史
Venland 提交于 2024-02-26 16:51 . update package to version 1.2.2
%define CommitVersion %(echo $COMMIT_VERSION)
Name: libserverframe
Version: 1.2.2
Release: 1
Summary: network framework library
License: AGPL-3.0-only
Group: Arch/Tech
URL: http://github.com/happyfish100/libserverframe/
Source: http://github.com/happyfish100/libserverframe/archive/V%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libfastcommon-devel >= 1.0.72
Requires: %__cp %__mv %__chmod %__grep %__mkdir %__install %__id
Requires: libfastcommon >= 1.0.72
%description
common framework library
commit version: %{CommitVersion}
%package devel
Summary: Development header file
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
This package provides the header files of libserverframe
commit version: %{CommitVersion}
%prep
%setup -q
%build
./make.sh clean && ./make.sh
%install
rm -rf %{buildroot}
DESTDIR=$RPM_BUILD_ROOT ./make.sh install
%post
%preun
%postun
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
/usr/lib64/libserverframe.so*
%files devel
%defattr(-,root,root,-)
/usr/include/sf/*
%changelog
* Mon Feb 26 2024 liweigang <izmirvii@gmail.com> - 1.2.2-1
- update to version 1.2.2
* Mon Mar 20 2023 Weifeng Su <suweifeng1@huawei.com> - 1.1.25-1
- Upgrade to version 1.1.25
* Mon Jan 16 2023 lihaoxiang <lihaoxiang9@huawei.com> - 1.1.23-1
- Package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化