Fix the spaces vs. tabs I mentioned, .gz man page extension in case it
doesn't get compressed and an unneeded double slash.
This commit is contained in:
parent
cefe703e6d
commit
d5eab8fa1b
@ -1,17 +1,17 @@
|
|||||||
Name: highlight
|
Name: highlight
|
||||||
Summary: Universal source code to formatted text converter
|
Summary: Universal source code to formatted text converter
|
||||||
Version: 2.4.1
|
Version: 2.4.1
|
||||||
Release: 3%{?dist}
|
Release: 3%{?dist}
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|
||||||
URL: http://www.andre-simon.de/
|
URL: http://www.andre-simon.de/
|
||||||
Source0: http://www.andre-simon.de/zip/%{name}-2.4-1.tar.bz2
|
Source0: http://www.andre-simon.de/zip/%{name}-2.4-1.tar.bz2
|
||||||
Patch1: highlight-2.4-makefile.patch
|
Patch1: highlight-2.4-makefile.patch
|
||||||
Patch2: highlight-2.4-rpmoptflags.patch
|
Patch2: highlight-2.4-rpmoptflags.patch
|
||||||
|
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A utility that converts sourcecode to HTML, XHTML, RTF, LaTeX, TeX,
|
A utility that converts sourcecode to HTML, XHTML, RTF, LaTeX, TeX,
|
||||||
@ -44,9 +44,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%{_bindir}/highlight
|
%{_bindir}/highlight
|
||||||
%{_datadir}/highlight/
|
%{_datadir}/highlight/
|
||||||
%{_mandir}/man1/highlight.1.gz
|
%{_mandir}/man1/highlight.1*
|
||||||
|
|
||||||
%doc ChangeLog AUTHORS README* COPYING TODO examples//
|
%doc ChangeLog AUTHORS README* COPYING TODO examples/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Aug 3 2005 Jochen Schmitt <Jochen herr-schmitt de> 2.4.1-3
|
* Wed Aug 3 2005 Jochen Schmitt <Jochen herr-schmitt de> 2.4.1-3
|
||||||
|
Loading…
Reference in New Issue
Block a user