Changeset d79635c
- Timestamp:
- 07/16/11 11:42:45 (2 years ago)
- Branches:
- master
- Parents:
- 11ac809 (diff), 7db319e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - git-author:
- Aurélien Bompard <aurelien@…> (07/16/11 11:42:45)
- git-committer:
- Aurélien Bompard <aurelien@…> (07/16/11 11:42:45)
- Files:
-
- 3 edited
-
NEWS.txt (modified) (1 diff)
-
debian/control (modified) (2 diffs)
-
xhtml2odt.spec (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
NEWS.txt
r56b06fd r7cb2180 9 9 * Add RPM and Debian package metadata 10 10 * Better XML escaping in the PHP script 11 * Add support for Elyxer11 * Add support for Lyx and Elyxer 12 12 * Other various improvements and bug fixes 13 13 -
debian/control
rac04f21 r7db319e 3 3 Priority: extra 4 4 Maintainer: Aurélien Bompard <aurelien@bompard.org> 5 Build-Depends: debhelper (>= 7), python-nose, python-utidylib, python-lxml, python-imaging, python-sphinx, tofrodos 5 Build-Depends: debhelper (>= 7), python-nose, python-utidylib, python-lxml, python-imaging, python-sphinx, tofrodos, help2man 6 6 Standards-Version: 3.7.3 7 7 Homepage: http://xhtml2odt.org … … 13 13 XHTML2ODT is a converting library from XHTML to ODT. It is based on XSL 14 14 style sheets for portability, and is designed to help web applications export 15 to the ODT document format. 15 to the ODT document format. -
xhtml2odt.spec
r4ee9377 r7db319e 1 %define python_tidy python-tidy 2 %define phpdoc phpdoc 3 %if 0%{?mandriva_version} 4 %define python_tidy python-uTidylib 5 %define phpdoc php-pear-PhpDocumentor 6 %endif 7 %if 0%{?suse_version} 8 %define python_tidy python-utidy 9 %define phpdoc php5-pear-phpdocumentor 10 %endif 11 1 12 Name: xhtml2odt 2 13 Version: 1.3 … … 15 26 BuildRequires: python-lxml 16 27 BuildRequires: python-imaging 17 %if 0%{?mandriva_version} 18 BuildRequires: python-uTidylib 19 %else 20 %if 0%{?suse_version} 21 BuildRequires: python-utidy 22 %else 23 BuildRequires: python-tidy 24 %endif 25 %endif 28 BuildRequires: %{python_tidy} 26 29 ## Documentation 27 30 BuildRequires: python-sphinx 28 %if 0%{?mandriva_version} 29 BuildRequires: php-pear-PhpDocumentor 31 %if 0%{?mandriva_version}%{?suse_version} 32 # Can't make it work in OBS for now 30 33 %else 31 BuildRequires: phpdoc34 BuildRequires: %{phpdoc} 32 35 %endif 33 36 BuildRequires: dos2unix 37 BuildRequires: help2man 34 38 35 39 ## Python script 36 %if 0%{?mandriva_version} 37 BuildRequires: python-uTidylib 38 %else 39 %if 0%{?suse_version} 40 BuildRequires: python-utidy 41 %else 42 Requires: python-tidy 43 %endif 44 %endif 40 Requires: %{python_tidy} 45 41 Requires: python-lxml 46 42 Requires: python-imaging … … 60 56 61 57 %build 62 make doc 58 make doc || : 63 59 rm -rf doc-python 64 60 mv doc-py/_build/html doc-python … … 88 84 %defattr(-,root,root,-) 89 85 %doc *.txt doc-python example-scripts 86 %if 0%{?mandriva_version}%{?suse_version} 87 # Can't make it work in OBS for now 88 %else 90 89 %doc doc-php 90 %endif 91 91 %{_bindir}/* 92 92 %{_datadir}/%{name}
Note: See TracChangeset
for help on using the changeset viewer.
