]> git.pld-linux.org Git - SPECS.git/blob - jquery-tinycarousel.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / jquery-tinycarousel.spec
1 %define         plugin  tinycarousel
2 Summary:        Tiny Carousel is a lightweight jQuery based carousel for sliding HTML based content
3 Name:           jquery-%{plugin}
4 Version:        1.77
5 Release:        1
6 License:        MIT / GPL
7 Group:          Applications/WWW
8 Source0:        http://www.baijs.nl/tinycarousel/js/jquery.tinycarousel.min.js
9 # Source0-md5:  82d69f50b1e9b653a41592e31550c5f3
10 URL:            http://baijs.nl/tinycarousel/
11 BuildRequires:  rpmbuild(macros) > 1.268
12 Requires:       jquery >= 1.3
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _appdir %{_datadir}/jquery/%{plugin}
17
18 %description
19 Tiny Carousel is a lightweight carousel for sliding html based
20 content. It was built using the javascript jQuery library. Tiny
21 Carousel was designed to be a dynamic lightweight utility that gives
22 webdesigners a powerfull way of enhancing a websites user interface.
23
24 %prep
25 %setup -qcT
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 install -d $RPM_BUILD_ROOT%{_appdir}
30 cp -a %{SOURCE0} $RPM_BUILD_ROOT%{_appdir}/%{plugin}.js
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(644,root,root,755)
37 %{_appdir}
This page took 0.120918 seconds and 3 git commands to generate.