]> git.pld-linux.org Git - packages/synapse.git/blob - synapse.spec
b2e789f2061d63166aa97e451a658e7b366b7de1
[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 %find_lang %{name}
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %post
40 %update_icon_cache hicolor
41 %update_desktop_database
42
43 %postun
44 %update_icon_cache hicolor
45 %update_desktop_database_postun
46
47 %files -f %{name}.lang
48 %defattr(644,root,root,755)
49 %attr(755,root,root) %{_bindir}/synapse
50 %{_iconsdir}/hicolor/scalable/apps/*.svg
51 %{_desktopdir}/*.desktop
52 %{_mandir}/man1/synapse.*
This page took 0.059452 seconds and 2 git commands to generate.