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

glen glen at pld-linux.org
Wed May 4 20:40:26 CEST 2011


Author: glen                         Date: Wed May  4 18:40:26 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: packages/jquery-tinyscrollbar/jquery-tinyscrollbar.spec
diff -u /dev/null packages/jquery-tinyscrollbar/jquery-tinyscrollbar.spec:1.1
--- /dev/null	Wed May  4 20:40:26 2011
+++ packages/jquery-tinyscrollbar/jquery-tinyscrollbar.spec	Wed May  4 20:40:21 2011
@@ -0,0 +1,48 @@
+# $Revision$, $Date$
+%define		plugin	tinyscrollbar
+Summary:	Tiny Scrollbar - A lightweight jQuery plugin
+Name:		jquery-%{plugin}
+Version:	1.6
+Release:	1
+License:	MIT / GPL v2
+Group:		Applications/WWW
+Source0:	http://www.baijs.nl/tinyscrollbar/js/jquery.tinyscrollbar.min.js
+# Source0-md5:	6920d962d760b0a7734a40bbe53a5b71
+URL:		http://www.baijs.nl/tinyscrollbar/
+BuildRequires:	rpmbuild(macros) >= 1.268
+Requires:	jquery
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_appdir	%{_datadir}/jquery/%{plugin}
+
+%description
+Tiny Scrollbar can be used for scrolling content. It was built using
+the JavaScript jQuery library. Tiny scrollbar was designed to be a
+dynamic lightweight utility that gives webdesigners a powerful way of
+enhancing a websites user interface.
+
+%prep
+%setup -qcT
+cp -p %{SOURCE0} .
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_appdir}
+cp -p jquery.*.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/05/04 18:40:21  glen
+- new
================================================================


More information about the pld-cvs-commit mailing list