]> git.pld-linux.org Git - packages/synapse.git/blame - synapse.spec
up to 0.2.99.2
[packages/synapse.git] / synapse.spec
CommitLineData
f18e266b 1Summary: Application launcher
2Name: synapse
c118d9e0
JP
3Version: 0.2.99.2
4Release: 1
f18e266b 5License: GPL v3+
6Group: X11/Applications
01e79a45 7Source0: https://launchpad.net/synapse-project/0.3/%{version}/+download/%{name}-%{version}.tar.xz
c118d9e0 8# Source0-md5: 0d5559793377cee3b292db95f7ebcc4c
a992cc22 9Patch0: %{name}-mate.patch
f18e266b 10URL: http://synapse.zeitgeist-project.com/
9027cc73
JP
11BuildRequires: autoconf >= 2.65
12BuildRequires: automake >= 1:1.11
13BuildRequires: glib2-devel >= 1:2.28.0
14BuildRequires: gtk+3-devel
15BuildRequires: intltool >= 0.35.0
a992cc22 16BuildRequires: json-glib-devel >= 0.10.0
9027cc73
JP
17BuildRequires: keybinder3-devel
18BuildRequires: libgee-devel >= 0.5.2
a992cc22 19BuildRequires: libnotify-devel
9027cc73
JP
20BuildRequires: libtool
21BuildRequires: pkgconfig >= 1:0.21
22BuildRequires: rest-devel >= 0.7
23BuildRequires: vala >= 0.16.0
24BuildRequires: vala-libgee >= 0.6.4
25BuildRequires: vala-zeitgeist >= 0.9.14
26BuildRequires: zeitgeist-devel >= 0.9.14
f18e266b 27BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29%description
30Synapse is a semantic launcher written in Vala that you can use to
31start applications as well as find and access relevant documents and
c118d9e0 32files by making use of the Zeitgeist engine.
f18e266b 33
34%prep
35%setup -q
a992cc22 36%patch0 -p1
f18e266b 37
38%build
9027cc73
JP
39%{__intltoolize}
40%{__libtoolize}
41%{__aclocal}
a992cc22
JP
42%{__autoconf}
43%{__autoheader}
44%{__automake}
45%configure \
46 --disable-silent-rules \
47 --enable-librest=yes \
48 --enable-zeitgeist=yes
f18e266b 49%{__make}
50
51%install
52rm -rf $RPM_BUILD_ROOT
53
54%{__make} install \
55 DESTDIR=$RPM_BUILD_ROOT
56
a8960794 57%find_lang %{name}
58
f18e266b 59%clean
60rm -rf $RPM_BUILD_ROOT
61
62%post
63%update_icon_cache hicolor
64%update_desktop_database
f18e266b 65
66%postun
67%update_icon_cache hicolor
68%update_desktop_database_postun
f18e266b 69
a8960794 70%files -f %{name}.lang
f18e266b 71%defattr(644,root,root,755)
a8960794 72%attr(755,root,root) %{_bindir}/synapse
73%{_iconsdir}/hicolor/scalable/apps/*.svg
74%{_desktopdir}/*.desktop
75%{_mandir}/man1/synapse.*
This page took 0.033007 seconds and 4 git commands to generate.