diff --git a/.gitignore b/.gitignore index 5059194..692f339 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ gajim-0.13.4.tar.bz2 /gajim-0.15-beta2.tar.bz2 /gajim-0.15-beta3.tar.bz2 /gajim-0.15-beta4.tar.bz2 +/gajim-0.15.tar.bz2 diff --git a/gajim.spec b/gajim.spec index 5369cd1..4fb61f1 100644 --- a/gajim.spec +++ b/gajim.spec @@ -1,13 +1,12 @@ Summary: Jabber client written in PyGTK Name: gajim %global majorver 0.15 -%global prever -beta4 Version: 0.15 -Release: 0.5.beta4%{?dist} +Release: 1%{?dist} License: GPLv3 Group: Applications/Internet URL: http://gajim.org/ -Source0: http://gajim.org/downloads/%{majorver}/%{name}-%{version}%{prever}.tar.bz2 +Source0: http://gajim.org/downloads/%{majorver}/%{name}-%{version}.tar.bz2 BuildArch: noarch Requires: avahi-ui-tools @@ -57,7 +56,7 @@ to provide a full featured and easy to use xmpp client for the GTK+ users. Gajim does not require GNOME to run, even though it exists with it nicely. %prep -%setup -q -n gajim-%{version}%{prever} +%setup -q %build %configure --docdir=%{_docdir}/%{name}-%{version} @@ -112,6 +111,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/%{name}/src %changelog +* Mon Mar 19 2012 Michal Schmidt - 0.15-1 +- Upstream release 0.15. + * Mon Mar 12 2012 Michal Schmidt - 0.15-0.5.beta4 - Drop the requirement on farsight2-python. It's available no more in F17. Upstream needs to be ported to farstream. diff --git a/sources b/sources index aa94476..ada4953 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e5dcd3e75b1a088e46eb371e6417bfe1 gajim-0.15-beta4.tar.bz2 +22bc064cb35c36b4b65c40cd9b2338eb gajim-0.15.tar.bz2