Skip to content

Commit

Permalink
building rpm package.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengshuxin committed Mar 13, 2023
1 parent 3dcc1ad commit 2bee91c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions packaging/acl-libs.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Name: acl-libs
Version: 3.6.1
Release: %{release_id}
Group: System/Libs
License: IBM
License: LGPL3.0,IBM
URL: https://github.com/acl-dev/
Packager: Zhang Qiang <[email protected]>, Wang Haibin <[email protected]>
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Expand All @@ -20,7 +20,7 @@ One advanced C/C++ library for Linux/Mac/FreeBSD/Solaris(x86)/Windows/Android/IO

%build
make -j 4 build_one
#make -j 4 -C lib_fiber
make -j 4 -C lib_fiber

%install

Expand Down
2 changes: 1 addition & 1 deletion packaging/acl-master.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Name: acl-master
Version: 3.5.4
Release: %{release_id}
Group: System Environment/Tools
License: IBM
License: LGPL3.0,IBM
URL: https://github.com/acl-dev/
Packager: Zhang Qiang <[email protected]>, Wang Haibin <[email protected]>
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Expand Down

0 comments on commit 2bee91c

Please sign in to comment.