]> git.pld-linux.org Git - packages/bmv.git/blobdiff - bmv.spec
- now we have svgalib on all supported archs
[packages/bmv.git] / bmv.spec
index b05825d52e384f887a993090f76698317041de6c..f2fc36dc0d2977f7f85e8f98bd29ddef50e08f4a 100644 (file)
--- a/bmv.spec
+++ b/bmv.spec
@@ -7,15 +7,16 @@ Vendor:               Jan Kybic <kybic@earn.cvut.cz>
 Group:         Applications/Publishing
 License:       GPL
 Source0:       ftp://sunsite.unc.edu/pub/Linux/apps/graphics/viewers/svga/%{name}-%{version}.tgz
+# Source0-md5: 40c881800edac6b1d2ce75ea8da6e6b4
 Patch0:                %{name}-glibc.patch
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 BuildRequires: svgalib-devel
 Requires:      ghostscript
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-BMV is a front end for GhostScript. Using BMV you can now preview your
-PostScript files comfortably. It uses SVGAlib and it is intended for
-Linux users who cannot run X. It is particulary suitable for
+BMV is a front end for GhostScript. Using BMV you can now preview
+your PostScript files comfortably. It uses SVGAlib and it is intended
+for Linux users who cannot run X. It is particularly suitable for
 previewing PS files from dvips. It is small and fast.
 
 %description -l pl
@@ -35,13 +36,13 @@ Jest ma
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
+
 install bmv $RPM_BUILD_ROOT%{_bindir}
-gzip -9nf bmv.{CHANGES,README}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc bmv.{CHANGES,README}
 %attr(755,root,root) %{_bindir}/bmv
This page took 0.053575 seconds and 4 git commands to generate.