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 294038 Details for
Bug 431599
please update Lout to version 3.36
[?]
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.
updated spec file
lout.spec (text/plain), 3.38 KB, created by
Vadim Nasardinov
on 2008-02-05 20:01:55 UTC
(
hide
)
Description:
updated spec file
Filename:
MIME Type:
Creator:
Vadim Nasardinov
Created:
2008-02-05 20:01:55 UTC
Size:
3.38 KB
patch
obsolete
>Name: lout >Summary: A document formatting system >Version: 3.36 >Release: 1%{?dist} >License: GPLv2+ >Group: Applications/Publishing >URL: ftp://ftp.cs.usyd.edu.au/jeff/lout/ >Source0: ftp://ftp.cs.usyd.edu.au/jeff/lout/lout-3.36.tar.gz >Patch0: makefile.patch >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >BuildRequires: ghostscript > >%description >Lout is a document formatting system designed and implemented by Jeffrey >Kingston at the Basser Department of Computer Science, University of >Sydney, Australia. The system reads a high-level description of a document >similar in style to LaTeX and produces a PostScript file which can be >printed on most laser printers and graphic display devices. Plain text >output is also available, PDF output is limited but working (e.g. no >graphics). Lout is inherently multilingual. Adding new languages is easy. > >%prep >%setup -q >%patch0 -p1 > >%build > >make COPTS="$RPM_OPT_FLAGS" \ > BINDIR=%{_bindir} \ > LOUTLIBDIR=%{_datadir}/%{name} \ > LOUTDOCDIR=%{_datadir}/%{name}/doc \ > MANDIR=%{_mandir}/man1 \ > prg2lout lout > >function render_docs { > subdir=$1 > pdf_file=$2 > passes=$3 > > curdir=$(pwd) > pushd doc/$subdir > > # We need to set the PATH variable here, because lout eventually exec's > # prg2lout. In order for lout to find the latter, we have to set the > # PATH. > # We also need to tell lout where to find its files, since we haven't > # installed them in their final location under /usr/share/lout/ yet. > PATH=$curdir lout \ > -I $curdir/include \ > -D $curdir/data \ > -F $curdir/font \ > -H $curdir/hyph \ > -C $curdir/maps \ > -r${passes} all > outfile.ps > # Note that the above clobbers the prebuilt file outfile.ps that is > # included in Lout's source tarball. > ps2pdf14 outfile.ps ../${pdf_file}.pdf > rm *.li *.ld outfile.ps > popd >} > >render_docs design design.pdf 3 >render_docs expert expert-guide.pdf 4 >render_docs slides slides.pdf 2 >render_docs user user-guide.pdf 6 > > >%install > >root=$RPM_BUILD_ROOT >rm -rf $root >mkdir -p $root/%{_bindir} >mkdir -p $root/%{_datadir}/%{name}/doc >mkdir -p $root/%{_mandir}/man1 >make BINDIR=$root%{_bindir} \ > LOUTLIBDIR=$root%{_datadir}/%{name} \ > LOUTDOCDIR=$root%{_datadir}/%{name}/doc \ > MANDIR=$root%{_mandir}/man1 \ > install installman installdoc > >%clean >rm -rf $RPM_BUILD_ROOT > >%files >%defattr(-, root, root, 0755) >%doc gpl.txt README READMEPDF >%{_bindir}/* >%dir %{_datadir}/%{name} >%{_datadir}/%{name}/* >%{_mandir}/man1/*.1* > > >%changelog >* Tue Feb 5 2008 Vadim Nasardinov <vnasardinov@gmail.com> - 3.36-1 >- Update to lout-3.36. Render PDF versions of the Lout documentation. > >* Thu Aug 23 2007 Tom "spot" Callaway <tcallawa@redhat.com> 3.30-7 >- fix license (GPLv2+), rebuild in devel for BuildID > >* Tue Sep 12 2006 Tom "spot" Callaway <tcallawa@redhat.com> 3.30-6 >- bump for FC-6 > >* Fri Jul 7 2006 Tom "spot" Callaway <tcallawa@redhat.com> 3.30-5 >- revive package > >* Fri Jul 1 2005 Tom "spot" Callaway <tcallawa@redhat.com> 3.30-4 >- delete hidden trash file > >* Thu Jun 30 2005 Tom "spot" Callaway <tcallawa@redhat.com> 3.30-3 >- cleanups, macro consistency > >* Thu Jun 30 2005 Tom "spot" Callaway <tcallawa@redhat.com> 3.30-2 >- remove hardcoded directory definitions >- link with shared zlib, not static > >* Thu Jun 30 2005 Tom "spot" Callaway <tcallawa@redhat.com> 3.30-1 >- initial package for Fedora Extras
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 Raw
Actions:
View
Attachments on
bug 431599
: 294038 |
294039