]> git.pld-linux.org Git - packages/elation.git/blob - elation.spec
- tabs in preamble
[packages/elation.git] / elation.spec
1 Summary:        DVR-like media player
2 Summary(pl.UTF-8):      Odtwarzacz multimedialny w stylu DVR
3 Name:           elation
4 Version:        0.0.1.001
5 %define _snap   20050701
6 Release:        0.%{_snap}.0.1
7 License:        BSD
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:  f24d1a01e2ca6d258abc04e198f07aab
12 URL:            http://enlightenment.org/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  ecore-devel
16 BuildRequires:  embryo-devel
17 BuildRequires:  emotion-devel
18 BuildRequires:  libtool
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Elation is a DVR-like media player.
23
24 %description -l pl.UTF-8
25 Elation to odtwarzacz multimedialny w stylu DVR.
26
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
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -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}
53 %dir %{_libdir}/%{name}
54 %attr(755,root,root) %{_libdir}/%{name}/*.so
55 %{_datadir}/%{name}
This page took 0.08029 seconds and 4 git commands to generate.