Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 2bf0f828b525c1baffe3fc525324e0df > files > 2

xwinwrap-0-0.20060209.4mdv2010.0.src.rpm

%define cvs 20060209
%define release %mkrel 0.%{cvs}.4

Name: xwinwrap
Version: 0
Release: %release
Summary: Utility to run applications as your desktop background
Group: System/X11
URL: http://webcvs.freedesktop.org/xapps/xwinwrap/
Source: %{name}-%{cvs}.tar.bz2 
License: GPL
BuildRoot: %{_tmppath}/%{name}-root

BuildRequires: X11-devel

%description
Wrap, for example, Open GL screen savers and put them on your 
desktop background.

Examples:
xwinwrap -ni -argb -fs -s -st -sp -a -nf -- /usr/lib/xscreensaver/glmatrix -window-id WID
xwinwrap -ni -o 0.6 -fs -s -st -sp -b -nf -- mplayer -wid WID -quiet movie.mpg
xwinwrap -ni -argb -fs -s -st -sp -b -nf -- q3demo -window-id WID


%prep
%setup -q -n %{name}-%{cvs}

%build
%make

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir}
cp %{name} %{buildroot}%{_bindir}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/%{name}




%changelog
* Wed Sep 09 2009 Thierry Vignaud <tvignaud@mandriva.com> 0-0.20060209.4mdv2010.0
+ Revision: 435327
- rebuild

* Fri Dec 21 2007 Olivier Blin <oblin@mandriva.com> 0-0.20060209.3mdv2009.0
+ Revision: 136630
- restore BuildRoot

* Mon Dec 17 2007 Thierry Vignaud <tvignaud@mandriva.com> 0-0.20060209.3mdv2008.1
+ Revision: 130624
- kill re-definition of %%buildroot on Pixel's request


(none)