From 6f49c96c4c2b73cb61372078da3b2d04a54f0cee Mon Sep 17 00:00:00 2001 From: Rahul Sundaram Date: May 01 2009 12:46:30 +0000 Subject: new upstream release --- diff --git a/.cvsignore b/.cvsignore index ea71279..5c03338 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnote-0.1.2.tar.bz2 +gnote-0.3.0.tar.bz2 diff --git a/gnote.spec b/gnote.spec index 403187e..bbafb09 100644 --- a/gnote.spec +++ b/gnote.spec @@ -1,6 +1,6 @@ Name: gnote -Version: 0.2.0 -Release: 2%{?dist} +Version: 0.3.0 +Release: 1%{?dist} Summary: Note-taking application Group: User Interface/Desktops License: GPLv3+ @@ -11,6 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtkmm24-devel libxml++-devel GConf2-devel intltool boost-devel e2fsprogs-devel BuildRequires: desktop-file-utils BuildRequires: gnome-doc-utils >= 0.3.2 +BuildRequires: libpanelappletmm-devel BuildRequires: gettext BuildRequires: gtkspell-devel @@ -35,8 +36,9 @@ V=1 make %{?_smp_mflags} rm -rf %{buildroot} make install DESTDIR=%{buildroot} -desktop-file-install \ ---dir=%{buildroot}%{_datadir}/applications \ + +desktop-file-install \ +--remove-category XFCE --dir=%{buildroot}%{_datadir}/applications \ %{buildroot}/%{_datadir}/applications/gnote.desktop # remove .la files @@ -82,6 +84,7 @@ fi %defattr(-,root,root,-) %doc COPYING README TODO NEWS AUTHORS %{_bindir}/gnote +%{_bindir}/gnote-applet %{_mandir}/man1/gnote.1.gz %{_datadir}/applications/gnote.desktop %{_datadir}/gnote/ @@ -91,8 +94,12 @@ fi %{_datadir}/gnome/help/gnote/ %{_datadir}/omf/gnote/ %{_prefix}/%{_lib}/gnote/ +%{_prefix}/%{_lib}/bonobo/servers/GNOME_GnoteApplet.server %changelog +* Fri May 01 2009 Rahul Sundaram - 0.3.0-1 +- new upstream release. Includes applet and more plugins. + * Fri Apr 24 2009 Rahul Sundaram - 0.2.0-2 - enable spell checker diff --git a/sources b/sources index afbacf8..6990ac9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4f0c10fa9769b9bde91784222e598c13 gnote-0.2.0.tar.bz2 +abc7dbf503002a5f4fff69b183f5057f gnote-0.3.0.tar.bz2