SPECS: jquery-ui.spec (NEW) - new and unfinished
glen
glen at pld-linux.org
Wed Oct 15 17:16:24 CEST 2008
Author: glen Date: Wed Oct 15 15:16:24 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new and unfinished
---- Files affected:
SPECS:
jquery-ui.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/jquery-ui.spec
diff -u /dev/null SPECS/jquery-ui.spec:1.1
--- /dev/null Wed Oct 15 17:16:24 2008
+++ SPECS/jquery-ui.spec Wed Oct 15 17:16:19 2008
@@ -0,0 +1,47 @@
+# $Revision$, $Date$
+Summary: jQuery UI
+Name: jquery-ui
+Version: 1.5.2
+Release: 0.1
+License: MIT / GPL
+Group: Applications/WWW
+Source0: http://jquery-ui.googlecode.com/files/jquery.ui-%{version}.zip
+# Source0-md5: 65278dc21201ecf92c67406f2952de1e
+URL: http://ui.jquery.com/
+BuildRequires: rpmbuild(macros) > 1.268
+Requires: webserver(access)
+Requires: webserver(alias)
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define _webapps /etc/webapps
+%define _webapp %{name}
+%define _sysconfdir %{_webapps}/%{_webapp}
+%define _appdir %{_datadir}/%{name}
+
+%description
+jQuery UI provides abstractions for low-level interaction and
+high-level, themeable widgets, built on top of the jQuery JavaScript
+Library, that you can use to build highly interactive web
+applications.
+
+%prep
+%setup -q -n jquery.ui-%{version}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+
+%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/10/15 15:16:19 glen
+- new and unfinished
================================================================
More information about the pld-cvs-commit
mailing list