mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-30 02:47:56 +08:00
Build rpm for CentOS8.x
This commit is contained in:
parent
774a0ac8af
commit
0f8e3cd676
@ -18,7 +18,7 @@ tar:
|
||||
|
||||
libs: tar
|
||||
@mkdir -p {BUILD,BUILDROOT,SRPMS,SPECS}
|
||||
@rpmbuild --define "_topdir ${PWD}" --define "_sourcedir ${PWD}" --define "_rpmdir ${PWD}" -bb $(PKG_NAME).spec
|
||||
@rpmbuild --define "_topdir ${PWD}" --define "_sourcedir ${PWD}" --define "_rpmdir ${PWD}" --nodebuginfo -bb $(PKG_NAME).spec
|
||||
@echo Binary PRM for $(PKG_NAME) has been created under ${PWD}/`rpm --eval '%{_arch}'`
|
||||
|
||||
clean cl:
|
||||
|
@ -38,7 +38,6 @@ rm -rf %{buildroot}
|
||||
%{_includedir}/acl-lib/acl
|
||||
%{_includedir}/acl-lib/acl_cpp
|
||||
%{_includedir}/acl-lib/fiber
|
||||
%{_includedir}/acl-lib/fiber/detail
|
||||
%{_includedir}/acl-lib/protocol
|
||||
/usr/lib/libacl_all.a
|
||||
/usr/lib/libfiber.a
|
||||
|
Loading…
Reference in New Issue
Block a user