Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[libcommhistory] Get rid of sed from PROJECT_VERSION. JB#51450
  • Loading branch information
rainemak committed Nov 10, 2020
1 parent 9b85010 commit be432c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/libcommhistory-qt5.spec
Expand Up @@ -68,7 +68,7 @@ Documentation for libcommhistory

%build
unset LD_AS_NEEDED
%qtc_qmake5 "PROJECT_VERSION=$(sed 's/+.*//' <<<"%{version}")" "PKGCONFIG_LIB=%{_lib}"
%qtc_qmake5 "PROJECT_VERSION=%{version}" "PKGCONFIG_LIB=%{_lib}"
%qtc_make %{?_smp_mflags}

%install
Expand Down

0 comments on commit be432c2

Please sign in to comment.