]> git.pld-linux.org Git - packages/dvi2tty.git/blob - dvi2tty.spec
- release 2 - license fix, new doc
[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:        2
6 License:        non-commercial
7 Group:          Applications/Text
8 Source0:        http://www.mesa.nl/pub/%{name}/%{name}-%{version}.tar.gz
9 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
10
11 %description
12 Dvi2tty convert TeX dvi output to ascii.
13
14 %description -l pl
15 Dvi2tty konweruje pliki wynikowe TeX dvi do ascii.
16
17 %prep
18 %setup  -q
19
20 %build
21 %{__make}
22
23 %install
24 rm -rf $RPM_BUILD_ROOT
25 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
26
27 install dvi2tty disdvi $RPM_BUILD_ROOT%{_bindir}
28 install *.1 $RPM_BUILD_ROOT%{_mandir}/man1
29
30 %clean
31 rm -rf $RPM_BUILD_ROOT
32
33 %files
34 %defattr(644,root,root,755)
35 %doc README
36 %attr(755,root,root) %{_bindir}/*
37 %{_mandir}/*/*
This page took 0.050422 seconds and 4 git commands to generate.