htmlcxx.spec

来自「著名的标准C++的html解析器」· SPEC 代码 · 共 51 行

SPEC
51
字号
%define name htmlcxx%define version 0.80%define release 1Summary: A html/css1 parser in C++Name: %{name}Version: %{version}Release: %{release}Source: %{name}-%{version}.tar.gzLicense: LGPLURL: http://htmlcxx.sf.netBuildArch: i386BuildRoot: %{_tmppath}/%{name}-%{version}-root%descriptionThis is a html/css1 parser with politics created trying to mimic mozilla firefox (http://www.mozilla.org) behavior. So you should expect parse trees similar to those create by firefox. However, differently from firefox, htmlcxx does not insert non-existent stuff in your html. Therefore, serializing the DOM tree gives exactly the same bytes contained in the original HTML document.%preprm -Rf $RPM_BUILD_ROOT%setupmkdir $RPM_BUILD_ROOTmkdir $RPM_BUILD_ROOT/usr%configure --prefix=/usr%buildmake%installDESTDIR=$RPM_BUILD_ROOT/ make install%files%defattr(755,root,root)%_libdir%_bindir%_datadir%package devSummary: Develoopment headers%description devDevelopment headers%files dev%_includedir%changelog* Thu Jun 16 2006 Davi de Castro Reis <davi@akwan.com.br>+ Version 0.80 released* Thu Jun 9 2005 Davi de Castro Reis <davi@akwan.com.br>+ Created spec

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?