parent
269ada2688
commit
61bf945e11
|
|
@ -1,2 +1,2 @@
|
|||
|
||||
network service framework library extract from FastDFS
|
||||
this network service framework library extract from FastDFS
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
%define CommitVersion %(echo $COMMIT_VERSION)
|
||||
|
||||
Name: libserverframe
|
||||
Version: 1.0.10
|
||||
Version: 1.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: mc common framework library
|
||||
License: GPL
|
||||
|
|
@ -12,9 +12,9 @@ Source: http://github.com/happyfish100/libfastcommon/%{name}-%{version}.tar.gz
|
|||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: libfastcommon-devel >= 1.0.29
|
||||
BuildRequires: libfastcommon-devel >= 1.0.44
|
||||
Requires: %__cp %__mv %__chmod %__grep %__mkdir %__install %__id
|
||||
Requires: libfastcommon >= 1.0.29
|
||||
Requires: libfastcommon >= 1.0.44
|
||||
%description
|
||||
common framework library
|
||||
commit version: %{CommitVersion}
|
||||
|
|
|
|||
Loading…
Reference in New Issue