]> git.pld-linux.org Git - packages/dvi2tty.git/blob - dvi2tty.spec
- cosmetics.
[packages/dvi2tty.git] / dvi2tty.spec
1 Summary:        DVI to ascii converter
2 Summary(pl):    Konwerter DVI do ascii
3 Name:           dvi2tty
4 Version:        5.3
5 Release:        1
6 License:        non-commercial only
7 Group:          Applications/Text
8 Group(de):      Applikationen/Text
9 Group(pl):      Aplikacje/Tekst
10 Source0:        http://www.mesa.nl/pub/%{name}/%{name}-%{version}.tar.gz
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Dvi2tty convert TeX dvi output to ascii.
15
16 %description -l pl
17 Dvi2tty konweruje pliki wynikowe TeX dvi do ascii.
18
19 %prep
20 %setup  -q
21
22 %build
23 %{__make}
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
28
29 install dvi2tty disdvi $RPM_BUILD_ROOT%{_bindir}
30 install *.1 $RPM_BUILD_ROOT%{_mandir}/man1
31
32 gzip -9nf README
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %doc *.gz
40 %attr(755,root,root) %{_bindir}/*
41 %{_mandir}/*/*
This page took 0.065208 seconds and 4 git commands to generate.