]> git.pld-linux.org Git - packages/dvipng.git/blobdiff - dvipng.spec
- updated to 1.17
[packages/dvipng.git] / dvipng.spec
index 2373ef0ad40a4e3ccc60ff94c14ae239b1c55676..4f57afc530e446661d2ad1ca98a6bf227b591c4c 100644 (file)
@@ -1,19 +1,23 @@
 Summary:       Convert DVI files to PNG
-Summary(pl.UTF-8):   Konwersja plików DVI do PNG
+Summary(pl.UTF-8):     Konwersja plików DVI do PNG
 Name:          dvipng
-Version:       1.8
+Version:       1.17
 Release:       1
-License:       GPL v2
-Group:         Applications/Console
-Source0:       http://dl.sourceforge.net/dvipng/%{name}-%{version}.tar.gz
-# Source0-md5: f0b18b2c32ec38df495f468080775421
+License:       LGPL v3
+Group:         Applications/Graphics
+Source0:       http://downloads.sourceforge.net/dvipng/%{name}-%{version}.tar.gz
+# Source0-md5: 122fa97e4a8988eb33dda1fb75506b09
 Patch0:                %{name}-info.patch
-URL:           http://www.sourceforge.net/projetcs/dvipng/
-BuildRequires: freetype-devel
-BuildRequires: gd-devel
+URL:           http://sourceforge.net/projects/dvipng/
+BuildRequires: freetype-devel >= 2.0.1
+BuildRequires: gd-devel >= 2.0.28
 BuildRequires: kpathsea-devel
-BuildRequires: tetex-format-plain
+BuildRequires: libpng-devel
 BuildRequires: texinfo
+BuildRequires: zlib-devel
+Requires:      freetype >= 2.0.1
+Requires:      gd >= 2.0.28
+Conflicts:     texlive
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -28,12 +32,13 @@ 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
+%setup -q -c
 %patch0 -p1
 
 %build
@@ -49,15 +54,17 @@ 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 ChangeLog README RELEASE
-%attr(755,root,root) %{_bindir}/*
-%{_mandir}/man1/*
-%{_infodir}/*.info*
+%attr(755,root,root) %{_bindir}/dvigif
+%attr(755,root,root) %{_bindir}/dvipng
+%{_mandir}/man1/dvigif.1*
+%{_mandir}/man1/dvipng.1*
+%{_infodir}/dvipng.info*
This page took 0.06132 seconds and 4 git commands to generate.