Description: Fix typo in highlight-2.4-rpmoptflags.patch
This commit is contained in:
parent
23853a57a2
commit
a290091296
@ -5,7 +5,7 @@
|
|||||||
CXX=c++
|
CXX=c++
|
||||||
|
|
||||||
-CFLAGS := -O2 -Wall -pedantic -DHL_DATA_DIR=\"${HL_DATA_DIR}\"
|
-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
|
LDFLAGS = -L/usr/lib -s
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Name: highlight
|
Name: highlight
|
||||||
Summary: Universal source code to formatted text converter
|
Summary: Universal source code to formatted text converter
|
||||||
Version: %{hver}.%{lver}
|
Version: %{hver}.%{lver}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -26,7 +26,7 @@ It is easily possible to create new language definitions and colour themes.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{hver}-%{lver}
|
%setup -q -n %{name}-%{hver}-%{lver}
|
||||||
%patch1 -p1 -b .mak
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc ChangeLog AUTHORS README* COPYING TODO examples/
|
%doc ChangeLog AUTHORS README* COPYING TODO examples/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Oct 10 2005 Jochen Schmitt <Jochen herr-schmitt de> 2.4.2-2
|
||||||
- Use -DUSE_FN_MATCH
|
- Use -DUSE_FN_MATCH
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user