packages: jquery-address/jquery-address.spec (NEW) - new

glen glen at pld-linux.org
Thu Jun 9 14:09:41 CEST 2011


Author: glen                         Date: Thu Jun  9 12:09:41 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: packages/jquery-address/jquery-address.spec
diff -u /dev/null packages/jquery-address/jquery-address.spec:1.1
--- /dev/null	Thu Jun  9 14:09:41 2011
+++ packages/jquery-address/jquery-address.spec	Thu Jun  9 14:09:36 2011
@@ -0,0 +1,51 @@
+# $Revision$, $Date$
+%define		plugin	address
+Summary:	jQuery Address - Deep linking for the masses
+Name:		jquery-%{plugin}
+Version:	1.4
+Release:	1
+License:	MIT / GPL
+Group:		Applications/WWW
+Source0:	http://www.asual.com/download/jquery.address-%{version}.zip
+# Source0-md5:	78f7773493badbab891db2d856b83700
+URL:		http://www.asual.com/jquery/address/
+BuildRequires:	rpmbuild(macros) >= 1.268
+Requires:	jquery >= 1.3
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_appdir	%{_datadir}/jquery/%{plugin}
+
+%description
+The jQuery Address plugin provides powerful deep linking capabilities
+and allows the creation of unique virtual addresses that can point to
+a website section or an application state. It enables a number of
+important capabilities including:
+- Bookmarking in a browser or social website
+- Sending links via email or instant messenger
+- Finding specific content using the major search engines
+- Utilizing browser history and reload buttons
+
+%prep
+%setup -qn jquery.address-%{version}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_appdir}
+cp -p jquery.address-%{version}.min.js $RPM_BUILD_ROOT%{_appdir}/%{plugin}.js
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_appdir}
+
+%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  2011/06/09 12:09:36  glen
+- new
================================================================


More information about the pld-cvs-commit mailing list