update to 2.3.1 [release 2.3.1-1mamba;Thu Feb 11 2021]
This commit is contained in:
parent
7d1cfde335
commit
2fce6c60d9
@ -1,16 +1,22 @@
|
|||||||
Name: brewtarget
|
Name: brewtarget
|
||||||
Version: 2.3.0
|
Version: 2.3.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A free brewing software, and an open source beer recipe creation
|
Summary: A free brewing software, and an open source beer recipe creation
|
||||||
Group: Graphical Desktop/Applications/Utilities
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.brewtarget.org/
|
URL: https://www.brewtarget.org/
|
||||||
Source: https://launchpad.net/brewtarget/trunk/%{version}/+download/brewtarget_%{version}.orig.tar.xz
|
Source: https://github.com/Brewtarget/brewtarget.git/v%{version}/brewtarget-%{version}.tar.bz2
|
||||||
|
#Source: https://launchpad.net/brewtarget/trunk/%{version}/+download/brewtarget_%{version}.orig.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## note: run 'autospec -u -a6 brewtarget' to get the list of build requirements.
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
|
BuildRequires: libQt5WebKit-devel
|
||||||
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libqt5-devel
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: libsqlite-tools
|
BuildRequires: libsqlite-tools
|
||||||
@ -29,7 +35,10 @@ It also can export and import recipes in BeerXML.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
-DDO_RELEASE_BUILD:BOOL=ON
|
-Wno-dev
|
||||||
|
|
||||||
|
# -DDO_RELEASE_BUILD:BOOL=ON \
|
||||||
|
# -DCMAKE_CXX_FLAGS="%{optflags} -std=c++11" \
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -39,7 +48,6 @@ It also can export and import recipes in BeerXML.
|
|||||||
install -m 0644 -Dp doc/brewtarget.1 %{buildroot}%{_mandir}/man1/brewtarget.1
|
install -m 0644 -Dp doc/brewtarget.1 %{buildroot}%{_mandir}/man1/brewtarget.1
|
||||||
desktop-file-validate %buildroot%{_datadir}/applications/%{name}.desktop
|
desktop-file-validate %buildroot%{_datadir}/applications/%{name}.desktop
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -55,6 +63,9 @@ desktop-file-validate %buildroot%{_datadir}/applications/%{name}.desktop
|
|||||||
%doc COPYRIGHT COPYING.GPLv3 COPYING.WTFPL
|
%doc COPYRIGHT COPYING.GPLv3 COPYING.WTFPL
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 11 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.1-1mamba
|
||||||
|
- update to 2.3.1
|
||||||
|
|
||||||
* Thu Mar 03 2016 Automatic Build System <autodist@mambasoft.it> 2.3.0-1mamba
|
* Thu Mar 03 2016 Automatic Build System <autodist@mambasoft.it> 2.3.0-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user