SPECS: yui.spec (NEW) - just base pkg
glen
glen at pld-linux.org
Mon Nov 24 18:32:35 CET 2008
Author: glen Date: Mon Nov 24 17:32:35 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- just base pkg
---- Files affected:
SPECS:
yui.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/yui.spec
diff -u /dev/null SPECS/yui.spec:1.1
--- /dev/null Mon Nov 24 18:32:35 2008
+++ SPECS/yui.spec Mon Nov 24 18:32:30 2008
@@ -0,0 +1,42 @@
+# $Revision$, $Date$
+Summary: The Yahoo! User Interface Library (YUI)
+Name: yui
+Version: 2.6.0
+Release: 0.1
+License: BSD
+Group: Applications/WWW
+Source0: http://dl.sourceforge.net/yui/%{name}_%{version}.zip
+# Source0-md5: 41bed4b882c9148cebff5dd1a0dd8727
+URL: http://developer.yahoo.com/yui/
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The Yahoo! User Interface (YUI) Library is a set of utilities and
+controls, written in JavaScript, for building richly interactive web
+applications using techniques such as DOM scripting, DHTML and AJAX.
+
+The YUI Library also includes several core CSS resources.
+
+%prep
+%setup -q -n %{name}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+
+%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 2008/11/24 17:32:30 glen
+- just base pkg
================================================================
More information about the pld-cvs-commit
mailing list