]> git.pld-linux.org Git - packages/elation.git/blame - elation.spec
- tabs in preamble
[packages/elation.git] / elation.spec
CommitLineData
9afe673c 1Summary: DVR-like media player
092e1cf5 2Summary(pl.UTF-8): Odtwarzacz multimedialny w stylu DVR
9afe673c 3Name: elation
4Version: 0.0.1.001
5%define _snap 20050701
6Release: 0.%{_snap}.0.1
7License: BSD
8Group: X11/Applications
9#Source0: http://dl.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz
bf9c2cca 10Source0: http://sparky.homelinux.org/snaps/enli/e17/apps/%{name}-%{_snap}.tar.gz
9afe673c 11# Source0-md5: f24d1a01e2ca6d258abc04e198f07aab
12URL: http://enlightenment.org/
13BuildRequires: autoconf
14BuildRequires: automake
15BuildRequires: ecore-devel
16BuildRequires: embryo-devel
17BuildRequires: emotion-devel
18BuildRequires: libtool
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22Elation is a DVR-like media player.
23
60ba2671 24%description -l pl.UTF-8
68512af0
JB
25Elation to odtwarzacz multimedialny w stylu DVR.
26
9afe673c 27%prep
28%setup -q -n %{name}
29
30%build
31%{__libtoolize}
32%{__aclocal} -I m4
33%{__autoconf}
34%{__autoheader}
35%{__automake}
36%configure \
37 --disable-static
38%{__make}
39
40%install
41rm -rf $RPM_BUILD_ROOT
42
43%{__make} install \
44 DESTDIR=$RPM_BUILD_ROOT
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
51%doc AUTHORS COPYING README
52%attr(755,root,root) %{_bindir}/%{name}
68512af0 53%dir %{_libdir}/%{name}
9afe673c 54%attr(755,root,root) %{_libdir}/%{name}/*.so
55%{_datadir}/%{name}
This page took 0.059411 seconds and 4 git commands to generate.