Compare commits

...

5 Commits
master ... f8

Author SHA1 Message Date
Fedora Release Engineering 3018fecba1 dist-git conversion 2010-07-29 13:01:07 +00:00
Bill Nottingham a8c5352132 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:42:07 +00:00
Adrian Reber 5221d74ac4 - updated to 2.9
- removed upstreamed gcc43 patch
2008-06-13 11:01:32 +00:00
Adrian Reber e1e01a1d02 - updated to 2.8
- license changed to GPLv3+
2007-12-15 22:24:42 +00:00
Jesse Keating 2a31203436 Initialize branch F-8 for source-highlight 2007-10-20 11:28:11 +00:00
6 changed files with 21 additions and 34 deletions

View File

@ -1,2 +0,0 @@
source-highlight-2.7.tar.gz.sig
source-highlight-2.7.tar.gz

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
source-highlight-2.9.tar.gz
source-highlight-2.9.tar.gz.sig

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: source-highlight
# $Id$
NAME := source-highlight
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View File

@ -1,3 +0,0 @@
vardef URLPART = '[[:word:]\./\-_]+'
url = '(<?)' + $URLPART + '@' + $URLPART + '(>?)'
url = '[[:word:]]+://' + $URLPART

View File

@ -1,11 +1,11 @@
Summary: Produces a document with syntax highlighting
Name: source-highlight
Version: 2.7
Version: 2.9
Release: 1%{?dist}
Group: Development/Tools
License: GPLv2+
Source0: ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-2.7.tar.gz
Source1: ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-2.7.tar.gz.sig
License: GPLv3+
Source0: ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-2.9.tar.gz
Source1: ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-2.9.tar.gz.sig
URL: http://www.gnu.org/software/src-highlite/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: bison, flex, boost-devel
@ -33,7 +33,7 @@ rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
mv $RPM_BUILD_ROOT%{_datadir}/doc/ docs
%{__sed} -i 's/\r//' docs/source-highlight/xhtml.css
%{__sed} -i 's/\r//' docs/source-highlight/*.css
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
@ -63,6 +63,17 @@ fi
%{_infodir}/source-highlight.info*
%changelog
* Fri Jun 13 2008 Adrian Reber <adrian@lisas.de> - 2.9-1
- updated to 2.9
- removed upstreamed gcc43 patch
* Tue Feb 12 2008 Adrian Reber <adrian@lisas.de> - 2.8-2
- added gcc43 patch
* Fri Dec 14 2007 Adrian Reber <adrian@lisas.de> - 2.8-1
- updated to 2.8
- license changed to GPLv3+
* Sun Sep 16 2007 Adrian Reber <adrian@lisas.de> - 2.7-1
- updated to 2.7
- updated files section
@ -121,7 +132,7 @@ fi
* Thu Jun 17 2004 Lenny Cartier <lenny@mandrakesoft.com> 1.9-1mdk
- 1.9
* Wed Jan 07 2004 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 1.8-1mdk
* Wed Jan 07 2004 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 1.8-1mdk
- 1.8
- drop Prefix tag
- clean out redundant buildrequires

View File

@ -1,2 +1,2 @@
ed75f25037aff81819ce4f092483af86 source-highlight-2.7.tar.gz.sig
654df5a7c3d9a20063d6220979c04550 source-highlight-2.7.tar.gz
80a947681d32b0fe515a5cd01f9582a7 source-highlight-2.9.tar.gz
597f43655ab83464b856e98aacb42b22 source-highlight-2.9.tar.gz.sig