]> git.pld-linux.org Git - packages/eg.git/blob - eg.spec
- initital version by Przemysław Białek <lobo@chello.pl>
[packages/eg.git] / eg.spec
1 Summary:        Norton Guide reader for GNU/Linux
2 Summary(pl):    Czytnik plików Norton Guide dla GNU/Linuxa
3 Name:           eg
4 Version:        1.00
5 Release:        1
6 License:        GPL
7 Group:          Applications
8 Source0:        http://www.davep.org/norton-guides/%{name}-%{version}.tar.gz
9 # Source0-md5:  8c7a5b75fbc670edd01821e8bcc9297c
10 Patch0:         %{name}-gcc34.patch
11 BuildRequires:  slang-devel
12 URL:            http://www.davep.org/norton-guides/
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15
16 %description
17 Expert Guide is a text based Norton Guide reader.
18
19 %description -l pl
20 Expert Guide jest tekstowym czytnikiem plików w formacie Norton Guide.
21
22 %prep
23 %setup -q
24 %patch0 -p1
25
26 %build
27 %{__make} CFLAGS="%{rpmcflags}"
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_datadir}/norton-guides}
32
33 install eg $RPM_BUILD_ROOT%{_bindir}
34 install eg.1 $RPM_BUILD_ROOT%{_mandir}/man1
35 install default-guide/eg.ng $RPM_BUILD_ROOT%{_datadir}/norton-guides/
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc BUGS Changes README TODO
43 %attr(755,root,root) %{_bindir}/eg
44 %{_mandir}/man1/*
45 %{_datadir}/norton-guides
This page took 0.061821 seconds and 4 git commands to generate.