]> git.pld-linux.org Git - packages/dvipng.git/blame_incremental - dvipng.spec
- BR: texinfo-texi2dvi
[packages/dvipng.git] / dvipng.spec
... / ...
CommitLineData
1Summary: Convert DVI files to PNG
2Summary(pl.UTF-8): Konwersja plików DVI do PNG
3Name: dvipng
4Version: 1.13
5Release: 1
6License: GPL v2
7Group: Applications/Console
8Source0: http://downloads.sourceforge.net/dvipng/%{name}-%{version}.tar.gz
9# Source0-md5: da8d062977cbfeb2fb39b81d28d0b7f3
10Patch0: %{name}-info.patch
11URL: http://www.sourceforge.net/projetcs/dvipng/
12BuildRequires: freetype-devel
13BuildRequires: gd-devel
14BuildRequires: kpathsea-devel
15BuildRequires: texinfo
16BuildRequires: texinfo-texi2dvi
17Conflicts: texlive
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21This program makes PNG graphics from DVI files as obtained from TeX
22and its relatives.
23
24It is intended to produce anti-aliased screen-resolution images as
25fast as is possible. The target audience is people who need to
26generate and regenerate many images again and again.
27
28%description -l pl.UTF-8
29Ten program tworzy obrazki PNG z plików DVI tworzonych przez TeXa i
30pokrewne narzędzia.
31
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.
36
37%prep
38%setup -q
39%patch0 -p1
40
41%build
42%configure
43%{__make}
44
45%install
46rm -rf $RPM_BUILD_ROOT
47
48%{__make} install \
49 DESTDIR=$RPM_BUILD_ROOT
50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54%post -p /sbin/postshell
55-/usr/sbin/fix-info-dir -c %{_infodir}
56
57%postun -p /sbin/postshell
58-/usr/sbin/fix-info-dir -c %{_infodir}
59
60%files
61%defattr(644,root,root,755)
62%doc ChangeLog README RELEASE
63%attr(755,root,root) %{_bindir}/*
64%{_mandir}/man1/*
65%{_infodir}/*.info*
This page took 0.046575 seconds and 4 git commands to generate.