From 9a0ed47c82247c6e9fa241d96e841b7dbc498e29 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marcin=20Krzy=C5=BCanowski?= Date: Wed, 25 Sep 2002 14:41:13 +0000 Subject: [PATCH] initial release Changed files: wmMatrix.spec -> 1.1 --- wmMatrix.spec | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 wmMatrix.spec diff --git a/wmMatrix.spec b/wmMatrix.spec new file mode 100644 index 0000000..37774fd --- /dev/null +++ b/wmMatrix.spec @@ -0,0 +1,42 @@ +Summary: WindowMaker docklet with box in Matrix style +Summary(pl): Aplet dla WindowMakera wyswietlajacy spadajace znaczki +Name: wmMatrix +Version: 0.2 +Release: 1 +License: GPL +Source0: http://nis-www.lanl.gov/~mgh/WindowMaker/%{name}-%{version}.tar.gz +URL: http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml +Group: X11/Window Managers/Tools +Requires: xscreensaver +BuildRequires: XFree86-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define _prefix /usr/X11R6 + +%description +A DockApp thats runs a slightly modified version of Jamie Zawinski's +xmatrix screenhack. + +%description -l pl +Dokowalny aplet dla WindowMakera wyswietlajacy spadajace znaczki, +znane z filmu Matrix. + +%prep +%setup -q + +%build +#%{__make} CC=%{__cc} +%{__make} clean +%{__make} +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT{%{_bindir},%{_applnkdir}/DockApplets} + +install %{name} $RPM_BUILD_ROOT%{_bindir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/%{name} -- 2.44.0