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

glen glen at pld-linux.org
Thu Oct 28 14:14:56 CEST 2010


Author: glen                         Date: Thu Oct 28 12:14:56 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: packages/jquery-tinycarousel/jquery-tinycarousel.spec
diff -u /dev/null packages/jquery-tinycarousel/jquery-tinycarousel.spec:1.1
--- /dev/null	Thu Oct 28 14:14:56 2010
+++ packages/jquery-tinycarousel/jquery-tinycarousel.spec	Thu Oct 28 14:14:50 2010
@@ -0,0 +1,47 @@
+# $Revision$, $Date$
+%define		plugin	tinycarousel
+Summary:	Tiny Carousel is a lightweight jQuery based carousel for sliding HTML based content
+Name:		jquery-%{plugin}
+Version:	1.77
+Release:	1
+License:	MIT / GPL
+Group:		Applications/WWW
+Source0:	http://www.baijs.nl/tinycarousel/js/jquery.tinycarousel.min.js
+# Source0-md5:	82d69f50b1e9b653a41592e31550c5f3
+URL:		http://baijs.nl/tinycarousel/
+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
+Tiny Carousel is a lightweight carousel for sliding html based
+content. It was built using the javascript jQuery library. Tiny
+Carousel was designed to be a dynamic lightweight utility that gives
+webdesigners a powerfull way of enhancing a websites user interface.
+
+%prep
+%setup -qcT
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_appdir}
+cp -a jquery.%{plugin}.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  2010/10/28 12:14:50  glen
+- new
================================================================


More information about the pld-cvs-commit mailing list