Skip to content

Commit

Permalink
Update Makefile to generate SRPM instead of RPM
Browse files Browse the repository at this point in the history
  • Loading branch information
janjurca committed Nov 24, 2023
1 parent d8a6797 commit 643b6bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .copr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ srpm:
dnf -y install cmake gcc-c++ make cxxopts-devel spdlog-devel git
mkdir build
cd build && cmake .. && make
cpack -G RPM
echo `ls`
cpack -G SRPM --config ./CPackSourceConfig.cmake
rpmfiles=`ls build/filestorm*.rpm`
echo $$rpmfiles
for rpmfile in $$rpmfiles; do \
Expand Down

0 comments on commit 643b6bd

Please sign in to comment.