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