rpms/haproxy/devel haproxy.spec,1.4,1.5

Jeremy Hinegardner (jjh) fedora-extras-commits at redhat.com
Mon Jan 21 00:50:10 UTC 2008


Author: jjh

Update of /cvs/pkgs/rpms/haproxy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29674

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


Index: haproxy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/haproxy/devel/haproxy.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- haproxy.spec	16 Dec 2007 07:44:40 -0000	1.4
+++ haproxy.spec	21 Jan 2008 00:49:31 -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
 




More information about the fedora-extras-commits mailing list