]> git.pld-linux.org Git - packages/dvi2tty.git/blob - dvi2tty.spec
- removed all Group fields translations (oure rpm now can handle translating
[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 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 gzip -9nf README
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(644,root,root,755)
37 %doc *.gz
38 %attr(755,root,root) %{_bindir}/*
39 %{_mandir}/*/*
This page took 0.06822 seconds and 4 git commands to generate.