Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 291829 Details for
Bug 427481
Review Request: publican - publication tool chain
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
documentation-devil.spec-1.patch
documentation-devil.spec-1.patch (text/plain), 5.66 KB, created by
Jens Petersen
on 2008-01-16 08:00:58 UTC
(
hide
)
Description:
documentation-devil.spec-1.patch
Filename:
MIME Type:
Creator:
Jens Petersen
Created:
2008-01-16 08:00:58 UTC
Size:
5.66 KB
patch
obsolete
>diff -u /home/petersen/package-review/documentation-devil/2/documentation-devil.spec.orig /home/petersen/package-review/documentation-devil/2/documentation-devil.spec >--- /home/petersen/package-review/documentation-devil/2/documentation-devil.spec.orig 2008-01-16 14:56:53.000000000 +1000 >+++ /home/petersen/package-review/documentation-devil/2/documentation-devil.spec 2008-01-16 17:53:39.000000000 +1000 >@@ -7,70 +7,18 @@ > Buildroot: %{_tmppath}/%{name}-%{version}-%(id -u -n) > Buildarch: noarch > Source: %{name}-%{version}.tgz >-Requires(post): coreutils >-Requires(postun): coreutils >+# need kdesdk for po2xml > Requires: gettext libxslt kdesdk dejavu-lgc-fonts > BuildRequires: gettext libxslt kdesdk perl(XML::TreeBuilder) > URL: https://fedorahosted.org/documentation-devel >-Obsoletes: documentation-devel >+Obsoletes: documentation-devel < 0.26-3 > >-# postuff docbook-style-xsl >- >-# These are the font Req's for PDF creation in FOP ... not sure when we should enable these >-# WARNING: We will also need to have a seperate fop.conf file for RHEL5 due to different font paths :( >-# RHEL 4 | 5 fonts >- >-# RHEL 4 fonts >-# /usr/share/fonts/ja/TrueType/kochi-mincho-subst.ttf RHEL5 fonts-japanese >-#Requires: ttfonts-ja >-# /usr/share/fonts/ko/TrueType/batang.ttf >-#Requires: ttfonts-ko >-# /usr/share/fonts/zh_CN/TrueType/zysong.ttf >-#Requires: ttfonts-zh_CN >-# /usr/share/fonts/bn/lohit_bn.ttf >-#Requires: ttfonts-bn >-# /usr/share/fonts/ta/lohit_ta.ttf >-#Requires: ttfonts-ta >-# /usr/share/fonts/pa/lohit_pa.ttf >-#Requires: ttfonts-pa >-# /usr/share/fonts/hi/lohit_hi.ttf >-#Requires: ttfonts-hi >-# /usr/share/fonts/gu/lohit_gu.ttf >-#Requires: ttfonts-gu >-# /usr/share/fonts/zh_TW/TrueType/bsmi00lp.ttf >-#Requires: ttfonts-zh_TW >- >-# RHEL 5 fonts >-# /usr/share/fonts/ja/TrueType/kochi-mincho-subst.ttf >-#Requires: fonts-japanese >-# /usr/share/fonts/ko/TrueType/batang.ttf RHEL5 /usr/share/fonts/korean/TrueType/batang.ttf >-#Requires: fonts-korean >-# /usr/share/fonts/zh_CN/TrueType/zysong.ttf >-#Requires: fonts-chinese >-# /usr/share/onts/bn/lohit_bn.ttf RHEL5 /usr/share/fonts/bengali/lohit_bn.ttf >-#Requires: fonts-bengali >-# /usr/share/fonts/ta/lohit_ta.ttf RHEL5 /usr/share/fonts/tamil/lohit_ta.ttf >-#Requires: fonts-tamil >-# /usr/share/fonts/pa/lohit_pa.ttf RHEl5 /usr/share/fonts/punjabi/lohit_pa.ttf >-#Requires: fonts-punjabi >-# /usr/share/fonts/hi/lohit_hi.ttf RHEl5 /usr/share/fonts/hindi/lohit_hi.ttf >-#Requires: fonts-hindi >-# /usr/share/fonts/gu/lohit_gu.ttf RHEL5 /usr/share/fonts/gujarati/lohit_gu.ttf >-#Requires: fonts-gujarati >-# /usr/share/fonts/zh_TW/TrueType/bsmi00lp.ttf RHEL5 /usr/share/fonts/zh_TW/TrueType/bsmi00lp.ttf >-#Requires: fonts-chinese >- >-# When we get fop packaged properly >-# BUG BUG fop 0.20.5 isn't packaged for RHEL5 yet :( >-# BUG BUG Fedora is using 0.94 which is broken in different ways than 0.20.5 >-# which will require major reworking of the custom xsl >-#Requires: fop = 0.20.5 > > %description > Common files and scripts for building Red Hat documentation. > > %prep >-%setup -q -n %{name}-%{version} >+%setup -q > > %build > %{__make} docs >@@ -78,28 +26,12 @@ > %install > rm -rf $RPM_BUILD_ROOT > mkdir -p -m755 $RPM_BUILD_ROOT%{_datadir}/%{name} >-mkdir -p -m755 $RPM_BUILD_ROOT/usr/share/applications >-mkdir -p -m755 $RPM_BUILD_ROOT/%{_prefix}/bin >-#cp -rf bin $RPM_BUILD_ROOT%{_datadir}/%{name}/bin >-install -m 755 bin/create_book $RPM_BUILD_ROOT/%{_prefix}/bin/create_book >-install -m 755 bin/entity2pot $RPM_BUILD_ROOT/%{_prefix}/bin/entity2pot >-install -m 755 bin/mkxpot $RPM_BUILD_ROOT/%{_prefix}/bin/mkxpot >-install -m 755 bin/msgxmerge $RPM_BUILD_ROOT/%{_prefix}/bin/msgxmerge >-install -m 755 bin/po2entity $RPM_BUILD_ROOT/%{_prefix}/bin/po2entity >-install -m 755 bin/po2xlf $RPM_BUILD_ROOT/%{_prefix}/bin/po2xlf >-install -m 755 bin/po2sgml $RPM_BUILD_ROOT/%{_prefix}/bin/po2sgml >-install -m 755 bin/potmerge $RPM_BUILD_ROOT/%{_prefix}/bin/potmerge >-install -m 755 bin/poxmerge $RPM_BUILD_ROOT/%{_prefix}/bin/poxmerge >-install -m 755 bin/rmImages $RPM_BUILD_ROOT/%{_prefix}/bin/rmImages >-install -m 755 bin/StSe_Reports $RPM_BUILD_ROOT/%{_prefix}/bin/StSe_Reports >-install -m 755 bin/xlf2pot $RPM_BUILD_ROOT/%{_prefix}/bin/xlf2pot >-install -m 755 bin/xmlClean $RPM_BUILD_ROOT/%{_prefix}/bin/xmlClean >-cp -rf fop $RPM_BUILD_ROOT%{_datadir}/%{name}/fop >-cp -rf make $RPM_BUILD_ROOT%{_datadir}/%{name}/make >-cp -rf xsl $RPM_BUILD_ROOT%{_datadir}/%{name}/xsl >-cp -rf Common_Content $RPM_BUILD_ROOT%{_datadir}/%{name}/Common_Content >-cp -rf templates $RPM_BUILD_ROOT%{_datadir}/%{name}/templates >-cp -rf Book_Template $RPM_BUILD_ROOT%{_datadir}/%{name}/Book_Template >+mkdir -p -m755 $RPM_BUILD_ROOT%{_datadir}/applications >+mkdir -p -m755 $RPM_BUILD_ROOT%{_bindir} >+install -m 755 bin/* $RPM_BUILD_ROOT%{_bindir} >+for i in fop make xsl Common_Content templates Book_Template; do >+ cp -rf $i $RPM_BUILD_ROOT%{_datadir}/%{name}/$i >+done > > # TODO This should be automated > cat > $RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.desktop <<'EOF' >@@ -118,23 +50,23 @@ > rm -rf $RPM_BUILD_ROOT > > %files >-%defattr(-,root,root) >+%defattr(-,root,root,-) > %doc README > %doc docs/* > %{_datadir}/%{name} >-%{_prefix}/bin/create_book >-%{_prefix}/bin/entity2pot >-%{_prefix}/bin/mkxpot >-%{_prefix}/bin/msgxmerge >-%{_prefix}/bin/po2entity >-%{_prefix}/bin/po2xlf >-%{_prefix}/bin/po2sgml >-%{_prefix}/bin/potmerge >-%{_prefix}/bin/poxmerge >-%{_prefix}/bin/rmImages >-%{_prefix}/bin/StSe_Reports >-%{_prefix}/bin/xlf2pot >-%{_prefix}/bin/xmlClean >+%{_bindir}/create_book >+%{_bindir}/entity2pot >+%{_bindir}/mkxpot >+%{_bindir}/msgxmerge >+%{_bindir}/po2entity >+%{_bindir}/po2xlf >+%{_bindir}/po2sgml >+%{_bindir}/potmerge >+%{_bindir}/poxmerge >+%{_bindir}/rmImages >+%{_bindir}/StSe_Reports >+%{_bindir}/xlf2pot >+%{_bindir}/xmlClean > %{_datadir}/applications/%{name}.desktop > > %changelog
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 427481
:
291615
|
291662
|
291664
|
291667
| 291829 |
292331
|
294222
|
294625
|
294631