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