diff --git a/gnote.spec b/gnote.spec index ace47fd..7ca22ac 100644 --- a/gnote.spec +++ b/gnote.spec @@ -1,14 +1,14 @@ Name: gnote -Version: 0.6.3 +Version: 0.6.4 Release: 1%{?dist} Summary: Note-taking application Group: User Interface/Desktops License: GPLv3+ URL: http://live.gnome.org/Gnote -Source0: http://ftp.gnome.org/pub/GNOME/sources/gnote/%{version}/%{name}-%{version}.tar.bz2 +Source0: http://ftp.gnome.org/pub/GNOME/sources/gnote/0.6/%{name}-%{version}.tar.bz2 BuildRequires: gtkmm24-devel libxml2-devel GConf2-devel intltool -BuildRequires: boost-devel e2fsprogs-devel +BuildRequires: boost-devel libuuid-devel dbus-c++-devel BuildRequires: desktop-file-utils BuildRequires: gnome-doc-utils >= 0.3.2 BuildRequires: libpanelappletmm-devel @@ -29,21 +29,16 @@ and consumes fewer resources. %setup -q %build -%configure --disable-schemas-install --disable-static --with-gnu-ld +%configure --disable-schemas-install --disable-static --with-gnu-ld --enable-dbus V=1 make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} - desktop-file-install \ --dir=%{buildroot}%{_datadir}/applications \ %{buildroot}/%{_datadir}/applications/gnote.desktop -# remove .la files -find ${RPM_BUILD_ROOT} -name '*.la' | xargs rm - - %find_lang %{name} %clean @@ -94,17 +89,36 @@ fi %{_datadir}/omf/gnote/ %{_prefix}/%{_lib}/gnote/ %{_prefix}/%{_lib}/bonobo/servers/GNOME_GnoteApplet.server +%{_datadir}/dbus-1/services/org.gnome.Gnote.service %changelog -* Tue Dec 02 2009 Rahul Sundaram 0.6.3-1 +* Mon Mar 22 2010 Rahul Sundaram - 0.6.4-1 +- Update to 0.6.4 +- http://mail.gnome.org/archives/gnote-list/2010-March/msg00019.html + +* Tue Dec 02 2009 Rahul Sundaram - 0.6.3-1 - Update to 0.6.3 -- Minor bug fixes -- D-Bus support enabled + +* Thu Aug 13 2009 Rahul Sundaram - 0.6.2-1 +- Very minor bug fixes +- http://mail.gnome.org/archives/gnote-list/2009-August/msg00006.html + +* Sat Aug 01 2009 Rahul Sundaram - 0.6.1-1 +- D-Bus support enabled, many new features and bug fixes +- http://mail.gnome.org/archives/gnote-list/2009-July/msg00016.html +- 0.6.0 skipped due to applet breakage fixed in this release +- http://mail.gnome.org/archives/gnote-list/2009-July/msg00020.html + +* Fri Jul 24 2009 Fedora Release Engineering - 0.5.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Wed Jul 15 2009 Rahul Sundaram - 0.5.3-1 - Few minor bug fixes - http://mail.gnome.org/archives/gnote-list/2009-July/msg00002.html +* Sat Jul 04 2009 Rahul Sundaram - 0.5.2-2 +- Build requires libuuid-devel instead of e2fsprogs-devel + * Sat Jul 04 2009 Rahul Sundaram - 0.5.2-1 - New upstream bug fix release - http://mail.gnome.org/archives/gnote-list/2009-July/msg00000.html diff --git a/sources b/sources index 9eb915a..6eac6b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -930f1ad17c8856ae3ac1e53b9f436cbe gnote-0.6.3.tar.bz2 +63ad175ba84f24eb94d80049c93449f4 gnote-0.6.4.tar.bz2