Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'jb51450-fixVersion' into 'master'
[libcommhistory] Get rid of sed from PROJECT_VERSION. JB#51450

See merge request mer-core/libcommhistory!48
  • Loading branch information
rainemak committed Nov 10, 2020
2 parents 9b85010 + be432c2 commit 5a122db
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 5a122db

Please sign in to comment.