source: projects/specs/branches/6/g/gyp/gyp-vl.spec @ 6392

Revision 6392, 1.1 KB checked in by Takemikaduchi, 12 years ago (diff)

rebuild packages

Line 
1%define ver     0.1
2%define rel     2
3%define svnrev  827
4
5Summary: Generate Your Projects
6Name: gyp
7Version: %{ver}
8Release: %{rel}.svn%{svnrev}%{?_dist_release}
9License: New BSD License
10Group: Development/Tools
11URL: http://code.google.com/p/gyp/
12# svn checkout http://gyp.googlecode.com/svn/trunk gyp
13Source0: %{name}-%{version}-r%{svnrev}.tar.bz2
14Patch0: gyp-0.1-r827-shebang.patch
15BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
16BuildArch: noarch
17BuildRequires: python-devel
18Requires: python
19
20Vendor: Project Vine
21Distribution: Vine Linux
22Packager: iwaim
23
24%description
25Generate Your Projects
26
27%prep
28%setup -q -n %{name}-%{version}-r%{svnrev}
29%patch0 -p 1
30
31%build
32%{__python} setup.py build
33
34%install
35%{__rm} -rf %{buildroot}
36%{__python} setup.py install --root %{buildroot}
37
38%clean
39%{__rm} -rf %{buildroot}
40
41%files
42%defattr(-,root,root,-)
43%doc LICENSE AUTHORS samples tools
44%{_bindir}/gyp
45%{python_sitelib}/gyp-*.egg-info
46%{python_sitelib}/gyp
47
48%changelog
49* Wed Jun 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1-2.svn827
50- rebuild with Vine6 environment
51
52* Fri Jun  4 2010 IWAI, Masaharu <iwai@alib.jp> 0.1-1.svn827
53- Initial build.
54
Note: See TracBrowser for help on using the repository browser.