Author: qboosh Date: Wed Dec 27 02:33:52 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: matchbox-nest.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/matchbox-nest.spec diff -u /dev/null SPECS/matchbox-nest.spec:1.1 --- /dev/null Wed Dec 27 03:33:52 2006 +++ SPECS/matchbox-nest.spec Wed Dec 27 03:33:47 2006 @@ -0,0 +1,59 @@ +# $Revision$, $Date$ +Summary: Graphical wrapper around Xnest +Summary(pl): Graficzny wrapper na Xnest +Name: matchbox-nest +Version: 0.3 +Release: 1 +License: GPL v2+ +Group: X11/Applications +Source0: http://projects.o-hand.com/matchbox/sources/matchbox-nest/%{version}/%{name}-%{version}.tar.bz2 +# Source0-md5: f8d469a8e1d3a054dff58a6c81497c39 +Patch0: %{name}-path.patch +URL: http://projects.o-hand.com/matchbox/ +BuildRequires: expat-devel >= 1.95 +BuildRequires: libmatchbox-devel +BuildRequires: xorg-lib-libXtst-devel +Requires: xorg-xserver-Xnest +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +matchbox-nest is a graphical wrapper around Xnest. You can make Xnest +look like a particular device's display and set up buttons on that +device. + +%description -l pl +matchbox-nest to graficzny wrapper na Xnest. Można sprawić, by Xnest +wyglądał jak wyświetlacz określonego urządzenia i skonfigurować +przyciski na tym urządzeniu. + +%prep +%setup -q +%patch0 -p1 + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog README +%attr(755,root,root) %{_bindir}/matchbox-nest +%{_datadir}/matchbox-nest + +%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 2006/12/27 02:33:47 qboosh +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
