diff --git a/.cvsignore b/.cvsignore index 85d15e1..3f92363 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,6 @@ -geany-0.15.tar.bz2 +geany-0.16.tar.bz2 +sqlite3.c.tags +std.glsl.tags +gtk214.c.tags +xfce46.c.tags +dbus-glib-0.76.c.tags diff --git a/geany.spec b/geany.spec index 5dcff5b..6c61165 100644 --- a/geany.spec +++ b/geany.spec @@ -1,6 +1,6 @@ Name: geany -Version: 0.15 -Release: 2%{?dist} +Version: 0.16 +Release: 1%{?dist} Summary: A fast and lightweight IDE using GTK2 Group: Development/Tools @@ -8,6 +8,13 @@ License: GPLv2+ URL: http://geany.uvena.de/ Source0: http://download.geany.org/%{name}-%{version}.tar.bz2 +# The following tags files were retrieved 25th Feb 2009 +Source1: http://download.geany.org/contrib/tags/sqlite3.c.tags +Source2: http://download.geany.org/contrib/tags/std.glsl.tags +Source3: http://download.geany.org/contrib/tags/gtk214.c.tags +Source4: http://download.geany.org/contrib/tags/xfce46.c.tags +Source5: http://download.geany.org/contrib/tags/dbus-glib-0.76.c.tags + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils, gettext, gtk2-devel, glib2-devel, pango-devel, intltool @@ -59,6 +66,9 @@ sed -i 's/\r//' %{geany_docdir}/ScintillaLicense.txt # Remove static library *.la files rm -rf $RPM_BUILD_ROOT%{_libdir}/geany/*.la +# Install tags files +install -p %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} $RPM_BUILD_ROOT%{_datadir}/%{name} + %clean rm -rf $RPM_BUILD_ROOT @@ -79,6 +89,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/geany.pc %changelog +* Sun Feb 25 2009 Jonathan G. Underwood - 0.16-1 +- Update to 0.16 +- Add tags files + * Tue Feb 24 2009 Fedora Release Engineering - 0.15-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/sources b/sources index faca7c9..a04f710 100644 --- a/sources +++ b/sources @@ -1 +1,6 @@ -1bf32cc81251e00995a9ed948e39ff89 geany-0.15.tar.bz2 +36ede942a6e4ad4660e918c98cb9cf15 geany-0.16.tar.bz2 +6d3b51dd8e99a82c8c055804319f5c97 sqlite3.c.tags +5f8f1dec5d3afa0105c7d760be0932f3 std.glsl.tags +8f38bbd39ed76734e7632f818971fd1e gtk214.c.tags +8f873570cc244b9185ae26e560887490 xfce46.c.tags +a3f52be1523faacbd8496409051ed598 dbus-glib-0.76.c.tags