]> git.pld-linux.org Git - packages/bmv.git/blob - bmv.spec
- massive attack: source-md5
[packages/bmv.git] / bmv.spec
1 Summary:        Simple viewer of images (pbm-raw) and front end for GhostScript based on SVGAlib
2 Summary(pl):    Prosta przegl±darka plików graficznych (pbm-raw) oraz frontend do GhostScriptu bazuj±cy na SVGAlib
3 Name:           bmv
4 Version:        1.2
5 Release:        2
6 Vendor:         Jan Kybic <kybic@earn.cvut.cz>
7 Group:          Applications/Publishing
8 License:        GPL
9 Source0:        ftp://sunsite.unc.edu/pub/Linux/apps/graphics/viewers/svga/%{name}-%{version}.tgz
10 # Source0-md5:  40c881800edac6b1d2ce75ea8da6e6b4
11 Patch0:         %{name}-glibc.patch
12 BuildRequires:  svgalib-devel
13 Requires:       ghostscript
14 ExclusiveArch:  %{ix86} alpha
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 BMV is a front end for GhostScript. Using BMV you can now preview
19 your PostScript files comfortably. It uses SVGAlib and it is intended
20 for Linux users who cannot run X. It is particularly suitable for
21 previewing PS files from dvips. It is small and fast.
22
23 %description -l pl
24 Przegl±darka BMV jest fontendem dla GhostScriptu. Korzystaj±c z niej
25 mo¿esz ogl±daæ pliki PostScript poprzez bibliotekê svgalib - bez X.
26 Jest ma³a i szybka.
27
28 %prep
29 %setup -q
30 %patch -p1
31
32 %build
33 %{__make} \
34         CC="%{__cc} -DCOLOUR" \
35         CFLAGS="%{rpmcflags} %{!?debug:-fomit-frame-pointer}"
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 install -d $RPM_BUILD_ROOT%{_bindir}
40 install bmv $RPM_BUILD_ROOT%{_bindir}
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc bmv.{CHANGES,README}
48 %attr(755,root,root) %{_bindir}/bmv
This page took 0.063683 seconds and 3 git commands to generate.