]> git.pld-linux.org Git - packages/synapse.git/blobdiff - synapse.spec
- run autotools
[packages/synapse.git] / synapse.spec
index b2e789f2061d63166aa97e451a658e7b366b7de1..4236b2620e9f720ded3d5967619a1ecbfd9f4846 100644 (file)
@@ -1,16 +1,25 @@
 Summary:       Application launcher
 Name:          synapse
 Version:       0.2.10
-Release:       0.1
+Release:       1
 License:       GPL v3+
 Group:         X11/Applications
 Source0:       https://launchpad.net/synapse-project/0.2/%{version}/+download/%{name}-%{version}.tar.gz
 # Source0-md5: ac1c075c01f1c179f32fd6651bd184f8
+Patch0:                %{name}-mate.patch
 URL:           http://synapse.zeitgeist-project.com/
+BuildRequires: glib2-devel >= 1:2.26.0
+BuildRequires: gtk+2-devel >= 2:2.20.0
 BuildRequires: gtkhotkey-devel >= 0.2.1
+BuildRequires: json-glib-devel >= 0.10.0
+BuildRequires: libgee0.6-devel >= 0.5.2
+BuildRequires: libnotify-devel
 BuildRequires: libunique-devel >= 1.0
+BuildRequires: rest-devel
+BuildRequires: vala >= 0.14.0
 BuildRequires: vala-libgee >= 0.6.4
 BuildRequires: vala-zeitgeist >= 0.3.18
+BuildRequires: zeitgeist-devel >= 0.3.18
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -20,9 +29,17 @@ files by making use of the Zeitgeist engine.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-%configure
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+       --disable-silent-rules \
+       --enable-librest=yes \
+       --enable-zeitgeist=yes
 %{__make}
 
 %install
This page took 0.057107 seconds and 4 git commands to generate.