]> git.pld-linux.org Git - packages/dvipng.git/blobdiff - dvipng.spec
- BR: texinfo-texi2dvi
[packages/dvipng.git] / dvipng.spec
index a2085dffcae1416754e17dede36e530e5d0650fa..660ffa4a7c487049835b6a24c42473b21c5bc3a3 100644 (file)
@@ -1,19 +1,20 @@
 Summary:       Convert DVI files to PNG
 Summary(pl.UTF-8):     Konwersja plików DVI do PNG
 Name:          dvipng
-Version:       1.9
+Version:       1.13
 Release:       1
 License:       GPL v2
 Group:         Applications/Console
-Source0:       http://dl.sourceforge.net/dvipng/%{name}-%{version}.tar.gz
-# Source0-md5: 9107065e4da9a18dfff2c1a76fbbf919
+Source0:       http://downloads.sourceforge.net/dvipng/%{name}-%{version}.tar.gz
+# Source0-md5: da8d062977cbfeb2fb39b81d28d0b7f3
 Patch0:                %{name}-info.patch
 URL:           http://www.sourceforge.net/projetcs/dvipng/
 BuildRequires: freetype-devel
 BuildRequires: gd-devel
 BuildRequires: kpathsea-devel
-BuildRequires: tetex-format-plain
 BuildRequires: texinfo
+BuildRequires: texinfo-texi2dvi
+Conflicts:     texlive
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -28,9 +29,10 @@ generate and regenerate many images again and again.
 Ten program tworzy obrazki PNG z plików DVI tworzonych przez TeXa i
 pokrewne narzędzia.
 
-Program ma służyć do tworzenie obrazków w rozdzielczości ekranu z
-antyaliasingiem tak szybko, jak to tylko możliwe. Jest on dla ludzi
-potrzebujących ciągle generować lub regenerować wiele obrazków.
+Program ma służyć do tworzenia obrazków w rozdzielczości ekranu z
+antyaliasingiem tak szybko, jak to tylko możliwe. Jest on przeznaczony
+dla osób potrzebujących ciągle generować lub regenerować wiele
+obrazków.
 
 %prep
 %setup -q
@@ -49,11 +51,11 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
+%post  -p      /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
 
-%postun
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
+%postun        -p      /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
 
 %files
 %defattr(644,root,root,755)
This page took 0.050334 seconds and 4 git commands to generate.