]> git.pld-linux.org Git - packages/synapse.git/blame - synapse.spec
- fixed build requirements
[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
6b0ab603 8# Source0-md5: ac1c075c01f1c179f32fd6651bd184f8
f18e266b 9URL: http://synapse.zeitgeist-project.com/
665cda24 10BuildRequires: gtkhotkey-devel >= 0.2.1
11BuildRequires: libunique-devel >= 1.0
12BuildRequires: vala-libgee >= 0.6.4
13BuildRequires: vala-zeitgeist >= 0.3.18
f18e266b 14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17Synapse is a semantic launcher written in Vala that you can use to
18start applications as well as find and access relevant documents and
19files by making use of the Zeitgeist engine.
20
21%prep
22%setup -q
23
24%build
25%configure
26%{__make}
27
28%install
29rm -rf $RPM_BUILD_ROOT
30
31%{__make} install \
32 DESTDIR=$RPM_BUILD_ROOT
33
34%clean
35rm -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.039363 seconds and 4 git commands to generate.