rpms/mod_proxy_html/EL-4 import.log, NONE, 1.1 mod_proxy_html.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Philip Prindeville philipp at fedoraproject.org
Wed Dec 16 21:17:27 UTC 2009


Author: philipp

Update of /cvs/pkgs/rpms/mod_proxy_html/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12517/EL-4

Modified Files:
	.cvsignore sources 
Added Files:
	import.log mod_proxy_html.spec 
Log Message:
Initial commit.




--- NEW FILE import.log ---
mod_proxy_html-3_1_2-1_fc11:EL-4:mod_proxy_html-3.1.2-1.fc11.src.rpm:1260998177


--- NEW FILE mod_proxy_html.spec ---
Summary: Output filter to rewrite HTML links in a proxy situation
Name: mod_proxy_html
Version: 3.1.2
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Libraries
URL: http://apache.webthing.com/mod_proxy_html/
Source: http://apache.webthing.com/mod_proxy_html/mod_proxy_html-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: httpd-mmn = %(cat %{_includedir}/httpd/.mmn || echo missing)
BuildRequires: libxml2-devel httpd-devel

%description
mod_proxy_html is an output filter to rewrite HTML links in a proxy situation,
to ensure that links work for users outside the proxy. It serves the same
purpose as Apache's ProxyPassReverse directive does for HTTP headers, and is
an essential component of a reverse proxy.

%define modulesdir %{_libdir}/httpd/modules
%define confdir %{_sysconfdir}/httpd/conf

%prep
%setup -q -n %{name}


%build
%{_sbindir}/apxs -c -I . -I %{_includedir}/libxml2 -lxml2 mod_proxy_html.c


%install
%{__rm} -rf %{buildroot}
%{__mkdir_p} %{buildroot}/%{modulesdir}
%{_sbindir}/apxs -i -S LIBEXECDIR=%{buildroot}/%{modulesdir} -n mod_proxy_html mod_proxy_html.la
install -m 644 -D proxy_html.conf %{buildroot}/%{confdir}.d/proxy_html.conf
%{__sed} -i \
	-e '/^# LoadFile	\/usr\/lib\/libxml2\.so/d' \
	-e '1,7s@^# \(LoadModule	proxy_html_module	modules/mod_proxy_html\.so\)$@\1@' \
%ifarch x86_64
	-e 's@/usr/lib/@%{_libdir}/@' \
%endif
	%{buildroot}/%{confdir}.d/proxy_html.conf


%clean
%{__rm} -rf %{buildroot}


%files
%defattr(-,root,root)
%{modulesdir}/mod_proxy_html.so
%config(noreplace) %lang(en) %{confdir}.d/proxy_html.conf
%doc COPYING README


%changelog
* Wed Dec 09 2009 Philip Prindeville <http://www.redfish-solutions.com> 3.1.2-1
- Version bump to 3.1.2

* Fri Sep 18 2008 Philip Prindeville <http://www.redfish-solutions.com> 3.0.1-9
- Put back BuildRequires...

* Tue Sep  7 2008 Philip Prindeville <http://www.redfish-solutions.com> 3.0.1-8
- Not being enabled by default (uncomment the "LoadModule" line from the
  config).

* Tue Sep  2 2008 Philip Prindeville <http://www.redfish-solutions.com> 3.0.1-7
- Fixed "Source:" to point to numbered version of tarball.  Thanks Nick!

* Tue Aug 12 2008 Philip Prindeville <http://www.redfish-solutions.com> 3.0.1-6
- Fixed BuildRequires: and BuildRoot: as per code review comments.

* Sun Jul 13 2008 Philip Prindeville <http://www.redfish-solutions.com> 3.0.1-5
- Fixed gcc warning on missing braces/ambiguous "else".

* Thu Jul 10 2008 Philip Prindeville <http://www.redfish-solutions.com> 3.0.1-4
- Fixed conditional edit of path to libs in .conf file based on architecture
  type.

* Mon Jun 30 2008 Philip Prindeville <http://www.redfish-solutions.com> 3.0.1-3
- Added "--with xml" for those wanting implicit load of libxml2 via ld.so
  instead of via explicit "LoadFile" in configs.

* Sat Jun 28 2008 Philip Prindeville <http://www.redfish-solutions.com> 3.0.1-2
- Merged with comments from reviewers (especially Ray).

* Wed Jun 18 2008 Philip Prindeville <http://www.redfish-solutions.com> 3.0.1-1
- Initial RPM release.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mod_proxy_html/EL-4/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	16 Dec 2009 05:30:55 -0000	1.1
+++ .cvsignore	16 Dec 2009 21:17:27 -0000	1.2
@@ -0,0 +1 @@
+mod_proxy_html-3.1.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mod_proxy_html/EL-4/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	16 Dec 2009 05:30:55 -0000	1.1
+++ sources	16 Dec 2009 21:17:27 -0000	1.2
@@ -0,0 +1 @@
+d6497b48d2bffc4150472472004618c3  mod_proxy_html-3.1.2.tar.bz2




More information about the fedora-extras-commits mailing list