]> git.pld-linux.org Git - packages/pinpoint.git/blob - pinpoint.spec
- added dax support
[packages/pinpoint.git] / pinpoint.spec
1 #
2 # Conditional build:
3 %bcond_without  dax     # SVG loading with dax
4
5 Summary:        Pinpoint - a tool for making hackers do excellent presentations
6 Summary(pl.UTF-8):      Pinpoint - narzędzie pozwalającym hackerom robić świetne prezentacje
7 Name:           pinpoint
8 Version:        0.1.8
9 Release:        1
10 License:        LGPL v2.1+
11 Group:          X11/Applications/Graphics
12 Source0:        http://ftp.gnome.org/pub/GNOME/sources/pinpoint/0.1/%{name}-%{version}.tar.xz
13 # Source0-md5:  4352f204d5b81bac467578d6a375e2e3
14 URL:            https://wiki.gnome.org/Apps/Pinpoint
15 BuildRequires:  autoconf >= 2.53
16 BuildRequires:  automake
17 BuildRequires:  cairo-devel >= 1.9.12
18 BuildRequires:  clutter-devel >= 1.23.7
19 BuildRequires:  clutter-gst-devel >= 3.0.0
20 BuildRequires:  clutter-gtk-devel >= 1.6
21 %{?with_dax:BuildRequires:      dax-svg-devel >= 0.1}
22 BuildRequires:  gdk-pixbuf2-devel >= 2.0
23 BuildRequires:  glib2-devel >= 1:2.26
24 BuildRequires:  librsvg-devel >= 2.0
25 %{?with_dax:BuildRequires:      mx-devel >= 1.0}
26 BuildRequires:  pkgconfig
27 BuildRequires:  pkgconfig(cairo-pdf) >= 1.9.12
28 BuildRequires:  tar >= 1:1.22
29 BuildRequires:  xz
30 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32 %description
33 Pinpoint is a simple presentation tool that hopes to avoid audience
34 death by bullet point and instead encourage presentations containing
35 beautiful images and small amounts of concise text in slides.
36
37 %description -l pl.UTF-8
38 Pinpoint to proste narzędzie do prezentacji dające nadzieję, że
39 odbiorcy nie zanudzą się wypunktowaniami, a zamiast tego będą
40 zadowoleni z prezentacji zawierających na slajdach ładne obrazki i
41 niewielkie ilości zwięzłego tekstu.
42
43 %prep
44 %setup -q
45
46 %build
47 %{__aclocal} -I m4
48 %{__autoconf}
49 %{__autoheader}
50 %{__automake}
51 %configure \
52         --enable-dax%{!?with_dax:=no} \
53         --disable-silent-rules
54 %{__make}
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58
59 %{__make} install \
60         DESTDIR=$RPM_BUILD_ROOT
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %files
66 %defattr(644,root,root,755)
67 %doc AUTHORS NEWS README
68 %attr(755,root,root) %{_bindir}/pinpoint
69 %{_datadir}/pinpoint
This page took 0.067172 seconds and 4 git commands to generate.