]> git.pld-linux.org Git - packages/eclair.git/blob - eclair.spec
0928662d41c4c04a0de57941a75c3666373faeb4
[packages/eclair.git] / eclair.spec
1 Summary:        EFL media player
2 Summary(pl):    Odtwarzacz multimedialny EFL
3 Name:           eclair
4 Version:        0.0.1
5 %define _snap   20050707
6 Release:        0.%{_snap}.0.1
7 License:        GPL v2
8 Group:          X11/Applications
9 #Source0:       http://dl.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz
10 Source0:        http://sparky.homelinux.org/snaps/enli/e17/apps/%{name}-%{_snap}.tar.gz
11 # Source0-md5:  610022a6acc857630375c2faf5d4bc85
12 URL:            http://enlightenment.org/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  esmart-devel
16 BuildRequires:  gtk+2-devel >= 2.0.0
17 BuildRequires:  libglade2-devel
18 BuildRequires:  libtool
19 BuildRequires:  libxml2-devel
20 BuildRequires:  sqlite3-devel
21 Requires:       fonts-TTF-bitstream-vera
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 EFL media player.
26
27 %description -l pl
28 Odtwarzacz multimedialny EFL.
29
30 %prep
31 %setup -q -n %{name}
32
33 %build
34 %{__libtoolize}
35 %{__aclocal}
36 %{__autoconf}
37 %{__autoheader}
38 %{__automake}
39 %configure
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 cd $RPM_BUILD_ROOT%{_datadir}/%{name}/fonts
49 VERA=$(ls Vera*.ttf)
50 for FONT in $VERA; do
51         rm -f $FONT
52         ln -s %{_fontsdir}/TTF/$FONT .
53 done
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %doc AUTHORS README TODO
61 %attr(755,root,root) %{_bindir}/%{name}
62 %attr(755,root,root) %{_bindir}/%{name}_wsz2edj
63 %{_datadir}/%{name}
This page took 0.041986 seconds and 2 git commands to generate.