SPECS: xoo.spec (NEW) - added

aredridel aredridel at pld-linux.org
Mon Jul 9 01:05:39 CEST 2007


Author: aredridel                    Date: Sun Jul  8 23:05:39 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added

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

---- Diffs:

================================================================
Index: SPECS/xoo.spec
diff -u /dev/null SPECS/xoo.spec:1.1
--- /dev/null	Mon Jul  9 01:05:39 2007
+++ SPECS/xoo.spec	Mon Jul  9 01:05:34 2007
@@ -0,0 +1,50 @@
+# $Revision$, $Date$
+#
+Summary:	Wrapper around Xnest or Xepyhr for embedded emulation
+Name:		xoo
+Version:	0.7
+Release:	0.1
+License:	GPL
+Group:		Applications
+Source0:	http://projects.o-hand.com/sources/xoo/%{name}-%{version}.tar.gz
+# Source0-md5:	9b1911cff0290be0f6eb1f8ba62dcbae
+URL:		http://projects.o-hand.com/xoo/
+BuildRequires:	gtk+2-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Wrapper around Xnest or Xepyhr for embedded emulation.
+
+%prep
+%setup -q
+
+%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 NEWS TODO README
+%attr(755,root,root) %{_bindir}/xoo
+%{_desktopdir}/xoo.desktop
+%{_pixmapsdir}/xoo.png
+%{_datadir}/xoo/
+
+%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  2007/07/08 23:05:34  aredridel
+- added
+
================================================================


More information about the pld-cvs-commit mailing list