]> git.pld-linux.org Git - packages/dvipng.git/blame - dvipng.spec
- BR: texinfo-texi2dvi
[packages/dvipng.git] / dvipng.spec
CommitLineData
5907719e 1Summary: Convert DVI files to PNG
13ac5323 2Summary(pl.UTF-8): Konwersja plików DVI do PNG
f2a8ca5a 3Name: dvipng
548ace6f 4Version: 1.13
c069e8dd
AG
5Release: 1
6License: GPL v2
7Group: Applications/Console
548ace6f 8Source0: http://downloads.sourceforge.net/dvipng/%{name}-%{version}.tar.gz
9# Source0-md5: da8d062977cbfeb2fb39b81d28d0b7f3
94fd50ee 10Patch0: %{name}-info.patch
abea7b5a 11URL: http://www.sourceforge.net/projetcs/dvipng/
cefff6ed
AG
12BuildRequires: freetype-devel
13BuildRequires: gd-devel
14BuildRequires: kpathsea-devel
cb88c03a 15BuildRequires: texinfo
33b22882 16BuildRequires: texinfo-texi2dvi
548ace6f 17Conflicts: texlive
f2a8ca5a
AG
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
5907719e
JB
21This program makes PNG graphics from DVI files as obtained from TeX
22and its relatives.
f2a8ca5a 23
cefff6ed 24It is intended to produce anti-aliased screen-resolution images as
5907719e 25fast as is possible. The target audience is people who need to
c069e8dd 26generate and regenerate many images again and again.
5907719e 27
e4f4e1c3
JR
28%description -l pl.UTF-8
29Ten program tworzy obrazki PNG z plików DVI tworzonych przez TeXa i
30pokrewne narzędzia.
5907719e 31
548ace6f 32Program ma służyć do tworzenia obrazków w rozdzielczości ekranu z
33antyaliasingiem tak szybko, jak to tylko możliwe. Jest on przeznaczony
34dla osób potrzebujących ciągle generować lub regenerować wiele
35obrazków.
f2a8ca5a
AG
36
37%prep
38%setup -q
39%patch0 -p1
40
41%build
42%configure
43%{__make}
44
45%install
46rm -rf $RPM_BUILD_ROOT
f2a8ca5a
AG
47
48%{__make} install \
49 DESTDIR=$RPM_BUILD_ROOT
50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
f2eb1a04
ER
54%post -p /sbin/postshell
55-/usr/sbin/fix-info-dir -c %{_infodir}
cb88c03a 56
f2eb1a04
ER
57%postun -p /sbin/postshell
58-/usr/sbin/fix-info-dir -c %{_infodir}
cb88c03a 59
f2a8ca5a
AG
60%files
61%defattr(644,root,root,755)
3f4eef02 62%doc ChangeLog README RELEASE
f2a8ca5a 63%attr(755,root,root) %{_bindir}/*
abea7b5a 64%{_mandir}/man1/*
078449b9 65%{_infodir}/*.info*
This page took 0.067399 seconds and 4 git commands to generate.