Author: uzsolt Date: Sat Jan 16 16:23:13 2010 GMT Module: packages Tag: HEAD ---- Log message: - initial - fix awesome vs. java (see http://awesome.naquadah.org/wiki/Problems_with_Java#Impersonate_Another_Window_Manager )
---- Files affected: packages/wmname: wmname.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/wmname/wmname.spec diff -u /dev/null packages/wmname/wmname.spec:1.1 --- /dev/null Sat Jan 16 17:23:13 2010 +++ packages/wmname/wmname.spec Sat Jan 16 17:23:07 2010 @@ -0,0 +1,52 @@ +# $Revision$, $Date$ +Summary: wmname prints/sets the window manager name property of the root window +Name: wmname +Version: 0.1 +Release: 0.1 +License: MIT/X +Group: Applications +Source0: http://dl.suckless.org/tools/%{name}-%{version}.tar.gz +# Source0-md5: 6903d299f84d335e529fbd2c1d6e49fe +URL: http://www.suckless.org/programs/wmname.html +BuildRequires: xorg-lib-libX11-devel +BuildRequires: xorg-proto-xproto-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +wmname prints/sets the window manager name property of the root window +similar to how hostname(1) behaves. wmname is a nice utility to fix +problems with JDK versions and other broken programs assuming a +reparenting window manager for instance. + +%prep +%setup -q + +%build +%{__make} \ + PREFIX=%{_prefix} \ + CFLAGS="%{rpmcflags} -DVERSION='\"%{version}\"'" + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + PREFIX=%{_prefix} \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README +%attr(755,root,root) %{_bindir}/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org +$Log$ +Revision 1.1 2010/01/16 16:23:07 uzsolt +- initial +- fix awesome vs. java (see http://awesome.naquadah.org/wiki/Problems_with_Java#Impersonate_Another_Window_Manager ) + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
