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 199141 Details for
Bug 222125
Bad handling of author names with lowercase letters
[?]
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.
My SPEC file
asciidoc.spec (text/x-rpm-spec), 3.74 KB, created by
Horst H. von Brand
on 2007-09-19 03:39:34 UTC
(
hide
)
Description:
My SPEC file
Filename:
MIME Type:
Creator:
Horst H. von Brand
Created:
2007-09-19 03:39:34 UTC
Size:
3.74 KB
patch
obsolete
>Summary: Text based document generation >Name: asciidoc >Version: 8.2.3 >Release: 0%{?dist} >License: GPLv2+ >Group: Applications/System >URL: http://www.methods.co.nz/asciidoc/ >Source0: http://www.methods.co.nz/asciidoc/%{name}-%{version}.tar.gz >Requires: python >= 2.3 >BuildArch: noarch >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >%description >AsciiDoc is a text document format for writing short documents, >articles, books and UNIX man pages. AsciiDoc files can be translated >to HTML and DocBook markups using the asciidoc(1) command. > >%prep >%setup -q > >%build > >%install >rm -rf $RPM_BUILD_ROOT ># make directory structure >%{__install} -d $RPM_BUILD_ROOT/%{_sysconfdir}/asciidoc/filters \ > $RPM_BUILD_ROOT/%{_datadir}/asciidoc/docbook-xsl \ > $RPM_BUILD_ROOT/%{_datadir}/asciidoc/stylesheets \ > $RPM_BUILD_ROOT/%{_datadir}/asciidoc/javascripts \ > $RPM_BUILD_ROOT/%{_datadir}/asciidoc/images/icons/callouts \ > $RPM_BUILD_ROOT/%{_bindir} \ > $RPM_BUILD_ROOT/%{_mandir}/man1 > ># real conf data goes to sysconfdir, rest goes to datadir >%{__install} -m 0644 *.conf $RPM_BUILD_ROOT/%{_sysconfdir}/asciidoc >%{__install} -m 0644 filters/*.conf $RPM_BUILD_ROOT/%{_sysconfdir}/asciidoc/filters/ >%{__install} filters/*.py $RPM_BUILD_ROOT/%{_sysconfdir}/asciidoc/filters/ > ># symlinks so asciidoc works >ln -s %{_datadir}/asciidoc/docbook-xsl $RPM_BUILD_ROOT/%{_sysconfdir}/asciidoc/ >ln -s %{_datadir}/asciidoc/stylesheets $RPM_BUILD_ROOT/%{_sysconfdir}/asciidoc/ >ln -s %{_datadir}/asciidoc/javascripts $RPM_BUILD_ROOT/%{_sysconfdir}/asciidoc/ >ln -s %{_datadir}/asciidoc/images $RPM_BUILD_ROOT/%{_sysconfdir}/asciidoc/ > ># binaries >%{__install} asciidoc.py $RPM_BUILD_ROOT/%{_bindir}/asciidoc >%{__install} a2x $RPM_BUILD_ROOT/%{_bindir}/ > ># manpages >%{__install} -m 0644 doc/*.1 $RPM_BUILD_ROOT/%{_mandir}/man1 > ># ancillary data >%{__install} -m 0644 docbook-xsl/*.xsl $RPM_BUILD_ROOT/%{_datadir}/asciidoc/docbook-xsl >%{__install} -m 0644 stylesheets/*.css $RPM_BUILD_ROOT/%{_datadir}/asciidoc/stylesheets/ >%{__install} -m 0644 javascripts/*.js $RPM_BUILD_ROOT/%{_datadir}/asciidoc/javascripts >%{__install} -m 0644 images/icons/callouts/* $RPM_BUILD_ROOT/%{_datadir}/asciidoc/images/icons/callouts >%{__install} -m 0644 images/icons/{README,*.png} $RPM_BUILD_ROOT/%{_datadir}/asciidoc/images/icons > >%clean >rm -rf $RPM_BUILD_ROOT > >%files >%defattr(-,root,root,0755) >%config(noreplace) %{_sysconfdir}/asciidoc >%{_bindir}/* >%{_mandir}/man1/* >%{_datadir}/asciidoc/ >%doc README BUGS CHANGELOG COPYRIGHT doc examples images > >%changelog >* Tue Sep 18 2007 Horst H. von Brand <vonbrand@inf.utfsm.cl> 8.2.3-0 >- New version >- Add images to %%doc > >* Fri Sep 07 2007 Horst H. von Brand <vonbrand@inf.utfsm.cl> 8.2.2-1 >- New version >- Fix License tag > >* Mon Mar 19 2007 Chris Wright <chrisw@redhat.com> - 8.1.0-1 >- update to asciidoc 8.1.0 > >* Thu Sep 14 2006 Chris Wright <chrisw@redhat.com> - 7.0.2-3 >- rebuild for Fedora Extras 6 > >* Tue Feb 28 2006 Chris Wright <chrisw@redhat.com> - 7.0.2-2 >- rebuild for Fedora Extras 5 > >* Mon Aug 29 2005 Chris Wright <chrisw@osdl.org> - 7.0.2-1 >- convert spec file to UTF-8 >- Source should be URL >- update to 7.0.2 > >* Fri Aug 19 2005 Chris Wright <chrisw@osdl.org> - 7.0.1-3 >- consistent use of RPM_BUILD_ROOT > >* Thu Aug 18 2005 Chris Wright <chrisw@osdl.org> - 7.0.1-2 >- Update BuildRoot >- use _datadir >- use config and _sysconfdir > >* Wed Jun 29 2005 Terje Røsten <terje.rosten@ntnu.no> - 7.0.1-1 >- 7.0.1 >- Drop patch now upstream >- Build as noarch (Petr KlÃÂma) > >* Sat Jun 11 2005 Terje Røsten <terje.rosten@ntnu.no> - 7.0.0-0.3 >- Add include patch > >* Fri Jun 10 2005 Terje Røsten <terje.rosten@ntnu.no> - 7.0.0-0.2 >- Fix stylesheets according to Stuart > >* Fri Jun 10 2005 Terje Røsten <terje.rosten@ntnu.no> - 7.0.0-0.1 >- Initial package >- Based on Debian package, thx! > >
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 222125
:
145261
|
199071
| 199141