]> git.pld-linux.org Git - SPECS.git/blob - js-sizzle.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / js-sizzle.spec
1 Summary:        A pure-JavaScript CSS selector engine
2 Name:           js-sizzle
3 Version:        1.0
4 Release:        0.2
5 License:        MIT, BSD, and GPL v2
6 Group:          Applications/WWW
7 Source0:        http://download.github.com/jeresig-sizzle-852d3d0.zip
8 # Source0-md5:  8524ff0dcd1aefdbd653b16e3636dc5c
9 URL:            http://www.sizzlejs.com/
10 BuildRequires:  unzip
11 BuildArch:      noarch
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %define         _appdir %{_datadir}/%{name}
15
16 %description
17 A pure-JavaScript CSS selector engine designed to be easily dropped in
18 to a host library.
19
20 %prep
21 %setup -qc
22 mv jeresig-sizzle-*/* .
23
24 %install
25 rm -rf $RPM_BUILD_ROOT
26 install -d $RPM_BUILD_ROOT%{_appdir}
27 cp -a sizzle.js $RPM_BUILD_ROOT%{_appdir}
28
29 %clean
30 rm -rf $RPM_BUILD_ROOT
31
32 %files
33 %defattr(644,root,root,755)
34 %doc LICENSE README
35 %{_appdir}
This page took 0.087567 seconds and 3 git commands to generate.