Name: jquery Version: 1.7.2 Release: 2%{?dist} Summary: Fast, concise library that simplifies how you use JavaScript Group: Development/Libraries License: MIT and GPLv2+ URL: http://www.jquery.com/ # git clone git://github.com/jquery/jquery.git jquery-%%{version} # cd jquery-%%{version} # git checkout %%{version} # git submodule init # git submodule update # find . -type f -print | grep -v '\.git' | grep -v '^\.$' | xargs tar rvf jquery-%%{version}.tar --transform=s/^\\./jquery-%%{version}/ # xz jquery-%%{version}.tar Source0: jquery-%{version}.tar.xz BuildArch: noarch %description jQuery is a fast, concise, JavaScript library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript. %prep %setup -q # generate httpd config cat > %{name}.conf < - 1.7.2-2 - small cleanups - added jquery.min.js symlink * Mon May 14 2012 Karel Klíč - 1.7.2-1 - Initial packaging based on Toshio Kuratomi's spec file