SPECS: ss.spec (NEW) - another tool for linux console
glen
glen at pld-linux.org
Tue Jan 2 14:49:55 CET 2007
Author: glen Date: Tue Jan 2 13:49:55 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- another tool for linux console
---- Files affected:
SPECS:
ss.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/ss.spec
diff -u /dev/null SPECS/ss.spec:1.1
--- /dev/null Tue Jan 2 14:49:55 2007
+++ SPECS/ss.spec Tue Jan 2 14:49:50 2007
@@ -0,0 +1,42 @@
+# $Revision$, $Date$
+Summary: Console Screen Saver
+Name: ss
+Version: 0.1
+Release: 0.1
+License: RPL Rebane Public License (beerware)
+Group: Applications/System
+Source0: http://rebane.alkohol.ee/ss.c.txt
+# Source0-md5: ae57612c041d96b0edb4bfabf13017eb
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Linux Console Screen Saver by Rebane.
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%prep
+%setup -qcT
+cp %{SOURCE0} ss.c
+
+%build
+%{__cc} ss.c -o ss
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sbindir}
+install ss $RPM_BUILD_ROOT%{_sbindir}
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_sbindir}/ss
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2007/01/02 13:49:50 glen
+- another tool for linux console
+
================================================================
More information about the pld-cvs-commit
mailing list