Description: Fix typo in highlight-2.4-rpmoptflags.patch

This commit is contained in:
Jochen Schmitt 2005-10-11 17:16:37 +00:00
parent 23853a57a2
commit a290091296
2 changed files with 6 additions and 3 deletions

View File

@ -5,7 +5,7 @@
CXX=c++
-CFLAGS := -O2 -Wall -pedantic -DHL_DATA_DIR=\"${HL_DATA_DIR}\"
+CFLAGS := $(RPM_OPTS_FLAG) -DHL_DATA_DIR=\"${HL_DATA_DIR}\" -DUSE_FN_MATCH
+CFLAGS := ${RPM_OPT_FLAGS} -DHL_DATA_DIR=\"${HL_DATA_DIR}\" -DUSE_FN_MATCH
LDFLAGS = -L/usr/lib -s

View File

@ -4,7 +4,7 @@
Name: highlight
Summary: Universal source code to formatted text converter
Version: %{hver}.%{lver}
Release: 2%{?dist}
Release: 3%{?dist}
Group: Development/Tools
License: GPL
@ -26,7 +26,7 @@ It is easily possible to create new language definitions and colour themes.
%prep
%setup -q -n %{name}-%{hver}-%{lver}
%patch1 -p1 -b .mak
%patch1 -p1
%patch2 -p1
%build
@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
%doc ChangeLog AUTHORS README* COPYING TODO examples/
%changelog
* Tue Oct 11 2005 Jochen Schmitt <Jochen herr-schmitt de> 2.4.2-3
- Fix typo in highlight-2.4-rpmoptflags.patch
* Mon Oct 10 2005 Jochen Schmitt <Jochen herr-schmitt de> 2.4.2-2
- Use -DUSE_FN_MATCH