]> git.pld-linux.org Git - packages/eclair.git/blob - eclair.spec
- tabs in preamble
[packages/eclair.git] / eclair.spec
1 Summary:        EFL media player
2 Summary(pl.UTF-8):      Odtwarzacz multimedialny EFL
3 Name:           eclair
4 Version:        0.0.1
5 %define _snap   20060201
6 Release:        0.%{_snap}.3
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.bz2
11 # Source0-md5:  0196385d38bd22bb17165b0c202b0f46
12 URL:            http://enlightenment.org/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  emotion-devel
16 BuildRequires:  esmart-devel
17 BuildRequires:  libtool
18 BuildRequires:  libxml2-devel
19 BuildRequires:  sqlite3-devel
20 BuildRequires:  taglib-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.UTF-8
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.090122 seconds and 3 git commands to generate.