upstream 2.1.0

- add sqlite runtime req, because it uses that
- icon dir change
- new features
This commit is contained in:
Pete Travis 2014-11-11 22:37:30 -07:00
parent c40f389d3d
commit c5be03aa85
3 changed files with 20 additions and 12 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/brewtarget_2.0.1.orig.tar.gz /brewtarget_2.0.1.orig.tar.gz
/0001-unversioned-docdirs.patch /0001-unversioned-docdirs.patch
/brewtarget_2.0.2.orig.tar.gz /brewtarget_2.0.2.orig.tar.gz
/bc8af30bbbfa184c6c6a1f5ce090a74da7fb8c57.tar.gz

View File

@ -1,19 +1,21 @@
# I don't see an obvious way to get a tarball by tag from gitorious, so:
%global tag_commit bc8af30bbbfa184c6c6a1f5ce090a74da7fb8c57
Name: brewtarget Name: brewtarget
Version: 2.0.2 Version: 2.1.0
Release: 3%{?dist} Release: 1%{?dist}
Summary: An open source beer recipe creation tool Summary: An open source beer recipe creation tool
Group: Applications/Productivity Group: Applications/Productivity
License: GPLv3 and WTFPL and LGPLv2 License: GPLv3 and WTFPL and LGPLv2
URL: http://www.brewtarget.org URL: http://www.brewtarget.org
Source0: https://launchpad.net/brewtarget/trunk/%{version}/+download/brewtarget_%{version}.orig.tar.gz Source0: https://gitorious.org/brewtarget/brewtarget/archive/%{tag_commit}.tar.gz
%if 0%{?fedora} && 0%{?fedora} >= 20
%endif
BuildRequires: cmake BuildRequires: cmake
BuildRequires: qt-devel BuildRequires: qt-devel
BuildRequires: qt-webkit-devel BuildRequires: qt-webkit-devel
BuildRequires: phonon-devel BuildRequires: phonon-devel
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
BuildRequires: sqlite Requires: sqlite
%description %description
Brewtarget is an open source beer recipe creation tool. It automatically Brewtarget is an open source beer recipe creation tool. It automatically
calculates color, bitterness, and other parameters for you while you drag and calculates color, bitterness, and other parameters for you while you drag and
@ -22,9 +24,7 @@ priming sugar calculators, OG correction help, and a unique mash designing tool.
It also can export and import recipes in BeerXML. It also can export and import recipes in BeerXML.
%prep %prep
%setup -q %setup -q -n %{name}-%{name}
%if 0%{?fedora} && 0%{?fedora} >= 20
%endif
%build %build
%cmake -DDO_RELEASE_BUILD:BOOL=ON %cmake -DDO_RELEASE_BUILD:BOOL=ON
@ -40,13 +40,20 @@ desktop-file-validate %buildroot%{_datadir}/applications/%{name}.desktop
%{_bindir}/%{name} %{_bindir}/%{name}
%{_datadir}/%{name} %{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop %{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/%{name} %{_datadir}/icons/hicolor/scalable/apps/%{name}*
%{_mandir}/man1/brewtarget.1* %{_mandir}/man1/brewtarget.1*
%doc README.markdown COPYRIGHT COPYING.GPLv3 COPYING.WTFPL doc/brewtarget-manual.html %doc CHANGES.markdown README.markdown COPYRIGHT COPYING.GPLv3 COPYING.WTFPL doc/brewtarget-manual.html
%changelog %changelog
* Wed Nov 12 2014 Pete Travis <me@petetravis.com> - 2.1.0-2
- Update to upstream 2.1.0
- Adds inventory tracking for ingredients
- Folders for organizing recipes
- Recipe parameter sliders
- Various bugfixes, ref http://www.brewtarget.org/changelog.html
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-3 * Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
779138ce2263dd4a13bca5e346c1219c brewtarget_2.0.2.orig.tar.gz da02b9ac7394a615a4b608bbdd2b4b44 bc8af30bbbfa184c6c6a1f5ce090a74da7fb8c57.tar.gz