]> git.pld-linux.org Git - packages/dvipng.git/blob - dvipng.spec
- added pl/en summary, en description
[packages/dvipng.git] / dvipng.spec
1 Summary:        Convert DVI files to PNG.
2 Summary(pl):    Konwersja plików DVI do PNG.
3 Name:           dvipng
4 Version:        0.7
5 Release:        0.2
6 License:        GPL v2  
7 Group:          Applcations/Console
8 Source0:        http://dl.sourceforge.net/preview-latex/%{name}-%{version}.tar.gz
9 # Source0-md5:  00a8c39343d277f4d25878d6faf5689b
10 Patch0:         %{name}-DESTDIR.patch
11 URL:            http://www.sourceforge.net/projects/preview-latex/
12 BuildRequires:  freetype-devel
13 BuildRequires:  gd-devel
14 BuildRequires:  kpathsea-devel
15 BuildRequires:  tetex-format-plain
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 This program makes PNG graphics from DVI files as obtained from TeX and
20 its relatives.
21
22 It is intended to produce anti-aliased screen-resolution images as
23 fast as is possible. The target audience is people who need to generate
24 and regenerate many images again and again. 
25
26 %prep
27 %setup -q
28 %patch0 -p1
29
30 %build
31 %configure
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc README RELEASE
46 %{_infodir}/*.info*
47 %attr(755,root,root) %{_bindir}/*
This page took 0.065636 seconds and 4 git commands to generate.