source: projects/specs/trunk/p/phantomjs/phantomjs-vl.spec @ 10769

Revision 10769, 1.1 KB checked in by ara_t, 8 years ago (diff)

rebuild with gcc-5.4.0

Line 
1Summary: minimalistic headless WebKit-based JavaScript-driven tool
2Name: phantomjs
3Version: 1.0.0
4Release: 2%{?_dist_release}
5License: modified BSD-Style License
6Group: Development/Tools
7URL: http://code.google.com/p/phantomjs/
8Source0: http://phantomjs.googlecode.com/files/%{name}-%{version}.zip
9BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
10
11BuildRequires: unzip
12BuildRequires: qt4-devel >= 4.7 qt4-designer
13
14Vendor: Project Vine
15Distribution: Vine Linux
16Packager: iwaim
17
18%description
19PhantomJS is a minimalistic, headless, WebKit-based JavaScript-driven tool.
20
21It has native (and high performant) support for DOM handling, CSS selector,
22JSON, Canvas, and SVG.
23
24%prep
25%setup -q
26qmake PREFIX=%{_prefix}
27
28%build
29make %{?_smp_mflags}
30
31%install
32%__rm -rf %{buildroot}
33%__mkdir -p %{buildroot}%{_bindir}
34%__install -m 0755 bin/* %{buildroot}%{_bindir}
35
36%clean
37%__rm -rf %{buildroot}
38
39%files
40%defattr(-,root,root,-)
41%doc ChangeLog LICENSE.BSD README.md examples
42%{_bindir}/phantomjs
43
44%changelog
45* Fri Sep 02 2016 Toshiaki Ara <ara_t@384.jp> 1.0.0-2
46- rebuild with gcc-5.4.0
47
48* Wed Mar  9 2011 IWAI, Masaharu <iwai@alib.jp> 1.0.0-1
49- Initial build.
50
51
Note: See TracBrowser for help on using the repository browser.