rpms/siege/devel siege-2.65-good.patch, NONE, 1.1 siege.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Allisson Azevedo (allisson) fedora-extras-commits at redhat.com
Tue Mar 27 13:03:15 UTC 2007


Author: allisson

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

Modified Files:
	.cvsignore sources 
Added Files:
	siege-2.65-good.patch siege.spec 
Log Message:
auto-import siege-2.65-2 on branch devel from siege-2.65-2.src.rpm

siege-2.65-good.patch:

--- NEW FILE siege-2.65-good.patch ---
--- siege-2.65/doc/Makefile.in.good	2007-03-11 11:53:51.000000000 -0300
+++ siege-2.65/doc/Makefile.in	2007-03-11 11:54:23.000000000 -0300
@@ -512,16 +512,16 @@
 	else \
 	  $(INSTALL_DATA) $(srcdir)/siegerc $(SIEGERC); \
 	fi 
-	@if test -f $(URLSTXT); then \
-	  if cmp -s $(srcdir)/siegerc $(URLSTXT); then echo ""; \
-	    else \
-	    echo "WARNING: File $(URLSTXT) already exists."; \
-	    echo "         It was NOT replaced with this installation."; \
-	  fi; \
-	else \
-	  $(mkinstalldirs) $(sysconfdir); \
-	  $(INSTALL_DATA) $(srcdir)/urls.txt $(URLSTXT); \
-	fi 
+	#@if test -f $(URLSTXT); then \
+	#  if cmp -s $(srcdir)/siegerc $(URLSTXT); then echo ""; \
+	#    else \
+	#    echo "WARNING: File $(URLSTXT) already exists."; \
+	#    echo "         It was NOT replaced with this installation."; \
+	#  fi; \
+	#else \
+	#  $(mkinstalldirs) $(sysconfdir); \
+	#  $(INSTALL_DATA) $(srcdir)/urls.txt $(URLSTXT); \
+	#fi 
 
 uninstall:
 	rm -f $(SIEGERC)


--- NEW FILE siege.spec ---
Name:           siege
Version:        2.65
Release:        2%{?dist}
Summary:        Siege is an http regression testing and benchmarking utility

Group:          Development/Tools
License:        GPL 
URL:            http://www.joedog.org/JoeDog/Siege    
Source0:        ftp://ftp.joedog.org/pub/siege/%{name}-%{version}.tar.gz
Patch0:         siege-2.65-good.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: openssl-devel

%description
Siege is an http regression testing and benchmarking utility. 
It was designed to let web developers measure the performance of their code 
under duress, to see how it will stand up to load on the internet. 
Siege supports basic authentication, cookies, HTTP and HTTPS protocols. 
It allows the user hit a web server with a configurable number of concurrent 
simulated users. Those users place the webserver "under siege."

%prep
%setup -q
%patch0 -p1 -b .good


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
# Create /etc/urls.txt
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}
install -m 644 doc/urls.txt $RPM_BUILD_ROOT%{_sysconfdir}/

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING KNOWNBUGS MACHINES NEWS PLATFORM README README.https
%{_bindir}/bombardment
%{_bindir}/siege
%{_bindir}/siege.config
%{_bindir}/siege2csv.pl
%{_mandir}/man1/bombardment.1.gz
%{_mandir}/man1/siege.1.gz
%{_mandir}/man1/siege.config.1.gz
%{_mandir}/man1/siege2csv.1.gz
%{_mandir}/man5/urls_txt.5.gz
%{_mandir}/man7/layingsiege.7.gz
#%{_sysconfdir}/urls.txt
%config(noreplace) %{_sysconfdir}/urls.txt

%changelog
* Sun Mar 27 2007 Allisson Azevedo <allisson at gmail.com> 2.65-2
- Initial RPM release
* Sun Mar 11 2007 Allisson Azevedo <allisson at gmail.com> 2.65-1
- Initial RPM release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/siege/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Mar 2007 12:55:19 -0000	1.1
+++ .cvsignore	27 Mar 2007 13:02:42 -0000	1.2
@@ -0,0 +1 @@
+siege-2.65.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/siege/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 Mar 2007 12:55:19 -0000	1.1
+++ sources	27 Mar 2007 13:02:42 -0000	1.2
@@ -0,0 +1 @@
+90c6c1519cc65b081efcdf3a7207a93f  siege-2.65.tar.gz




More information about the fedora-extras-commits mailing list