New upstream version
This commit is contained in:
parent
b4d3cbe712
commit
31f3131e62
@ -1 +1 @@
|
|||||||
highlight-2.6.1.tar.gz
|
highlight-2.6.2.tar.gz
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
--- highlight-2.6.1/src/makefile.bak 2007-03-07 22:29:19.000000000 +0100
|
|
||||||
+++ highlight-2.6.1/src/makefile 2007-07-10 20:08:43.000000000 +0200
|
|
||||||
@@ -15,7 +15,7 @@
|
|
||||||
|
|
||||||
CXX=c++
|
|
||||||
|
|
||||||
-CFLAGS := -O2
|
|
||||||
+CFLAGS := ${RPM_OPT_FLAGS}
|
|
||||||
#CFLAGS := -Wall -DHL_DATA_DIR=\"${HL_DATA_DIR}\" -ggdb
|
|
||||||
|
|
||||||
LDFLAGS = -s
|
|
11
highlight-2.6.2-rpmopts.patch
Normal file
11
highlight-2.6.2-rpmopts.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- highlight-2.6.2/src/makefile.bak 2007-07-19 22:19:31.000000000 +0200
|
||||||
|
+++ highlight-2.6.2/src/makefile 2007-08-09 17:13:26.000000000 +0200
|
||||||
|
@@ -15,7 +15,7 @@
|
||||||
|
|
||||||
|
CXX=c++
|
||||||
|
|
||||||
|
-CFLAGS := -O2
|
||||||
|
+CFLAGS := ${RPM_OPT_FLAGS}
|
||||||
|
LDFLAGS = -s
|
||||||
|
|
||||||
|
CXX_COMPILE = ${CXX} ${CFLAGS} -c
|
@ -1,7 +1,7 @@
|
|||||||
Name: highlight
|
Name: highlight
|
||||||
Summary: Universal source code to formatted text converter
|
Summary: Universal source code to formatted text converter
|
||||||
Version: 2.6.1
|
Version: 2.6.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -9,7 +9,7 @@ License: GPLv2
|
|||||||
URL: http://www.andre-simon.de/
|
URL: http://www.andre-simon.de/
|
||||||
Source0: http://www.andre-simon.de/zip/%{name}-%{version}.tar.gz
|
Source0: http://www.andre-simon.de/zip/%{name}-%{version}.tar.gz
|
||||||
Patch1: highlight-2.6.1-makefile.patch
|
Patch1: highlight-2.6.1-makefile.patch
|
||||||
Patch2: highlight-2.6.1-rpmoptflags.patch
|
Patch2: highlight-2.6.2-rpmopts.patch
|
||||||
|
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc ChangeLog AUTHORS README* COPYING TODO examples/
|
%doc ChangeLog AUTHORS README* COPYING TODO examples/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 9 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.6.2-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
* Wed Aug 8 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.6.1-2
|
* Wed Aug 8 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.6.1-2
|
||||||
- Changing license tag
|
- Changing license tag
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user