📄 htmlcxx.spec
字号:
%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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -