rpms/pen/F-10 import.log, NONE, 1.1 pen.httpd, NONE, 1.1 pen.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Itamar Reis Peixoto itamarjp at fedoraproject.org
Sun Dec 21 19:29:20 UTC 2008


Author: itamarjp

Update of /cvs/pkgs/rpms/pen/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9476/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log pen.httpd pen.spec 
Log Message:
Initial Release



--- NEW FILE import.log ---
pen-0_18_0-3_fc10:F-10:pen-0.18.0-3.fc10.src.rpm:1229887651


--- NEW FILE pen.httpd ---
ScriptAlias /pen/ /var/www/pen/
<Directory /var/www/pen/>
        DirectoryIndex penctl.cgi
        Options ExecCGI
        order deny,allow
        deny from all
        allow from 127.0.0.1
</Directory>



--- NEW FILE pen.spec ---
Name:           pen
Version:        0.18.0
Release:        3%{?dist}
Summary:        Load balancer for "simple" tcp based protocols such as http or smtp

Group:          Applications/Internet
License:        GPLv2
URL:            http://siag.nu/pen/
Source0:        ftp://siag.nu/pub/%{name}/%{name}-%{version}.tar.gz
Source1:        pen.httpd
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires:       httpd

%description
This is pen, a load balancer for "simple" tcp based protocols such as http or
smtp. It allows several servers to appear as one to the outside and 
automatically detects servers that are down and distributes clients among the
available servers. This gives high availability and scalable performance. 

%prep
%setup -q

# Convert to utf-8
for file in ChangeLog penctl.1; do
   mv $file timestamp
   iconv -f ISO-8859-1 -t UTF-8 -o $file timestamp
   touch -r timestamp $file
done

%{__sed} -i 's/\/var/\%{_localstatedir}/g' %{SOURCE1}

%build
%configure
%{__make} %{?_smp_mflags}


%install
%{__rm} -rf %{buildroot}

%{__chmod} 0644 %{_builddir}/%{name}-%{version}/penstats
%{__make} install DESTDIR=%{buildroot}
%{__install} -Dp -m 0755 penctl.cgi %{buildroot}%{_localstatedir}/www/pen/penctl.cgi
%{__install} -Dp -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/httpd/conf.d/pen.conf

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

%files
%defattr(-,root,root,-)
%doc HOWTO AUTHORS penstats COPYING README ChangeLog
%{_mandir}/man1/*
%{_bindir}/*
%config(noreplace) %{_sysconfdir}/httpd/conf.d/pen.conf
%{_localstatedir}/www/pen/
%exclude %{_prefix}/doc/


%changelog
* Thu Dec 18 2008 Itamar Reis Peixoto <itamar at ispbrasil.com.br> 0.18.0-3
- replace $RPM_BUILD_DIR with %%{_builddir}

* Sun Nov 12 2008 Itamar Reis Peixoto <itamar at ispbrasil.com.br> 0.18.0-2
- preserve timestamp when converting files to UTF-8

* Sun Nov 09 2008 Itamar Reis Peixoto <itamar at ispbrasil.com.br> 0.18.0-1
- Initial Release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pen/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Dec 2008 04:07:57 -0000	1.1
+++ .cvsignore	21 Dec 2008 19:28:50 -0000	1.2
@@ -0,0 +1 @@
+pen-0.18.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pen/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Dec 2008 04:07:58 -0000	1.1
+++ sources	21 Dec 2008 19:28:50 -0000	1.2
@@ -0,0 +1 @@
+96f6d39e7e7cca11a647e795550f3829  pen-0.18.0.tar.gz




More information about the fedora-extras-commits mailing list