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