]> git.pld-linux.org Git - packages/ephoto.git/blob - ephoto.spec
- updated gettext BR
[packages/ephoto.git] / ephoto.spec
1 Summary:        A professional slideshow creator
2 Summary(pl.UTF-8):      Profesjonalne narzędzie do tworzenia slajdów
3 Name:           ephoto
4 Version:        0.1.1.55225
5 Release:        1
6 License:        BSD
7 Group:          Applications/Multimedia
8 Source0:        http://download.enlightenment.org/snapshots/2010-12-03/%{name}-%{version}.tar.bz2
9 # Source0-md5:  67f2e817716ffc86ba1c653b6177813a
10 Patch0:         %{name}-elm-update.patch
11 URL:            http://trac.enlightenment.org/e/wiki/Ephoto
12 BuildRequires:  autoconf >= 2.60
13 BuildRequires:  automake >= 1.6
14 BuildRequires:  ecore-file-devel
15 BuildRequires:  edje
16 BuildRequires:  edje-devel
17 BuildRequires:  efreet-devel
18 BuildRequires:  eio-devel
19 BuildRequires:  elementary-devel >= 0.8.0
20 BuildRequires:  ethumb-devel
21 BuildRequires:  gettext-tools >= 0.12.1
22 BuildRequires:  libexif-devel
23 BuildRequires:  libtool
24 BuildRequires:  pkgconfig
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 Ephoto is a professional slideshow creator with audio support.
29
30 %description -l pl.UTF-8
31 Ephoto to profesjonalne narzędzie do tworzenia slajdów z obsługą
32 dźwięku.
33
34 %prep
35 %setup -q
36 %patch0 -p1
37
38 %build
39 %{__gettextize}
40 %{__libtoolize}
41 %{__aclocal} -I m4
42 %{__autoconf}
43 %{__autoheader}
44 %{__automake}
45 %configure \
46         --disable-silent-rules
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %doc AUTHORS COPYING ChangeLog README TODO
61 %attr(755,root,root) %{_bindir}/%{name}
62 %{_datadir}/%{name}
This page took 0.061013 seconds and 3 git commands to generate.