updating spec for brewtarget 2.0.2

This commit is contained in:
Pete Travis 2014-02-17 14:28:34 -07:00
parent 407a99b709
commit adc7111cf7
1 changed files with 6 additions and 6 deletions

View File

@ -1,13 +1,12 @@
Name: brewtarget
Version: 2.0.1
Release: 2%{?dist}
Version: 2.0.2
Release: 1%{?dist}
Summary: An open source beer recipe creation tool
Group: Applications/Productivity
License: GPLv3 and WTFPL and LGPLv2
URL: http://www.brewtarget.org
Source0: https://launchpad.net/brewtarget/trunk/%{version}/+download/brewtarget_%{version}.orig.tar.gz
%if 0%{?fedora} && 0%{?fedora} >= 20
Patch0: https://gitorious.org/~immanetize/brewtarget/immanetizes-brewtarget-redhat-packaging/blobs/raw/master/0001-unversioned-docdirs.patch
%endif
BuildRequires: cmake
BuildRequires: qt-devel
@ -25,10 +24,7 @@ It also can export and import recipes in BeerXML.
%prep
%setup -q
%if 0%{?fedora} && 0%{?fedora} >= 20
%patch0 -p1
%endif
#%patch1 -p1
#%patch2 -p1
%build
%cmake -DDO_RELEASE_BUILD:BOOL=ON
@ -51,6 +47,10 @@ desktop-file-validate %buildroot%{_datadir}/applications/%{name}.desktop
%changelog
* Mon Feb 17 2014 Pete Travis <immanetize@fedoraproject.org> - 2.0.2-1
- Update to version 2.0.2
- Mostly a bugfix release, see http://www.brewtarget.org/changelog.html
* Sat Aug 03 2013 Pete Travis <immanetize@fedoraproject.org> - 2.0.1-2
- Update to version 2.0.1
- Removing patches where integrated upstream