]> git.pld-linux.org Git - packages/gspy.git/blobdiff - gspy.spec
- propably better summary
[packages/gspy.git] / gspy.spec
index 74ef0d5de3ffb66d610e1927b229c203eb8391e9..772b7c044bc97bf23c0678c35bcf8b804b62e3cb 100644 (file)
--- a/gspy.spec
+++ b/gspy.spec
@@ -1,22 +1,11 @@
-#
-# Conditional build:
-#
-Summary:       -
-Summary(pl):   -
+Summary:       A Gnome Security Camera
 Name:          gspy
 Version:       0.1.8
 Release:       0.1
 License:       GPL v2
 Group:         Applications
-#Icon:         -
 Source0:       http://gspy.sourceforge.net/%{name}-%{version}-src.tar.gz
-#Patch0:               %{name}-what.patch
 URL:           http://gspy.sourceforge.net/
-#BuildRequires:        autoconf
-#BuildRequires:        automake
-#BuildRequires:        libtool
-#BuildRequires:        -
-#PreReq:               -
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -39,18 +28,13 @@ 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
-
-%description -l pl
+turn on lights using a parallel port or X10 interface, or ???. 
+Have FUN
 
 %prep
 %setup -q -n %{name}
-#%patch0 -p1
 
 %build
-# if ac/am/* rebuilding is necessary, do it in this order and add
-# appropriate BuildRequires
 %{__gettextize}
 %{__libtoolize}
 %{__aclocal}
@@ -63,8 +47,6 @@ cp -f /usr/share/automake/config.sub .
 
 %install
 rm -rf $RPM_BUILD_ROOT
-# create directories if necessary
-#install -d $RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
@@ -72,26 +54,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.177222 seconds and 4 git commands to generate.