rpms/highlight/devel .cvsignore, 1.2, 1.3 highlight-2.4-makefile.patch, 1.2, 1.3 highlight.spec, 1.5, 1.6 sources, 1.2, 1.3

Jochen Schmitt (s4504kr) fedora-extras-commits at redhat.com
Sun Oct 9 20:32:59 UTC 2005


Author: s4504kr

Update of /cvs/extras/rpms/highlight/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16057

Modified Files:
	.cvsignore highlight-2.4-makefile.patch highlight.spec sources 
Log Message:

  Description:
    new update release.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/highlight/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	4 Aug 2005 15:38:30 -0000	1.2
+++ .cvsignore	9 Oct 2005 20:32:57 -0000	1.3
@@ -1 +1 @@
-highlight-2.4-1.tar.bz2
+highlight-2.4-2.tar.gz

highlight-2.4-makefile.patch:

Index: highlight-2.4-makefile.patch
===================================================================
RCS file: /cvs/extras/rpms/highlight/devel/highlight-2.4-makefile.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- highlight-2.4-makefile.patch	8 Aug 2005 18:18:05 -0000	1.2
+++ highlight-2.4-makefile.patch	9 Oct 2005 20:32:57 -0000	1.3
@@ -1,30 +1,22 @@
---- highlight-2.4-1/makefile.org	2005-07-19 11:27:46.000000000 +0200
-+++ highlight-2.4-1/makefile	2005-08-08 20:07:16.000000000 +0200
-@@ -7,7 +7,7 @@
+--- highlight-2.4-2/makefile.mak	2005-09-22 22:51:16.000000000 +0200
++++ highlight-2.4-2/makefile	2005-10-09 22:05:40.000000000 +0200
+@@ -9,8 +9,8 @@
  data_dir = ${DESTDIR}/usr/share/highlight/
  
  # Location where the highlight binary will be installed:
 -bin_dir = ${DESTDIR}/usr/local/bin/
+-# bin_dir = ${DESTDIR}/usr/bin/
++# bin_dir = ${DESTDIR}/usr/local/bin/
 +bin_dir = ${DESTDIR}/usr/bin/
  
  # Location where the highlight man page will be installed:
  man_dir = ${DESTDIR}/usr/share/man/man1/
-@@ -16,8 +16,9 @@
- doc_dir = ${DESTDIR}/usr/share/doc/highlight/
- 
- # Location where the highlight examples will be installed:
--examples_dir = ${doc_dir}examples/
-+examples_dir = $(DESTDIR)/${doc_dir}examples/
- 
-+etc_dir = $(DESTDIR)/etc/highlight
- 
- # Commands:
- INSTALL_DATA=install -m644
-@@ -40,12 +41,6 @@
- 	@echo "Binary directory:        ${bin_dir}"
+@@ -46,13 +46,7 @@
+ 	@echo "Configuration directory: ${conf_dir}"
  	@echo
  
 -	${MKDIR} ${doc_dir}
+ 	${MKDIR} ${conf_dir}
 -	${MKDIR} ${examples_dir} \
 -		${examples_dir}cgi \
 -		${examples_dir}cgi/perl \
@@ -33,16 +25,7 @@
  	${MKDIR} ${data_dir} \
  		${data_dir}themes \
  		${data_dir}langDefs \
-@@ -53,25 +48,14 @@
- 		${data_dir}helpmsg
- 	${MKDIR} ${man_dir}
- 	${MKDIR} ${bin_dir}
-+	$(MKDIR) $(etc_dir)
- 
- 	${INSTALL_DATA} ./langDefs/*.lang ${data_dir}langDefs/
--	${INSTALL_DATA} ./*.conf ${data_dir}
-+	${INSTALL_DATA} ./*.conf ${etc_dir}
- 	${INSTALL_DATA} ./themes/*.style ${data_dir}themes/
+@@ -67,18 +61,6 @@
  	${INSTALL_DATA} ./indentSchemes/*.indent ${data_dir}indentSchemes/
  	${INSTALL_DATA} ./helpmsg/*.help ${data_dir}helpmsg/
  	${INSTALL_DATA} ./man/highlight.1.gz ${man_dir}


Index: highlight.spec
===================================================================
RCS file: /cvs/extras/rpms/highlight/devel/highlight.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- highlight.spec	10 Aug 2005 19:31:21 -0000	1.5
+++ highlight.spec	9 Oct 2005 20:32:57 -0000	1.6
@@ -1,16 +1,15 @@
 Name:		highlight
 Summary:	Universal source code to formatted text converter
-Version:	2.4.1
-Release:	6%{?dist}
+Version:	2.4.2
+Release:	1%{?dist}
 
 Group:		Development/Tools
 License:	GPL
 
 URL:		http://www.andre-simon.de/
-Source0:	http://www.andre-simon.de/zip/%{name}-2.4-1.tar.bz2
+Source0:	http://www.andre-simon.de/zip/%{name}-2.4-2.tar.gz
 Patch1:		highlight-2.4-makefile.patch
 Patch2:		highlight-2.4-rpmoptflags.patch
-Patch3:         highlight-2.4-etcdir.patch
 
 Buildroot:	%{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
 
@@ -23,10 +22,9 @@
 It is easily possible to create new language definitions and colour themes.
 
 %prep
-%setup -q -n %{name}-2.4-1
-%patch1 -p1 
+%setup -q -n %{name}-2.4-2
+%patch1 -p1 -b .mak
 %patch2 -p1
-%patch3 -p1
 
 %build
 make %{?_smp_mflags} LDFLAGS=
@@ -36,8 +34,6 @@
 
 make install DESTDIR=$RPM_BUILD_ROOT
 
-rm -rf $RPM_BUILD_ROOT%{_docdir}/highlight
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -53,6 +49,9 @@
 %doc ChangeLog AUTHORS README* COPYING TODO examples/
 
 %changelog
+* Sun Oct  9 2005 Jochen Schmitt <Jochen herr-schmitt de> 2.4.2-0
+- New upstream release
+
 * Wed Aug 10 2005 Jochen Schmitt <Jochen herr-schmitt de> 2.4.1-6
 - Rebuilt for FC-4/FC-3
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/highlight/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	4 Aug 2005 15:38:30 -0000	1.2
+++ sources	9 Oct 2005 20:32:57 -0000	1.3
@@ -1 +1 @@
-70066f7c4c0970fb84b0d84835d2f25f  highlight-2.4-1.tar.bz2
+44a58a1460cd4ccc1b3d684668e5f055  highlight-2.4-2.tar.gz




More information about the fedora-extras-commits mailing list