Name: synapse Version: 0.2.99.1 Release: 6%{?dist} Summary: A semantic launcher written in Vala License: GPLv3+ URL: https://launchpad.net/synapse-project Source0: https://launchpad.net/synapse-project/0.3/%{version}/+download/%{name}-%{version}.tar.xz BuildRequires: desktop-file-utils BuildRequires: gettext BuildRequires: gtk3-devel BuildRequires: intltool BuildRequires: json-glib-devel BuildRequires: libgee-devel BuildRequires: keybinder3-devel BuildRequires: libnotify-devel BuildRequires: vala-devel BuildRequires: zeitgeist-devel %description Synapse is a semantic launcher written in Vala that you can use to start applications as well as find and access relevant documents and files by making use of the Zeitgeist engine. %prep %setup -q %build %configure --disable-static --enable-zeitgeist=yes --disable-silent-rules %make_build %install %make_install %find_lang %{name} desktop-file-install \ --delete-original \ --dir=%{buildroot}%{_datadir}/applications \ %{buildroot}%{_datadir}/applications/synapse.desktop desktop-file-validate %{buildroot}/%{_datadir}/applications/synapse.desktop %post touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : %postun if [ $1 -eq 0 ] ; then touch --no-create %{_datadir}/icons/hicolor &>/dev/null gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : fi %posttrans gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %files -f %{name}.lang %{!?_licensedir:%global license %%doc} %license COPYING %license COPYING.GPL2 %license COPYING.LGPL2.1 %doc README AUTHORS %{_bindir}/%{name} %{_datadir}/applications/synapse.desktop %{_mandir}/man1/synapse.1.* %{_datadir}/icons/hicolor/scalable/apps/synapse.svg %changelog * Tue Sep 08 2015 Tonet Jallo - 0.2.99.1-6 - Corrected labels in changelog - Added --disable-silent-rules to configure label - Two license files added * Thu Aug 27 2015 Tonet Jallo - 0.2.99.1-5 - The defattr label was removed - make %{?_smp_mflags} was replaced instead make_build label - Source URL was modified a bit at version * Tue Aug 25 2015 Tonet Jallo - 0.2.99.1-4 - gtk2-devel was removed from BuildRequires - glib2-devel was removed from BuildRequires * Sun Aug 23 2015 Tonet Jallo - 0.2.99.1-3 - Removing some spaces from SPEC file. * Sun Aug 23 2015 Tonet Jallo - 0.2.99.1-2 - Removing some spaces and comments from SPEC file. * Sun Aug 23 2015 Tonet Jallo - 0.2.99.1-1 - Initial packaging of retired package.