]> git.pld-linux.org Git - packages/synapse.git/blob - synapse.spec
- fixed build requirements
[packages/synapse.git] / synapse.spec
1 Summary:        Application launcher
2 Name:           synapse
3 Version:        0.2.10
4 Release:        0.1
5 License:        GPL v3+
6 Group:          X11/Applications
7 Source0:        https://launchpad.net/synapse-project/0.2/%{version}/+download/%{name}-%{version}.tar.gz
8 # Source0-md5:  ac1c075c01f1c179f32fd6651bd184f8
9 URL:            http://synapse.zeitgeist-project.com/
10 BuildRequires:  gtkhotkey-devel >= 0.2.1
11 BuildRequires:  libunique-devel >= 1.0
12 BuildRequires:  vala-libgee >= 0.6.4
13 BuildRequires:  vala-zeitgeist >= 0.3.18
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Synapse is a semantic launcher written in Vala that you can use to
18 start applications as well as find and access relevant documents and
19 files by making use of the Zeitgeist engine. 
20
21 %prep
22 %setup -q
23
24 %build
25 %configure
26 %{__make}
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30
31 %{__make} install \
32         DESTDIR=$RPM_BUILD_ROOT
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %post
38 %update_icon_cache hicolor
39 %update_desktop_database
40 %glib_compile_schemas
41
42 %postun
43 %update_icon_cache hicolor
44 %update_desktop_database_postun
45 %glib_compile_schemas
46
47 %files
48 %defattr(644,root,root,755)
This page took 0.056082 seconds and 4 git commands to generate.