]> git.pld-linux.org Git - packages/erss.git/blob - erss.spec
- tabs in preamble
[packages/erss.git] / erss.spec
1 Summary:        RSS reader using EFL
2 Summary(pl.UTF-8):      Czytnik RSS używający EFL
3 Name:           erss
4 Version:        0.0.2
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/misc/%{name}-%{_snap}.tar.gz
11 # Source0-md5:  629fa11611df863ae9d54d31265c4a64
12 URL:            http://enlightenment.org/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  esmart-devel
16 BuildRequires:  etox-devel
17 BuildRequires:  libtool
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 RSS reader using EFL.
22
23 %description -l pl.UTF-8
24 Czytnik RSS używający EFL.
25
26 %prep
27 %setup -q -n %{name}
28
29 %build
30 %{__libtoolize}
31 %{__aclocal}
32 %{__autoconf}
33 %{__autoheader}
34 %{__automake}
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc AUTHORS COPYING README
50 %attr(755,root,root) %{_bindir}/%{name}
51 %{_datadir}/%{name}
This page took 0.072111 seconds and 3 git commands to generate.