diff --git a/brewtarget.spec b/brewtarget.spec index 6c31549..70a81c6 100644 --- a/brewtarget.spec +++ b/brewtarget.spec @@ -1,18 +1,19 @@ Name: brewtarget -Version: 2.0.1 +Version: 2.0.3 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 Vendor: openmamba Distribution: openmamba -Packager: openmamba WebBuild System +Packager: Silvan Calarco URL: http://www.brewtarget.org/ -Source: https://launchpad.net/brewtarget/trunk/%{version}/+download/brewtarget_%{version}.orig.tar.gz +Source: https://launchpad.net/brewtarget/trunk/%{version}/+download/brewtarget_%{version}.orig.tar.xz License: GPL ## AUTOBUILDREQ-BEGIN ## note: run 'autospec -u -a6 brewtarget' to get the list of build requirements. ## AUTOBUILDREQ-END BuildRequires: cmake +BuildRequires: libsqlite-tools BuildRoot: %{_tmppath}/%{name}-%{version}-root %description @@ -49,8 +50,13 @@ desktop-file-validate %buildroot%{_datadir}/applications/%{name}.desktop %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/%{name} %{_mandir}/man1/brewtarget.1* -%doc README COPYRIGHT COPYING.GPLv3 COPYING.WTFPL doc/manual/index.html +%dir %{_docdir}/brewtarget +%{_docdir}/brewtarget/* +%doc COPYRIGHT COPYING.GPLv3 COPYING.WTFPL %changelog +* Tue Jul 22 2014 Silvan Calarco 2.0.3-1mamba +- update to 2.0.3 + * Thu May 16 2013 openmamba WebBuild System 2.0.1-1mamba - package created by ercolinux using the webbuild interface