ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/jQuery.spec
Revision: 1.2
Committed: Tue Aug 30 14:41:20 2011 UTC (13 years, 8 months ago) by lat
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Log Message:
Remove old obsolete RPMs and patches.

File Contents

# User Rev Content
1 pierro 1.1 ### RPM external jQuery 1.3.2
2     Source: http://programmazioneit.altervista.org/jQuery-%realversion.tar.gz
3    
4     %prep
5     rm -rf %{_builddir}/jQuery
6     mkdir -p %{_builddir}/jQuery
7     cd %{_builddir}
8     tar -xzf %{_sourcedir}/jQuery-%realversion.tar.gz
9     %build
10     %install
11     pwd
12     cp -r jQuery/* %i
13     %post