]> git.pld-linux.org Git - packages/synapse.git/blob - synapse.spec
- updated source md5
[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 # The dependencies are listed in Makefile
11 BuildRequires:  vala >= 1:0.15.2
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Synapse is a semantic launcher written in Vala that you can use to
16 start applications as well as find and access relevant documents and
17 files by making use of the Zeitgeist engine. 
18
19 %prep
20 %setup -q
21
22 %build
23 %configure
24 %{__make}
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28
29 %{__make} install \
30         DESTDIR=$RPM_BUILD_ROOT
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %post
36 %update_icon_cache hicolor
37 %update_desktop_database
38 %glib_compile_schemas
39
40 %postun
41 %update_icon_cache hicolor
42 %update_desktop_database_postun
43 %glib_compile_schemas
44
45 %files
46 %defattr(644,root,root,755)
This page took 0.054266 seconds and 4 git commands to generate.