]> git.pld-linux.org Git - packages/eclair.git/blob - eclair.spec
- up to 20060201
[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   20060201
6 Release:        0.%{_snap}.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.bz2
11 # Source0-md5:  0196385d38bd22bb17165b0c202b0f46
12 URL:            http://enlightenment.org/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  esmart-devel
16 BuildRequires:  libtool
17 BuildRequires:  libxml2-devel
18 BuildRequires:  sqlite3-devel
19 Requires:       fonts-TTF-bitstream-vera
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 EFL media player.
24
25 %description -l pl
26 Odtwarzacz multimedialny EFL.
27
28 %prep
29 %setup -q -n %{name}
30
31 %build
32 %{__libtoolize}
33 %{__aclocal}
34 %{__autoconf}
35 %{__autoheader}
36 %{__automake}
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 cd $RPM_BUILD_ROOT%{_datadir}/%{name}/fonts
47 VERA=$(ls Vera*.ttf)
48 for FONT in $VERA; do
49         rm -f $FONT
50         ln -s %{_fontsdir}/TTF/$FONT .
51 done
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc AUTHORS README TODO
59 %attr(755,root,root) %{_bindir}/%{name}
60 %attr(755,root,root) %{_bindir}/%{name}_wsz2edj
61 %{_datadir}/%{name}
This page took 0.044934 seconds and 3 git commands to generate.