]> git.pld-linux.org Git - packages/dvipng.git/commitdiff
- added pl/en summary, en description
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 19 Oct 2003 20:50:28 +0000 (20:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BR: freetype-devel, gd-devel, kpathsea-devel, tetex-format-plain
- added info documentation in %%files
- cleanups

Changed files:
    dvipng.spec -> 1.2

dvipng.spec

index 96e81c80f9fb8b64a990fbea73c6f8fb8457f127..e9562a3113557631c94cd6099e99778ed5b3d440 100644 (file)
@@ -1,21 +1,27 @@
-Summary:       -
-Summary(pl):   -
+Summary:       Convert DVI files to PNG.
+Summary(pl):   Konwersja plików DVI do PNG.
 Name:          dvipng
 Version:       0.7
-Release:       0.1
+Release:       0.2
 License:       GPL v2  
 Group:         Applcations/Console
 Source0:       http://dl.sourceforge.net/preview-latex/%{name}-%{version}.tar.gz
 # Source0-md5: 00a8c39343d277f4d25878d6faf5689b
 Patch0:                %{name}-DESTDIR.patch
 URL:           http://www.sourceforge.net/projects/preview-latex/
+BuildRequires: freetype-devel
+BuildRequires: gd-devel
+BuildRequires: kpathsea-devel
+BuildRequires: tetex-format-plain
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-foo
+This program makes PNG graphics from DVI files as obtained from TeX and
+its relatives.
 
-%description -l pl
-shmoo
+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. 
 
 %prep
 %setup -q
@@ -27,8 +33,6 @@ shmoo
 
 %install
 rm -rf $RPM_BUILD_ROOT
-# create directories if necessary
-#install -d $RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
@@ -39,4 +43,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README RELEASE
+%{_infodir}/*.info*
 %attr(755,root,root) %{_bindir}/*
This page took 0.061266 seconds and 4 git commands to generate.