Author: zbyniu                       Date: Fri Jan 15 08:14:54 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/xoris:
   xoris.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/xoris/xoris.spec
diff -u /dev/null packages/xoris/xoris.spec:1.1
--- /dev/null   Fri Jan 15 09:14:54 2010
+++ packages/xoris/xoris.spec   Fri Jan 15 09:14:49 2010
@@ -0,0 +1,47 @@
+# $Revision$, $Date$
+Summary:       xoris grabs the RGB color value of any pixel on the screen and 
dumps the color's name
+Name:          xoris
+Version:       0.1e
+Release:       0.1
+License:       MIT
+Group:         Applications
+Source0:       http://dl.sourceforge.net/xoris/%{name}-%{version}.tar.gz
+# Source0-md5: f1e8abbb5e57f66f52335a37f5405207
+URL:           http://sourceforge.net/projects/xoris/
+BuildRequires: xorg-util-imake
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+xoris grabs the RGB color value of any pixel on the screen and dumps
+the color's name to stdout.
+
+%prep
+%setup -q
+
+%build
+xmkmf
+%{__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 NEWS 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/15 08:14:49  zbyniu
+- new
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to