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