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