]> git.pld-linux.org Git - packages/cambozola.git/blob - cambozola.spec
- separated from ZoneMinder
[packages/cambozola.git] / cambozola.spec
1 Summary:        content/multipart streamed JPEG viewer
2 Summary(pl.UTF-8):      Przeglądarka obrazów JPEG content/multipart
3 Name:           cambozola
4 Version:        0.68
5 Release:        1
6 License:        GPL v2
7 Group:          Libraries
8 # http://www.charliemouse.com/code/cambozola/
9 Source0:        http://www.charliemouse.com/code/cambozola/%{name}-%{version}.tar.gz
10 # Source0-md5:  e4fac8b6ee94c9075b14bb95be4f860b
11 URL:            http://www.charliemouse.com/code/cambozola/
12 BuildArch:      noarch
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Cambozola is a very simple (cheesey!) viewer for multipart JPEG
17 streams that are often pumped out by a streaming webcam server,
18 sending over multiple images per second. Netscape will display and
19 refresh these automatically, but Internet Explorer and other browsers
20 do not - they will only display the first image.
21
22 %description -l pl.UTF-8
23 Cambozola jest prostą przeglądarką dla wieloczęściowych strumieni
24 JPEG, często udostępnianych przez kamery WWW, wysyłające wiele obrazów
25 na sekundę. Netscape wyświetli i będzie odświeżać podgląd
26 automatycznie, ale Internet Explorer i inne przeglądarki nie -
27 wyświetlą tylko pierwszy obrazek.
28
29 %prep
30 %setup -q
31
32 %build
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -D dist/cambozola.jar $RPM_BUILD_ROOT%{_datadir}/%{name}/%{name}.jar
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %{_datadir}/%{name}/
This page took 0.098345 seconds and 3 git commands to generate.