rpms/haproxy/F-8 .cvsignore, 1.4, 1.5 haproxy.spec, 1.4, 1.5 sources, 1.4, 1.5

Jeremy Hinegardner (jjh) fedora-extras-commits at redhat.com
Mon Jan 21 19:55:24 UTC 2008


Author: jjh

Update of /cvs/pkgs/rpms/haproxy/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29071

Modified Files:
	.cvsignore haproxy.spec sources 
Log Message:
update to 1.3.14.2


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/haproxy/F-8/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	16 Dec 2007 07:49:00 -0000	1.4
+++ .cvsignore	21 Jan 2008 19:54:50 -0000	1.5
@@ -1 +1 @@
-haproxy-1.3.14.tar.gz
+haproxy-1.3.14.2.tar.gz


Index: haproxy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/haproxy/F-8/haproxy.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- haproxy.spec	16 Dec 2007 07:49:00 -0000	1.4
+++ haproxy.spec	21 Jan 2008 19:54:50 -0000	1.5
@@ -5,7 +5,7 @@
 %define haproxy_datadir %{_datadir}/haproxy
 
 Name:           haproxy
-Version:        1.3.14
+Version:        1.3.14.2
 Release:        1%{?dist}
 Summary:        HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
 
@@ -44,8 +44,8 @@
 
 %build
 # No configure script is present, it is all done via make flags
-# FC 7 is linux 2.6 so using linux26 as target.
-make %{?_smp_mflags} CPU="generic" TARGET="linux26" REGEX="pcre" ADDINC="%{optflags}"
+# FC 7 and up is linux 2.6 so using linux26 as target.
+make %{?_smp_mflags} CPU="generic" TARGET="linux26" USE_PCRE=1 ADDINC="%{optflags}"
 
 
 %install
@@ -56,6 +56,7 @@
 %{__install} -p -D -m 0644 %{SOURCE2} %{buildroot}%{haproxy_confdir}/%{name}.cfg
 %{__install} -d -m 0755 %{buildroot}%{haproxy_home}
 %{__install} -d -m 0755 %{buildroot}%{haproxy_datadir}
+%{__install} -p -D -m 0644 ./doc/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
 for httpfile in $(find ./examples/errorfiles/ -type f) 
 do
     %{__install} -p -m 0644 $httpfile %{buildroot}%{haproxy_datadir}
@@ -112,10 +113,16 @@
 %config(noreplace) %{haproxy_confdir}/%{name}.cfg
 %{_initrddir}/%{name}
 %{_sbindir}/%{name}
+%{_mandir}/man1/%{name}.1.gz
 %attr(-,%{haproxy_user},%{haproxy_group}) %dir %{haproxy_home}
 
 
 %changelog
+* Sun Jan 20 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.3.14.2-1
+- update to 1.3.14.2
+- update make flags that changed with this upstream release
+- added man page installation
+
 * Sun Dec 16 2007 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.3.14-1
 - update to 1.3.14
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/haproxy/F-8/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	16 Dec 2007 07:49:00 -0000	1.4
+++ sources	21 Jan 2008 19:54:50 -0000	1.5
@@ -1 +1 @@
-baa977bbabc1ef0208748f475bf6bf3d  haproxy-1.3.14.tar.gz
+74be7c458d41662c25c35a9b08868f1d  haproxy-1.3.14.2.tar.gz




More information about the fedora-extras-commits mailing list