SPECS: wmii.spec (NEW) - NEW, lightweight and much nicer than twm ...

sparky sparky at pld-linux.org
Fri Jan 27 18:53:49 CET 2006


Author: sparky                       Date: Fri Jan 27 17:53:49 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- NEW, lightweight and much nicer than twm window manager

---- Files affected:
SPECS:
   wmii.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/wmii.spec
diff -u /dev/null SPECS/wmii.spec:1.1
--- /dev/null	Fri Jan 27 18:53:49 2006
+++ SPECS/wmii.spec	Fri Jan 27 18:53:44 2006
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+#
+Summary:	window manager improved 2
+Name:		wmii
+Version:	2.5.1
+Release:	1
+License:	MIT
+Group:		X11/Window Managers
+Source0:	http://wmii.de/download/%{name}-%{version}.tar.gz
+# Source0-md5:	fd2ab30ba59079a98159410d2ef6fa0b
+Source1:	%{name}.desktop
+Patch0:		%{name}-9base.patch
+URL:		http://wmii.de/
+BuildRequires:	XFree86-devel
+Requires:	9base
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+wmii is a minimalist window manager with a small memory footprint. One
+design goal is not to exceed 10.000 lines of code. Thus it has one of
+the highest functionality/LOC ratios ever seen in a window manager.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__make} \
+	CC="%{__cc}" \
+	OPTCFLAGS="%{rpmcflags}" \
+	OPTLDFLAGS="%{rpmldflags}" \
+	LIB="%{_lib}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/xsessions
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/xsessions/%{name}.desktop
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README LICENSE
+%dir %{_sysconfdir}/X11/%{name}-2.5
+%attr(755,root,root) %{_sysconfdir}/X11/%{name}-2.5/*
+%attr(755,root,root) %{_bindir}/wmii*
+%{_mandir}/man1/wmii*.1*
+%{_datadir}/xsessions/%{name}.desktop
+
+%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  2006/01/27 17:53:44  sparky
+- NEW, lightweight and much nicer than twm window manager
+
================================================================


More information about the pld-cvs-commit mailing list