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