Compare commits
10 Commits
83fdf3a272
...
592eba23b8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
592eba23b8 | ||
|
|
cda567a104 | ||
|
|
955493d9c4 | ||
|
|
e1780ecd48 | ||
|
|
f6e03110fa | ||
|
|
ae6707fb2c | ||
|
|
beefd30dce | ||
|
|
e5c64aacfe | ||
|
|
9b50db6c2f | ||
|
|
c67eb25207 |
BIN
V1.0.43.tar.gz
BIN
V1.0.43.tar.gz
Binary file not shown.
BIN
V1.0.72.tar.gz
Normal file
BIN
V1.0.72.tar.gz
Normal file
Binary file not shown.
@ -1,15 +1,16 @@
|
|||||||
Name: libfastcommon
|
Name: libfastcommon
|
||||||
Version: 1.0.43
|
Version: 1.0.72
|
||||||
Release: 3
|
Release: 1
|
||||||
Summary: c common functions library extracted from my open source projects FastDFS
|
Summary: c common functions library extracted from my open source projects FastDFS
|
||||||
License: LGPL
|
License: LGPL-2.0-or-later
|
||||||
Group: Arch/Tech
|
Group: Arch/Tech
|
||||||
URL: https://github.com/happyfish100/libfastcommon
|
URL: https://github.com/happyfish100/libfastcommon
|
||||||
Source: https://github.com/happyfish100/libfastcommon/archive/V%{version}.tar.gz
|
Source: https://github.com/happyfish100/libfastcommon/archive/V%{version}.tar.gz
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: cmake gcc
|
BuildRequires: cmake gcc libcurl-devel
|
||||||
|
Requires: libcurl
|
||||||
|
|
||||||
%description
|
%description
|
||||||
c common functions library extracted from my open source projects FastDFS.
|
c common functions library extracted from my open source projects FastDFS.
|
||||||
@ -19,6 +20,7 @@ url encode / decode, fasttimer etc.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development header file
|
Summary: Development header file
|
||||||
|
Requires: libcurl-devel
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -48,6 +50,18 @@ rm -rf %{buildroot}
|
|||||||
%{_usr}/include/fastcommon/*
|
%{_usr}/include/fastcommon/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 26 2024 liweigang <izmirvii@gmail.com> - 1.0.72-1
|
||||||
|
- update to version 1.0.72
|
||||||
|
|
||||||
|
* Mon Mar 20 2023 suweifeng <suweifeng1@huawei.com> - 1.0.66-1
|
||||||
|
- Upgrade to version 1.0.66
|
||||||
|
|
||||||
|
* Fri Dec 16 2022 lihaoxiang <lihaoxiang9@huawei.com> - 1.0.64-1
|
||||||
|
- Upgrade to version 1.0.64
|
||||||
|
|
||||||
|
* Tue May 31 2022 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 1.0.43-4
|
||||||
|
- Specify license as LGPL-2.0-or-later
|
||||||
|
|
||||||
* Mon Jul 5 2021 sunligang <sunligang@kylinos.cn> - 1.0.43-3
|
* Mon Jul 5 2021 sunligang <sunligang@kylinos.cn> - 1.0.43-3
|
||||||
- Remove useless readme files
|
- Remove useless readme files
|
||||||
|
|
||||||
|
|||||||
4
libfastcommon.yaml
Normal file
4
libfastcommon.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: happyfish100/libfastcommon
|
||||||
|
tag_prefix: "^V"
|
||||||
|
separator: "."
|
||||||
Loading…
x
Reference in New Issue
Block a user