Blame SPECS/gnote.spec

9db5f9
Name:           gnote
9db5f9
Version:        3.8.1
87f4d4
Release:        3%{?dist}
9db5f9
Summary:        Note-taking application
9db5f9
Group:          User Interface/Desktops
9db5f9
License:        GPLv3+
9db5f9
URL:            http://live.gnome.org/Gnote
9db5f9
Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnote/3.8/%{name}-%{version}.tar.xz
9db5f9
9db5f9
BuildRequires:  boost-devel
9db5f9
BuildRequires:  desktop-file-utils
9db5f9
BuildRequires:  gettext
9db5f9
BuildRequires:  gtkmm30-devel
9db5f9
BuildRequires:  gtkspell3-devel
9db5f9
BuildRequires:  intltool
9db5f9
BuildRequires:  itstool
9db5f9
BuildRequires:  libsecret-devel
9db5f9
BuildRequires:  libuuid-devel
9db5f9
BuildRequires:  libxml2-devel
9db5f9
BuildRequires:  libxslt-devel
9db5f9
BuildRequires:  pcre-devel
9db5f9
9db5f9
9db5f9
%description
9db5f9
Gnote is a desktop note-taking application which is simple and easy to use.
9db5f9
It lets you organize your notes intelligently by allowing you to easily link
9db5f9
ideas together with Wiki style interconnects. It is a port of Tomboy to C++ 
9db5f9
and consumes fewer resources.
9db5f9
9db5f9
%prep
9db5f9
%setup -q
9db5f9
9db5f9
%build
9db5f9
%configure --disable-static --with-gnu-ld
9db5f9
V=1 make %{?_smp_mflags}
9db5f9
9db5f9
%install
9db5f9
make install DESTDIR=%{buildroot}
9db5f9
9db5f9
desktop-file-validate %{buildroot}%{_datadir}/applications/gnote.desktop
9db5f9
9db5f9
find %{buildroot} -type f -name "*.la" -delete
9db5f9
9db5f9
%find_lang %{name} --with-gnome
9db5f9
9db5f9
%post
9db5f9
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
9db5f9
/sbin/ldconfig
9db5f9
9db5f9
%postun
9db5f9
if [ $1 -eq 0 ] ; then
9db5f9
    /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
9db5f9
    /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
9db5f9
    /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
9db5f9
fi
9db5f9
/sbin/ldconfig
9db5f9
9db5f9
%posttrans
9db5f9
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
9db5f9
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
9db5f9
9db5f9
%files -f %{name}.lang
9db5f9
%doc COPYING README TODO NEWS AUTHORS
9db5f9
%{_bindir}/gnote
9db5f9
%{_mandir}/man1/gnote.1.gz
9db5f9
%{_datadir}/applications/gnote.desktop
9db5f9
%{_datadir}/gnote/
9db5f9
%{_datadir}/icons/hicolor/*/apps/gnote.png
9db5f9
%{_datadir}/icons/hicolor/scalable/apps/gnote.svg
9db5f9
%{_prefix}/%{_lib}/gnote/
9db5f9
%{_prefix}/%{_lib}/libgnote*
9db5f9
%{_datadir}/dbus-1/services/org.gnome.Gnote.service
9db5f9
%{_datadir}/glib-2.0/schemas/org.gnome.gnote.gschema.xml
9db5f9
9db5f9
%changelog
87f4d4
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.8.1-3
87f4d4
- Mass rebuild 2014-01-24
87f4d4
87f4d4
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.8.1-2
87f4d4
- Mass rebuild 2013-12-27
87f4d4
9db5f9
* Mon May 13 2013 Kalev Lember <kalevlember@gmail.com> 3.8.1-1
9db5f9
- Update to 3.8.1
9db5f9
9db5f9
* Wed Mar 27 2013 Kalev Lember <kalevlember@gmail.com> 3.8.0-1
9db5f9
- Update to 3.8.0
9db5f9
9db5f9
* Thu Mar 07 2013 Ankur Sinha <ankursinha AT fedoraproject DOT org> 3.7.3-5
9db5f9
- Complete patch. Tested as scratch build. Builds!
9db5f9
9db5f9
* Tue Mar 05 2013 Ankur Sinha <ankursinha AT fedoraproject DOT org> 3.7.3-4
9db5f9
- Spec bump, update patch, retry build
9db5f9
9db5f9
* Tue Mar 05 2013 Ankur Sinha <ankursinha AT fedoraproject DOT org> 3.7.3-3
9db5f9
- Spec bump
9db5f9
9db5f9
* Tue Mar 05 2013 Ankur Sinha <ankursinha AT fedoraproject DOT org> 3.7.3-2
9db5f9
- Add patch for missing -lpthread that broke koji build
9db5f9
9db5f9
* Tue Mar 05 2013 Ankur Sinha <ankursinha AT fedoraproject DOT org> 3.7.3-1
9db5f9
- Update to 3.7.3 rhbz#917584
9db5f9
- Add gtkspell3 to BR for spell check support
9db5f9
9db5f9
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.2-2
9db5f9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
9db5f9
9db5f9
* Mon Jan 21 2013 Ankur Sinha <ankursinha AT fedoraproject DOT org> 3.7.2-1
9db5f9
- Update to latest: 3.7.2
9db5f9
9db5f9
* Fri Nov 09 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.0-1
9db5f9
- Update to 3.7.0
9db5f9
9db5f9
* Wed Sep 26 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.0-1
9db5f9
- Update to 3.6.0
9db5f9
- Use desktop-file-validate
9db5f9
9db5f9
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.1-2
9db5f9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
9db5f9
9db5f9
* Sun Jul  8 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.9.1-1
9db5f9
- update to 0.9.1
9db5f9
- http://ftp.gnome.org/pub/GNOME/sources/gnote/0.9/gnote-0.9.1.news
9db5f9
9db5f9
* Thu Mar 29 2012 Rahul Sundaram <sundaram@fedoraproject.org> - 0.9.0-1
9db5f9
- update to 0.9.0
9db5f9
- https://mail.gnome.org/archives/gnote-list/2012-March/msg00000.html
9db5f9
9db5f9
* Fri Feb 10 2012 Petr Pisar <ppisar@redhat.com> - 0.8.2-3
9db5f9
- Rebuild against PCRE 8.30
9db5f9
9db5f9
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.2-2
9db5f9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
9db5f9
9db5f9
* Fri Dec 30 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 0.8.2-1
9db5f9
- update to 0.8.2
9db5f9
- https://mail.gnome.org/archives/gnote-list/2011-December/msg00001.html
9db5f9
9db5f9
* Sun Oct 24 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 0.8.0-2
9db5f9
- Update scriplets for gsettings schema and icon cache. Fixes rhbz#743580
9db5f9
- Drop obsolete dependency on Gconf and dbus-c++-devel
9db5f9
- Update build requires to gtkmm30-devel instead of gtkmm24-devel
9db5f9
- Fix source url
9db5f9
9db5f9
* Wed Sep 28 2011 Ray <rstrode@redhat.com> - 0.8.0-1
9db5f9
- Update to 0.8.0
9db5f9
9db5f9
* Tue Aug 02 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 0.7.5-1
9db5f9
- New upstream release
9db5f9
- http://mail.gnome.org/archives/gnote-list/2011-July/msg00001.html
9db5f9
- Drop all patches since they are now upstream
9db5f9
9db5f9
* Sun May 01 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 0.7.4-1
9db5f9
- New upstream bug fix release
9db5f9
- http://mail.gnome.org/archives/gnote-list/2011-April/msg00011.html
9db5f9
- Drop couple of no longer needed patches
9db5f9
9db5f9
* Sun Apr 17 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 0.7.3-9
9db5f9
- Rebuilt for Boost soname bump
9db5f9
- Added rarian-compat as build requires
9db5f9
9db5f9
* Thu Feb 10 2011 Bastien Nocera <bnocera@redhat.com> 0.7.3-8
9db5f9
- Make sure that gnote shows up on first launch
9db5f9
9db5f9
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.3-7
9db5f9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
9db5f9
9db5f9
* Sun Feb  6 2011 Michel Salim <salimma@fedoraproject.org> - 0.7.3-6
9db5f9
- Rebuild for Boost 1.46
9db5f9
9db5f9
* Thu Feb 03 2011 Bastien Nocera <bnocera@redhat.com> 0.7.3-5
9db5f9
- Disable panel applet
9db5f9
- Rebuild against newer GTK+
9db5f9
- Add patch from Petr Machata <pmachata@redhat.com> to fix the build
9db5f9
9db5f9
* Fri Dec 17 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0.7.3-4
9db5f9
- Add the patch
9db5f9
9db5f9
* Fri Dec 17 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0.7.3-3
9db5f9
- Fix gnote losing add-in status when running as app
9db5f9
- Resolves rhbz#654562
9db5f9
9db5f9
* Sat Nov 06 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0.7.3-2
9db5f9
- Explicit build requires on libxslt-devel
9db5f9
9db5f9
* Sat Nov 06 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0.7.3-1
9db5f9
- New upstream bug fix release with translation updates
9db5f9
- http://mail.gnome.org/archives/gnote-list/2010-November/msg00002.html
9db5f9
- Drop backported patch
9db5f9
9db5f9
* Fri Jul 30 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0.7.2-2
9db5f9
- Rebuild for Boost 1.44
9db5f9
- Drop the clean section
9db5f9
9db5f9
* Fri Mar 12 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0.7.2-1
9db5f9
- Ability to search for phrases, prompt while renaming notes, bug fixes
9db5f9
- Add a patch from upstream master to replace deprecated macros 
9db5f9
- Drop upstreamed patch to fix dso linking
9db5f9
- http://mail.gnome.org/archives/gnote-list/2010-March/msg00010.html
9db5f9
9db5f9
* Tue Feb 16 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0.7.1-3
9db5f9
- Fix implicit DSO linking (thanks to Ankur Sinha)
9db5f9
- Fixes bz#564774
9db5f9
9db5f9
* Wed Jan 20 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0.7.1-2
9db5f9
- Rebuild for new Boost soname bump
9db5f9
9db5f9
* Tue Jan 05 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0.7.1-1
9db5f9
- Mostly minor bug fixes
9db5f9
- http://mail.gnome.org/archives/gnote-list/2010-January/msg00004.html
9db5f9
9db5f9
* Fri Jan 01 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0.7.0-1
9db5f9
- Add a Note of the Day addin, addins can be disabled now
9db5f9
- http://mail.gnome.org/archives/gnote-list/2009-December/msg00013.html
9db5f9
9db5f9
* Tue Dec 29 2009 Rahul Sundaram <sundaram@fedoraproject.org> - 0.6.3-3
9db5f9
- Upstream patches adding a fix for Bugzilla add-in and other minor bug fixes
9db5f9
9db5f9
* Tue Dec 22 2009 Rahul Sundaram <sundaram@fedoraproject.org> - 0.6.3-2
9db5f9
- Several patches from upstream for additional translations
9db5f9
- Gnote now confirm to XDG specification
9db5f9
9db5f9
* Tue Dec 01 2009 Bastien Nocera <bnocera@redhat.com> 0.6.3-1
9db5f9
- Update to 0.6.3
9db5f9
9db5f9
* Thu Aug 13 2009 Rahul Sundaram <sundaram@fedoraproject.org> - 0.6.2-1
9db5f9
- Very minor bug fixes
9db5f9
- http://mail.gnome.org/archives/gnote-list/2009-August/msg00006.html
9db5f9
9db5f9
* Sat Aug 01 2009 Rahul Sundaram <sundaram@fedoraproject.org> - 0.6.1-1
9db5f9
- D-Bus support enabled, many new features and bug fixes
9db5f9
- http://mail.gnome.org/archives/gnote-list/2009-July/msg00016.html
9db5f9
- 0.6.0 skipped due to applet breakage fixed in this release
9db5f9
- http://mail.gnome.org/archives/gnote-list/2009-July/msg00020.html
9db5f9
9db5f9
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.3-2
9db5f9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
9db5f9
9db5f9
* Wed Jul 15 2009 Rahul Sundaram <sundaram@fedoraproject.org> - 0.5.3-1
9db5f9
- Few minor bug fixes
9db5f9
- http://mail.gnome.org/archives/gnote-list/2009-July/msg00002.html
9db5f9
9db5f9
* Sat Jul 04 2009 Rahul Sundaram <sundaram@fedoraproject.org> - 0.5.2-2
9db5f9
- Build requires libuuid-devel instead of e2fsprogs-devel
9db5f9
9db5f9
* Sat Jul 04 2009 Rahul Sundaram <sundaram@fedoraproject.org> - 0.5.2-1
9db5f9
- New upstream bug fix release
9db5f9
- http://mail.gnome.org/archives/gnote-list/2009-July/msg00000.html
9db5f9
9db5f9
* Thu Jun 25 2009 Rahul Sundaram <sundaram@fedoraproject.org> - 0.5.1-1
9db5f9
- Fixes a regression and some bugs
9db5f9
- http://mail.gnome.org/archives/gnote-list/2009-June/msg00002.html
9db5f9
9db5f9
* Wed Jun 17 2009 Rahul Sundaram <sundaram@fedoraproject.org> - 0.5.0-1
9db5f9
- Adds the ability to import Tomboy notes on first run 
9db5f9
- http://mail.gnome.org/archives/gnote-list/2009-June/msg00000.html
9db5f9
 
9db5f9
* Thu May 28 2009 Rahul Sundaram <sundaram@fedoraproject.org> - 0.4.0-1
9db5f9
- Many minor bug fixes from new upstream release
9db5f9
  http://www.figuiere.net/hub/blog/?2009/05/27/670-gnote-040
9db5f9
9db5f9
* Wed May 06 2009 Rahul Sundaram <sundaram@fedoraproject.org> - 0.3.1-1
9db5f9
- new upstream release. Fixes rhbz #498739. Fix #499227
9db5f9
9db5f9
* Fri May 01 2009 Rahul Sundaram <sundaram@fedoraproject.org> - 0.3.0-1
9db5f9
- new upstream release. Includes applet and more plugins.
9db5f9
9db5f9
* Fri Apr 24 2009 Rahul Sundaram <sundaram@fedoraproject.org> - 0.2.0-2
9db5f9
- enable spell checker
9db5f9
9db5f9
* Thu Apr 23 2009 Rahul Sundaram <sundaram@fedoraproject.org> - 0.2.0-1
9db5f9
- new upstream release
9db5f9
9db5f9
* Thu Apr 16 2009 Rahul Sundaram <sundaram@fedoraproject.org> - 0.1.2-2
9db5f9
- Add BR on gnome-doc-utils
9db5f9
9db5f9
* Wed Apr 15 2009 Jesse Keating <jkeating@redhat.com> - 0.1.2-1
9db5f9
- Update to 0.1.2 to fix many upstream bugs
9db5f9
  http://www.figuiere.net/hub/blog/?2009/04/15/660-gnote-012
9db5f9
9db5f9
* Fri Apr 10 2009 Rahul Sundaram <sundaram@fedoraproject.org> - 0.1.1-4
9db5f9
- Drop a unnecessary require, BR and fix summary
9db5f9
9db5f9
* Wed Apr 08 2009 Rahul Sundaram <sundaram@fedoraproject.org> - 0.1.1-3
9db5f9
- Fix review issues
9db5f9
9db5f9
* Wed Apr 08 2009 Rahul Sundaram <sundaram@fedoraproject.org> - 0.1.1-2
9db5f9
- include pre script for gconf schema
9db5f9
9db5f9
* Wed Apr 08 2009 Rahul Sundaram <sundaram@fedoraproject.org> - 0.1.1-1
9db5f9
- Initial spec file
9db5f9