]> git.pld-linux.org Git - packages/synapse.git/blame_incremental - synapse.spec
up to 0.2.99.2
[packages/synapse.git] / synapse.spec
... / ...
CommitLineData
1Summary: Application launcher
2Name: synapse
3Version: 0.2.99.2
4Release: 1
5License: GPL v3+
6Group: X11/Applications
7Source0: https://launchpad.net/synapse-project/0.3/%{version}/+download/%{name}-%{version}.tar.xz
8# Source0-md5: 0d5559793377cee3b292db95f7ebcc4c
9Patch0: %{name}-mate.patch
10URL: http://synapse.zeitgeist-project.com/
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
16BuildRequires: json-glib-devel >= 0.10.0
17BuildRequires: keybinder3-devel
18BuildRequires: libgee-devel >= 0.5.2
19BuildRequires: libnotify-devel
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
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
32files by making use of the Zeitgeist engine.
33
34%prep
35%setup -q
36%patch0 -p1
37
38%build
39%{__intltoolize}
40%{__libtoolize}
41%{__aclocal}
42%{__autoconf}
43%{__autoheader}
44%{__automake}
45%configure \
46 --disable-silent-rules \
47 --enable-librest=yes \
48 --enable-zeitgeist=yes
49%{__make}
50
51%install
52rm -rf $RPM_BUILD_ROOT
53
54%{__make} install \
55 DESTDIR=$RPM_BUILD_ROOT
56
57%find_lang %{name}
58
59%clean
60rm -rf $RPM_BUILD_ROOT
61
62%post
63%update_icon_cache hicolor
64%update_desktop_database
65
66%postun
67%update_icon_cache hicolor
68%update_desktop_database_postun
69
70%files -f %{name}.lang
71%defattr(644,root,root,755)
72%attr(755,root,root) %{_bindir}/synapse
73%{_iconsdir}/hicolor/scalable/apps/*.svg
74%{_desktopdir}/*.desktop
75%{_mandir}/man1/synapse.*
This page took 0.102703 seconds and 4 git commands to generate.