From 2f06f6b175948df50bc8e536832f472efc139f8d Mon Sep 17 00:00:00 2001 From: Rahul Sundaram Date: May 01 2009 13:08:00 +0000 Subject: new upstream release --- diff --git a/gnote.spec b/gnote.spec index 798ee73..4771015 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 dbus-devel BuildRequires: gnome-doc-utils >= 0.3.2 +BuildRequires: libpanelappletmm-devel BuildRequires: gettext BuildRequires: gtkspell-devel @@ -35,10 +36,12 @@ 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 find ${RPM_BUILD_ROOT} -name '*.la' | xargs rm @@ -80,6 +83,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/ @@ -89,10 +93,15 @@ 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 the spell checker +- enable spell checker * Thu Apr 23 2009 Rahul Sundaram - 0.2.0-1 - new upstream release 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