Fix rpmopt bug
This commit is contained in:
parent
95e88aa3be
commit
44b9fb9a2d
@ -1,7 +1,7 @@
|
||||
Name: highlight
|
||||
Summary: Universal source code to formatted text converter
|
||||
Version: 2.4.8
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
|
||||
Group: Development/Tools
|
||||
License: GPL
|
||||
@ -9,7 +9,7 @@ License: GPL
|
||||
URL: http://www.andre-simon.de/
|
||||
Source0: http://www.andre-simon.de/zip/%{name}-%{version}.tar.gz
|
||||
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)
|
||||
|
||||
@ -24,7 +24,7 @@ It is easily possible to create new language definitions and colour themes.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
# %patch2 -p1
|
||||
%patch2 -p1 -b .bak
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} LDFLAGS=
|
||||
@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc ChangeLog AUTHORS README* COPYING TODO examples/
|
||||
|
||||
%changelog
|
||||
* Tue Feb 6 2007 Jochen Schmitt <s4504kr@zeus.herr-schmitt.de> 2.4.8-2
|
||||
- fir rpmopt bug (#227292)
|
||||
|
||||
* Mon Oct 23 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.4.8-1
|
||||
- New upstream release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user