rpms/highlight/FC-4 highlight.spec,1.2,1.3

Jochen Schmitt (s4504kr) fedora-extras-commits at redhat.com
Wed Aug 10 18:25:05 UTC 2005


Author: s4504kr

Update of /cvs/extras/rpms/highlight/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6261

Modified Files:
	highlight.spec 
Log Message:

  Description:
    Fixed erronous commit (wrong spec file).



Index: highlight.spec
===================================================================
RCS file: /cvs/extras/rpms/highlight/FC-4/highlight.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- highlight.spec	4 Aug 2005 15:42:26 -0000	1.2
+++ highlight.spec	10 Aug 2005 18:25:03 -0000	1.3
@@ -1,7 +1,7 @@
 Name:		highlight
 Summary:	Universal source code to formatted text converter
 Version:	2.4.1
-Release:	3%{?dist}
+Release:	5%{?dist}
 
 Group:		Development/Tools
 License:	GPL
@@ -10,6 +10,7 @@
 Source0:	http://www.andre-simon.de/zip/%{name}-2.4-1.tar.bz2
 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,11 +24,12 @@
 
 %prep
 %setup -q -n %{name}-2.4-1
-%patch1 -p1
+%patch1 -p1 
 %patch2 -p1
+%patch3 -p1
 
 %build
-make %{?_smp_mflags}
+make %{?_smp_mflags} LDFLAGS=
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -46,9 +48,17 @@
 %{_datadir}/highlight/
 %{_mandir}/man1/highlight.1*
 
+%config /etc/highlight/
+
 %doc ChangeLog AUTHORS README* COPYING TODO examples/
 
 %changelog
+* Tue Aug  9 2005 Jochen Schmitt <Jochen herr-schmitt de> 2.4-1-5
+- Fix #165302
+
+* Mon Aug  8 2005 Jochen Schmitt <Jochen herr-schmitt de> 2.4.1-4
+- Move extension.conf and scriptre.conf to /etc/highlight
+
 * Wed Aug  3 2005 Jochen Schmitt <Jochen herr-schmitt de> 2.4.1-3
 - Remove leading 'A' from summary line
 




More information about the fedora-extras-commits mailing list