]> git.pld-linux.org Git - packages/dvipng.git/blobdiff - dvipng.spec
- BR: texinfo-texi2dvi
[packages/dvipng.git] / dvipng.spec
index 96189cec8f7eb8c78480b34270ec3b8556ed28c7..660ffa4a7c487049835b6a24c42473b21c5bc3a3 100644 (file)
@@ -1,19 +1,20 @@
 Summary:       Convert DVI files to PNG
-Summary(pl):   Konwersja plików DVI do PNG
+Summary(pl.UTF-8):     Konwersja plików DVI do PNG
 Name:          dvipng
-Version:       0.9
-Release:       0.1
-License:       GPL v2  
-Group:         Applcations/Console
-Source0:       http://dl.sourceforge.net/preview-latex/%{name}-%{version}.tar.gz
-# Source0-md5: adcf67e88db27c451ae44c80c24f6a2b
+Version:       1.13
+Release:       1
+License:       GPL v2
+Group:         Applications/Console
+Source0:       http://downloads.sourceforge.net/dvipng/%{name}-%{version}.tar.gz
+# Source0-md5: da8d062977cbfeb2fb39b81d28d0b7f3
 Patch0:                %{name}-info.patch
-URL:           http://www.sourceforge.net/projects/preview-latex/
+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
@@ -22,15 +23,16 @@ and its relatives.
 
 It is intended to produce anti-aliased screen-resolution images as
 fast as is possible. The target audience is people who need to
-generate and regenerate many images again and again. 
+generate and regenerate many images again and again.
 
-%description -l pl
-Ten program tworzy obrazki PNG z plików DVI tworzonych przez TeXa i
-pokrewne narzêdzia.
+%description -l pl.UTF-8
+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,14 +51,15 @@ 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)
-%doc README RELEASE
-%{_infodir}/*.info*
+%doc ChangeLog README RELEASE
 %attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
+%{_infodir}/*.info*
This page took 0.112918 seconds and 4 git commands to generate.