Document how to build with fedpkg

This commit is contained in:
Andreas Schneider 2021-08-10 15:51:28 +02:00
parent 9c6ca357c2
commit 4e6b80c7be
1 changed files with 4 additions and 0 deletions

View File

@ -2,12 +2,16 @@
# #
# To build and run the tests use: # To build and run the tests use:
# #
# fedpkg local --with testsuite
# or
# rpmbuild --rebuild --with testsuite samba.src.rpm # rpmbuild --rebuild --with testsuite samba.src.rpm
# #
%bcond_with testsuite %bcond_with testsuite
# Build with internal talloc, tevent, tdb and ldb. # Build with internal talloc, tevent, tdb and ldb.
# #
# fedpkg local --with=testsuite --with=includelibs
# or
# rpmbuild --rebuild --with=testsuite --with=includelibs samba.src.rpm # rpmbuild --rebuild --with=testsuite --with=includelibs samba.src.rpm
# #
%bcond_with includelibs %bcond_with includelibs