rpms/halberd/devel halberd.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Sindre Pedersen Bjørdal (sindrepb) fedora-extras-commits at redhat.com
Thu May 10 02:48:30 UTC 2007


Author: sindrepb

Update of /cvs/extras/rpms/halberd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv826/devel

Modified Files:
	.cvsignore sources 
Added Files:
	halberd.spec 
Log Message:
added halberd, maintained me



--- NEW FILE halberd.spec ---
# sitelib for noarch packages, sitearch for others (remove the unneeded one)
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           halberd
Version:        0.2.1
Release:        1%{?dist}
Summary:        Tool to discover HTTP load balancers

Group:          Applications/Internet
License:        GPL
URL:            http://halberd.superadditive.com
Source0:        http://halberd.superadditive.com/dist/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel

%description
Halberd discovers HTTP load balancers. It is useful for web application
security auditing and for load balancer configuration testing.

%prep
%setup -q


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT%{_mandir}
mv $RPM_BUILD_ROOT/usr/man/man1 $RPM_BUILD_ROOT%{_mandir}/
 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog README
%{_bindir}/*
%{_mandir}/man?/*
%{python_sitelib}/*

%changelog
* Thu May 03 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 0.2.1-1
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/halberd/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 May 2007 20:35:09 -0000	1.1
+++ .cvsignore	10 May 2007 02:47:56 -0000	1.2
@@ -0,0 +1 @@
+halberd-0.2.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/halberd/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 May 2007 20:35:09 -0000	1.1
+++ sources	10 May 2007 02:47:56 -0000	1.2
@@ -0,0 +1 @@
+dc37c78e19772da5bdbd20f99df884b4  halberd-0.2.1.tar.gz




More information about the fedora-extras-commits mailing list