]> git.pld-linux.org Git - packages/synapse.git/blame - synapse.spec
- started to work on synapse package
[packages/synapse.git] / synapse.spec
CommitLineData
f18e266b 1Summary: Application launcher
2Name: synapse
3Version: 0.2.10
4Release: 0.1
5License: GPL v3+
6Group: X11/Applications
7Source0: https://launchpad.net/synapse-project/0.2/%{version}/+download/%{name}-%{version}.tar.gz
8# Source0-md5: de0e05350f8a7d557092489baf14d039
9URL: http://synapse.zeitgeist-project.com/
10# The dependencies are listed in Makefile
11BuildRequires: vala >= 1:0.15.2
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15Synapse is a semantic launcher written in Vala that you can use to
16start applications as well as find and access relevant documents and
17files by making use of the Zeitgeist engine.
18
19%prep
20%setup -q
21
22%build
23%configure
24%{__make}
25
26%install
27rm -rf $RPM_BUILD_ROOT
28
29%{__make} install \
30 DESTDIR=$RPM_BUILD_ROOT
31
32%clean
33rm -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.066441 seconds and 4 git commands to generate.