]> git.pld-linux.org Git - packages/bmv.git/blobdiff - bmv.spec
- dropped pre-cvs changelog
[packages/bmv.git] / bmv.spec
index b05825d52e384f887a993090f76698317041de6c..f6dd28b733234470bfcc28964554651d73f41a27 100644 (file)
--- a/bmv.spec
+++ b/bmv.spec
@@ -1,31 +1,32 @@
 Summary:       Simple viewer of images (pbm-raw) and front end for GhostScript based on SVGAlib
 Summary:       Simple viewer of images (pbm-raw) and front end for GhostScript based on SVGAlib
-Summary(pl):   Prosta przegl±darka plików graficznych (pbm-raw) oraz frontend do GhostScriptu bazuj±cy na SVGAlib
+Summary(pl.UTF-8):     Prosta przeglądarka plików graficznych (pbm-raw) oraz frontend do GhostScriptu bazujący na SVGAlib
 Name:          bmv
 Version:       1.2
 Name:          bmv
 Version:       1.2
-Release:       2
+Release:       3
 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
 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
 Patch0:                %{name}-glibc.patch
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 BuildRequires: svgalib-devel
 Requires:      ghostscript
 BuildRequires: svgalib-devel
 Requires:      ghostscript
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 
 %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.
 
 previewing PS files from dvips. It is small and fast.
 
-%description -l pl
-Przegl±darka BMV jest fontendem dla GhostScriptu. Korzystaj±c z niej
-mo¿esz ogl±daæ pliki PostScript poprzez bibliotekê svgalib - bez X.
-Jest ma³a i szybka.
+%description -l pl.UTF-8
+Przeglądarka BMV jest frontendem dla GhostScriptu. Korzystając z niej
+możesz oglądać pliki PostScript poprzez bibliotekę svgalib - bez X.
+Jest mała i szybka.
 
 %prep
 %setup -q
 
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
 
 %build
 %{__make} \
 
 %build
 %{__make} \
@@ -35,13 +36,13 @@ Jest ma
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
+
 install bmv $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)
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc bmv.{CHANGES,README}
 %attr(755,root,root) %{_bindir}/bmv
 %attr(755,root,root) %{_bindir}/bmv
This page took 0.066324 seconds and 4 git commands to generate.