123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154 |
- Summary: A note taking application
- Summary(ja): ノートテーカー(メモ)アプリケーション
- Name: gnote
- Version: 3.18.0
- Release: 1%{?_dist_release}
- License: GPLv2+
- Group: User Interface/Desktops
- URL: https://live.gnome.org/Gnote
- Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.18/%{name}-%{version}.tar.xz
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildRequires: libxml2-devel
- BuildRequires: libxslt-devel
- BuildRequires: libuuid-devel
- BuildRequires: glibmm-devel >= 2.28
- BuildRequires: gtkmm3-devel >= 3.4
- BuildRequires: gtkspell-devel >= 2.0.9
- BuildRequires: libsecret-devel >= 0.8
- BuildRequires: libboost-devel >= 1.34
- BuildRequires: libboost-test
- BuildRequires: itstool
- BuildRequires: desktop-file-utils
- Requires(postun,posttrans): desktop-file-utils
- Requires(postun,posttrans): glib2
- Vendor: Project Vine
- Distribution: Vine Linux
- Packager: Takemikaduchi
- %description
- Gnote is a port of Tomboy to C++.
- It is the same note taking application, including most of the add-ins (more are to come).
- Synchronization support is being worked on.
- %prep
- %setup -q
- %build
- %configure --disable-static
- %install
- rm -rf $RPM_BUILD_ROOT
- make install DESTDIR=$RPM_BUILD_ROOT
- find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
- rm -f $RPM_BUILD_ROOT%{_libdir}/libgnote.so
- %find_lang %{name} --all-name --with-gnome
- %clean
- rm -rf $RPM_BUILD_ROOT
- %post
- /sbin/ldconfig
- touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
- touch --no-create %{_datadir}/%{name}/icons/hicolor &> /dev/null || :
- %postun
- /sbin/ldconfig
- if [ $1 -eq 0 ]; then
- touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
- touch --no-create %{_datadir}/%{name}/icons/hicolor &> /dev/null || :
- gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
- gtk-update-icon-cache %{_datadir}/%{name}/icons/hicolor &> /dev/null || :
- update-desktop-database -q &> /dev/null ||:
- glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
- fi
- %posttrans
- gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
- gtk-update-icon-cache %{_datadir}/%{name}/icons/hicolor &> /dev/null || :
- update-desktop-database -q &> /dev/null ||:
- glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
- %files -f %{name}.lang
- %defattr(-,root,root,-)
- %doc COPYING README NEWS
- %{_bindir}/%{name}
- %{_libdir}/libgnote-*.so.*
- %{_libdir}/%{name}
- %{_datadir}/appdata/%{name}.appdata.xml
- %{_datadir}/applications/%{name}.desktop
- %{_datadir}/dbus-1/services/org.gnome.Gnote.service
- %{_datadir}/glib-2.0/schemas/org.gnome.gnote.gschema.xml
- %{_datadir}/gnome-shell/search-providers/gnote-search-provider.ini
- %{_datadir}/%{name}/exporttohtml.xsl
- %{_datadir}/%{name}/gnote-introspect.xml
- %{_datadir}/%{name}/icons/hicolor/*/*/*
- %{_datadir}/%{name}/shell-search-provider-dbus-interfaces.xml
- %{_datadir}/icons/hicolor/*/*/*
- %{_mandir}/man1/gnote.1.gz
- %changelog
- * Sun Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.0-1
- - new upstream release
- * Mon Jul 20 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.2-1
- - new upstream release
- * Sat May 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.1-1
- - new upstream release
- * Sat Apr 04 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.0-1
- - new upstream release
- * Wed Jan 28 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.2-1
- - new upstream release
- * Mon Dec 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.1-1
- - new upstream release
- * Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.0-2
- - fix typo in Group
- * Wed Oct 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.0-1
- - new upstream release
- * Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
- - new upstream release
- * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.2-1
- - new upstream release
- * Sat Nov 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
- - new upstream release
- * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-1
- - new upstream release
- - remove Patch0 (gnote-3.6.0-gnome_keyring.patch)
- * Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
- - new upstream release
- - add BuildRequires: desktop-file-utils
- * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.0-1
- - new upstream release
- * Sun Feb 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
- - new upstream release
- * Mon Oct 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
- - new upstream release
- * Sun Oct 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
- - initial build
|