]> git.pld-linux.org Git - packages/gspy.git/blobdiff - gspy.spec
- s/Gnome/GNOME/g
[packages/gspy.git] / gspy.spec
index 452dab7e1cbad8ffa27969929d9599bdfce0bc2e..b5da38b2547e8893092a3340cc8d1ac16b0b8c61 100644 (file)
--- a/gspy.spec
+++ b/gspy.spec
@@ -1,37 +1,36 @@
-Summary:       retrieves images from a video4linux device
+Summary:       A GNOME Security Camera
+Summary(pl):   Kamera bezpieczeñstwa GNOME
 Name:          gspy
 Version:       0.1.8
 Release:       0.1
 License:       GPL v2
 Group:         Applications
 Source0:       http://gspy.sourceforge.net/%{name}-%{version}-src.tar.gz
+# Source0-md5: b8cdf73e0e11f0294bf979e195e66d32
 URL:           http://gspy.sourceforge.net/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Gspy retrieves images from a video4linux device and processes these
 into a daily mpeg movie on the disk drive. Each image is recorded with
-a time stamp to insure accurate real world correlation. Special motion
-detection algorithms are used to reduce the size of the daily movies
-by eliminating pictures with similar content as well as the normal
-compression obtained via the mpeg process. The result is a time lapse
-video per day with nonlinear time compression using only the images of
-interest. This program will only run on Linux machines which support a
-video4linux-device in 640x480 capture size. This software has been
-tested with the 2.4.0-test1 kernel, 2.4.0-test4 and the 2.2.16 kernel
-with the usb backport patch. You should have the Berkeley MPEG Tools
-installed if you wish to generate the MPEG files. Gspy can be used
-without the MPEG tools, as it will fill a directory with jpg images
-that can be processed or viewed at a later time. Versions from 0.1.6
-include a user defined command that is executed on each alarm. This
-command string can include a token(s) "%f%" that will get replaced
-with the alarm picture filename. Typical uses would be to copy the
-alarm picture to a remote site using ftp or scp, email the picture to
-someone, play a sound annoucement... "Step away from the keyboard!",
-turn on lights using a parallel port or X10 interface, or ???. Have
-FUN
+a time stamp. Special motion detection algorithms are used to reduce
+the size of the daily movies by eliminating pictures with similar
+content The result is a time lapse video per day with nonlinear time
+compression using only the images of interest. Recent versions include
+a user defined command that is executed on each alarm. Typical uses 
+would be to copy the alarm picture to a remote site using ftp or scp, 
+email the picture to someone, play a sound annoucement... 
 
 %description -l pl
+Gspy pobiera obrazy z urz±dzenia video4linux i przetwarza je na
+dzienne filmy mpeg archiwizowane na dysku. Ka¿dy obraz jest nagrywany
+ze znacznikiem czasu. Specjalne algorytmy wykrywania ruchu s±
+wykorzystywane aby zredukowaæ wielko¶æ filmów przez eliminowanie
+obrazów z podobn± zawarto¶ci±. Efektem jest spowolniony obraz wideo z
+nielinniow± kompresj± czasu tylko na podstawie obrazów wartych uwagi.
+Ostatnie wersje potrafi± uruchamiaæ komendy zdefiniowane przez u¿ytkownika
+Typowe zastosowania to kopiowanie alarmuj±cego zdjêcia przez ftp/scp, 
+wys³anie emailem czy odtworzenie komunikatu... 
 
 %prep
 %setup -q -n %{name}
@@ -56,26 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%pre
-
-%post
-#%post -p /sbin/ldconfig
-
-%preun
-
-%postun
-#%postun       -p /sbin/ldconfig
-
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
-
-# if _sysconfdir != /etc:
-#%%dir %{_sysconfdir}
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
-
 %attr(755,root,root) %{_bindir}/*
-
 %{_datadir}/%{name}
-
-# initscript and its config
This page took 0.045932 seconds and 4 git commands to generate.