]> git.pld-linux.org Git - packages/gspy.git/blob - gspy.spec
- s/Gnome/GNOME/g
[packages/gspy.git] / gspy.spec
1 Summary:        A GNOME Security Camera
2 Summary(pl):    Kamera bezpieczeñstwa GNOME
3 Name:           gspy
4 Version:        0.1.8
5 Release:        0.1
6 License:        GPL v2
7 Group:          Applications
8 Source0:        http://gspy.sourceforge.net/%{name}-%{version}-src.tar.gz
9 # Source0-md5:  b8cdf73e0e11f0294bf979e195e66d32
10 URL:            http://gspy.sourceforge.net/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Gspy retrieves images from a video4linux device and processes these
15 into a daily mpeg movie on the disk drive. Each image is recorded with
16 a time stamp. Special motion detection algorithms are used to reduce
17 the size of the daily movies by eliminating pictures with similar
18 content The result is a time lapse video per day with nonlinear time
19 compression using only the images of interest. Recent versions include
20 a user defined command that is executed on each alarm. Typical uses 
21 would be to copy the alarm picture to a remote site using ftp or scp, 
22 email the picture to someone, play a sound annoucement... 
23
24 %description -l pl
25 Gspy pobiera obrazy z urz±dzenia video4linux i przetwarza je na
26 dzienne filmy mpeg archiwizowane na dysku. Ka¿dy obraz jest nagrywany
27 ze znacznikiem czasu. Specjalne algorytmy wykrywania ruchu s±
28 wykorzystywane aby zredukowaæ wielko¶æ filmów przez eliminowanie
29 obrazów z podobn± zawarto¶ci±. Efektem jest spowolniony obraz wideo z
30 nielinniow± kompresj± czasu tylko na podstawie obrazów wartych uwagi.
31 Ostatnie wersje potrafi± uruchamiaæ komendy zdefiniowane przez u¿ytkownika
32 Typowe zastosowania to kopiowanie alarmuj±cego zdjêcia przez ftp/scp, 
33 wys³anie emailem czy odtworzenie komunikatu... 
34
35 %prep
36 %setup -q -n %{name}
37
38 %build
39 %{__gettextize}
40 %{__libtoolize}
41 %{__aclocal}
42 %{__autoconf}
43 %{__autoheader}
44 %{__automake}
45 cp -f /usr/share/automake/config.sub .
46 %configure
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
61 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
62 %attr(755,root,root) %{_bindir}/*
63 %{_datadir}/%{name}
This page took 0.049499 seconds and 4 git commands to generate.