]> git.pld-linux.org Git - packages/dvipng.git/blob - dvipng.spec
- pl
[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
20 and 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
24 generate and regenerate many images again and again. 
25
26 %description -l pl
27 Ten program tworzy obrazki PNG z plików DVI tworzonych przez TeXa i
28 pokrewne narzêdzia.
29
30 Program ma s³u¿yæ do tworzenie obrazków w rozdzielczo¶ci ekranu z
31 antyaliasingiem tak szybko, jak to tylko mo¿liwe. Jest on dla ludzi
32 potrzebuj±cych ci±gle generowaæ lub regenerowaæ wiele obrazków.
33
34 %prep
35 %setup -q
36 %patch0 -p1
37
38 %build
39 %configure
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc README RELEASE
54 %{_infodir}/*.info*
55 %attr(755,root,root) %{_bindir}/*
This page took 0.052815 seconds and 4 git commands to generate.