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 203721 Details for
Bug 282521
Review Request: dblatex - DocBook to LaTeX/ConTeXt Publishing
[?]
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]
modifed spec patch to solve rpmlint messages
dblatex-spec.patch (text/plain), 2.35 KB, created by
Parag AN(पराग)
on 2007-09-24 05:26:27 UTC
(
hide
)
Description:
modifed spec patch to solve rpmlint messages
Filename:
MIME Type:
Creator:
Parag AN(पराग)
Created:
2007-09-24 05:26:27 UTC
Size:
2.35 KB
patch
obsolete
>--- dblatex.spec 2007-09-21 16:17:13.000000000 +0530 >+++ dblatex-modified.spec 2007-09-24 10:41:43.000000000 +0530 >@@ -1,19 +1,19 @@ > %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} > %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} > >-Name: dblatex >-Version: 0.2.7 >-Release: 6%{?dist} >-Summary: DocBook to LaTeX/ConTeXt Publishing >-BuildArch: noarch >-Group: Applications/Publishing >-License: GPLv2+ >-URL: http://dblatex.sourceforge.net/ >-Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 >-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >+Name: dblatex >+Version: 0.2.7 >+Release: 7%{?dist} >+Summary: DocBook to LaTeX/ConTeXt Publishing >+BuildArch: noarch >+Group: Applications/Publishing >+License: GPLv2+ >+URL: http://dblatex.sourceforge.net/ >+Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 >+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >-BuildRequires: python python-devel libxslt tetex ImageMagick tetex-latex >-Requires: tetex libxslt docbook-dtds python >+BuildRequires: python python-devel libxslt tetex ImageMagick tetex-latex >+Requires: tetex libxslt docbook-dtds python > > %description > dblatex is a program that transforms your SGML/XMLDocBook >@@ -29,6 +29,9 @@ > > %prep > %setup -q >+for f in docs/*.xml docs/*.sty docs/tables/*.xml ; do >+ iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f >+done > > > %build >@@ -39,21 +42,24 @@ > rm -rf $RPM_BUILD_ROOT > #%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT > %{__python} setup.py install --root $RPM_BUILD_ROOT >-cp -a docs $RPM_BUILD_ROOT/%{_datadir}/doc/dblatex/ >+rm $RPM_BUILD_ROOT/%{_datadir}/doc/dblatex/manual.pdf > > %clean > rm -rf $RPM_BUILD_ROOT > >- > %files > %defattr(-,root,root,-) >-%doc %{_datadir}/doc/dblatex/ >-%doc %{_mandir}/man1/dblatex.1.gz >+%doc docs >+%{_mandir}/man1/dblatex.1.gz > %{python_sitelib}/dbtexmf/ > %{_bindir}/dblatex > %{_datadir}/dblatex/ > > %changelog >+* Mon Sep 24 2007 Neal Becker <ndbecker2@gmail.com> - 0.2.7-7 >+- Fixed encodings in docs directory >+- install docs at correct location >+ > * Fri Sep 21 2007 Neal Becker <ndbecker2@gmail.com> - 0.2.7-6 > - Fix source URL > - Install all docs
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 282521
: 203721 |
240251
|
247251
|
254861