]> git.pld-linux.org Git - packages/camserv.git/blob - camserv.spec
c97b609c34a0f24558c7f32b080800dd01c85df9
[packages/camserv.git] / camserv.spec
1 %define name camserv
2 %define version 0.5.0
3 %define release 1
4 %define prefix /usr/local
5
6 Summary: A streaming web video browser and utilities.
7 Name: %{name}
8 Version: %{version}
9 Release: %{release}
10 Group: Applications/Web
11 Copyright: GPL
12 Source: %{name}-%{version}.tar.gz
13 Url: http://cserv.sourceforge.net
14 BuildRoot: /var/tmp/%{name}-%{version}-build
15 Requires: libjpeg >= 6b
16 Requires: imlib2 >= 1.0.5
17 Requires: gdk-pixbuf >= 0.11.0
18 Prefix: %prefix
19
20 %description
21 Camserv is an extremely modular program for doing streaming video 
22 from your Unix machine to web clients.  Filters can be added for 
23 text on the displayed window, and anything else one wants to add. 
24
25 In addition portability to other unices should be incredibly easy given
26 the modularity of the camera plugin modules.
27
28 Utilities for camera broadcast webserver offloading are also included.
29
30 %prep
31 %setup
32
33 %build
34 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --with-gzip
35 make
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 mkdir -p $RPM_BUILD_ROOT%{prefix}
40 make prefix=$RPM_BUILD_ROOT%{prefix} install
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(-,root,root)
47 %doc AUTHORS BUGS COPYING ChangeLog NEWS README TODO javascript.txt
48 %{prefix}/share/camserv/camserv.cfg
49 %{prefix}/share/camserv/defpage.html
50 %{prefix}/bin/camserv
51 %{prefix}/bin/relay
52 %{prefix}/lib/camserv/lib*.so.*
53 %{prefix}/lib/camserv/libvideo_v4l.a
54 %{prefix}/lib/camserv/libvideo_v4l.la
55 %{prefix}/lib/camserv/libvideo_v4l.so
56 %{prefix}/lib/camserv/libvideo_basic.a
57 %{prefix}/lib/camserv/libvideo_basic.la
58 %{prefix}/lib/camserv/libvideo_basic.so
59 %{prefix}/lib/camserv/libtext_filter.a
60 %{prefix}/lib/camserv/libtext_filter.la
61 %{prefix}/lib/camserv/libtext_filter.so
62 %{prefix}/lib/camserv/librand_filter.a
63 %{prefix}/lib/camserv/librand_filter.la
64 %{prefix}/lib/camserv/librand_filter.so
65 %{prefix}/lib/camserv/libgdk_pixbuf_filter.a
66 %{prefix}/lib/camserv/libgdk_pixbuf_filter.la
67 %{prefix}/lib/camserv/libgdk_pixbuf_filter.so
68 %{prefix}/lib/camserv/libimlib2_filter.a
69 %{prefix}/lib/camserv/libimlib2_filter.la
70 %{prefix}/lib/camserv/libimlib2_filter.so
71 %{prefix}/lib/camserv/libjpg_filter.a
72 %{prefix}/lib/camserv/libjpg_filter.la
73 %{prefix}/lib/camserv/libjpg_filter.so
74
75
76 %changelog
77 * Sun Mar 10 2002 Jon Travis <jtravis@p00p.org>
78 - Long overdue release which mainly fixes up build issues
79
80 * Sun Feb 13 2000 Jon Travis <jtravis@cse.unl.edu>
81 - Yet another release.. yay.
82
83 * Thu Nov 18 1999 Jon Travis <jon@dsndata.com>
84 - Another release.. yay.
85
86 * Wed Oct 27 1999 Jon Travis <jon@dsndata.com>
87 - Initial package creation
This page took 0.069893 seconds and 2 git commands to generate.