Skip to content

Commit

Permalink
spec 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ftomei committed Aug 10, 2021
1 parent 655ce3d commit 5805ac4
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions fedora/SPECS/CRITERIA1D.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%{!?srcarchivename: %global srcarchivename CRITERIA1D-%{version}}

Name: CRITERIA1D
Version: 1.2.5
Version: 1.3.0
Release: 1%{?dist}
Summary: One-dimensional soil water balance

Expand Down Expand Up @@ -43,13 +43,13 @@ qmake-qt5 Makeall_CRITERIA1D.pro -spec linux-g++-64 CONFIG+=release CONFIG+=forc
make
popd

pushd bin/Makeall_CROP_EDITOR
qmake-qt5 Makeall_CROP_EDITOR.pro -spec linux-g++-64 CONFIG+=release CONFIG+=force_debug_info CONFIG+=c++11 CONFIG+=qtquickcompiler
pushd bin/Makeall_SOIL_EDITOR
qmake-qt5 Makeall_SOIL_EDITOR.pro -spec linux-g++-64 CONFIG+=release CONFIG+=force_debug_info CONFIG+=c++11 CONFIG+=qtquickcompiler
make
popd

pushd bin/Makeall_SOIL_EDITOR
qmake-qt5 Makeall_SOIL_EDITOR.pro -spec linux-g++-64 CONFIG+=release CONFIG+=force_debug_info CONFIG+=c++11 CONFIG+=qtquickcompiler
pushd bin/Makeall_CRITERIA1D_PRO
qmake-qt5 Makeall_CRITERIA1D_PRO.pro -spec linux-g++-64 CONFIG+=release CONFIG+=force_debug_info CONFIG+=c++11 CONFIG+=qtquickcompiler
make
popd

Expand All @@ -62,20 +62,23 @@ popd
rm -rf $RPM_BUILD_ROOT
mkdir -p %{buildroot}/%{_bindir}/
cp -a bin/CRITERIA1D/release/CRITERIA1D %{buildroot}/%{_bindir}/
cp -a bin/CROP_EDITOR/release/CROP_EDITOR %{buildroot}/%{_bindir}/
cp -a bin/SOIL_EDITOR/release/SOIL_EDITOR %{buildroot}/%{_bindir}/
cp -a bin/CRITERIA1D_PRO/release/CRITERIA1D_PRO %{buildroot}/%{_bindir}/
cp -a bin/CRITERIAGEO/release/CRITERIA_GEO %{buildroot}/%{_bindir}/
mkdir -p %{buildroot}/%{_datadir}/
cp -a deploy/appimage/usr/share/CRITERIA1D %{buildroot}/%{_datadir}/

%files
%{_bindir}/CRITERIA1D
%{_bindir}/CROP_EDITOR
%{_bindir}/SOIL_EDITOR
%{_bindir}/CRITERIA1D_PRO
%{_bindir}/CRITERIA_GEO
%{_datadir}/CRITERIA1D/*

%changelog
* Tue Aug 10 2021 Fausto Tomei <[email protected]> - 1.3.0-1
- Release 1.3.0

* Tue May 25 2021 Fausto Tomei <[email protected]> - 1.2.5-1
- Release 1.2.5

Expand Down

0 comments on commit 5805ac4

Please sign in to comment.