rpms/echoping/devel .cvsignore, 1.2, 1.3 echoping.spec, 1.3, 1.4 sources, 1.2, 1.3

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Mon Feb 11 15:31:11 UTC 2008


Author: ixs

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

Modified Files:
	.cvsignore echoping.spec sources 
Log Message:
* Mon Feb 11 2008 Andreas Thienemann <andreas at bawue.net> - 6.0.2-1
- Updated to 6.0.2
- Split into subpackages for plugins



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/echoping/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	22 Apr 2006 07:09:41 -0000	1.2
+++ .cvsignore	11 Feb 2008 15:30:30 -0000	1.3
@@ -1 +1 @@
-echoping-5.2.0.tar.gz
+echoping-6.0.2.tar.gz


Index: echoping.spec
===================================================================
RCS file: /cvs/pkgs/rpms/echoping/devel/echoping.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- echoping.spec	5 Dec 2007 21:47:40 -0000	1.3
+++ echoping.spec	11 Feb 2008 15:30:30 -0000	1.4
@@ -1,19 +1,64 @@
-Summary: TCP "echo" performance test
-Name: echoping
-Version: 5.2.0
-Release: 3%{?dist}
-License: GPL
-Group: Applications/Internet
-Source0: ftp://ftp.internatif.org/pub/unix/echoping/echoping-%{version}.tar.gz
-URL: http://echoping.sourceforge.net/
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: openssl-devel, libidn-devel
+Summary:       TCP "echo" performance test
+Name:          echoping
+Version:       6.0.2
+Release:       1%{?dist}
+License:       GPL
+Group:         Applications/Internet
+Source0:       http://downloads.sourceforge.net/echoping/echoping-%{version}.tar.gz
+URL:           http://echoping.sourceforge.net/
+BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: openssl-devel, libidn-devel, popt-devel, zlib-devel, openldap-devel, postgresql-devel
 
 %description
-"echoping" is a small program to test (approximatively) performances of a
-remote host by sending it TCP "echo" (or other protocol, such as HTTP)
+Echoping is a small program to test (approximatively) performances of a
+remote host by sending TCP "echo" (or other protocol, such as HTTP)
 packets.
 
+%package       dns
+Summary:       DNS plugin for checking response times of DNS servers
+Group:         Applications/Internet
+Requires:      %{name} = %{version}-%{release}
+
+%description   dns
+DNS performance measurement plugin for echoping.
+
+
+%package       ldap
+Summary:       LDAP plugin for checking response times of LDAP servers
+Group:         Applications/Internet
+Requires:      %{name} = %{version}-%{release}
+
+%description   ldap
+LDAP performance measurement plugin for echoping.
+
+
+%package       postgresql
+Summary:       PostgreSQL plugin for checking response times of PostgreSQL servers
+Group:         Applications/Internet
+Requires:      %{name} = %{version}-%{release}
+
+%description   postgresql
+PostgreSQL performance measurement plugin for echoping.
+
+
+%package       whois
+Summary:       WHOIS plugin for checking response times of Whois servers
+Group:         Applications/Internet
+Requires:      %{name} = %{version}-%{release}
+
+%description    whois
+WHOIS performance measurement plugin for echoping.
+
+%package        devel
+Summary:        Development files for %{name}
+Group:          Development/Libraries
+Requires:       %{name} = %{version}-%{release}
+
+%description    devel
+The %{name}-devel package contains libraries and header files for
+developing applications that use %{name}.
+
+
 %prep
 %setup -q
 
@@ -22,12 +67,14 @@
 	--enable-icp \
 	--enable-http \
 	--enable-smtp \
-	--disable-ttcp \
 	--enable-tos \
 	--enable-priority \
  	--with-libidn \
 	--with-ssl \
-	--without-gnutls
+	--without-gnutls \
+	--disable-static \
+	CFLAGS="%{optflags} -D_GNU_SOURCE" 
+
 
 %{__make} %{?_smp_mflags}
 
@@ -35,6 +82,11 @@
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
 
+# Clean .la files
+find %{buildroot} -name '*.la' | xargs rm -f
+rm -f %{buildroot}%{_libdir}/echoping/random.*
+rm -f %{buildroot}%{_mandir}/man1/echoping_random.1*
+
 %clean
 rm -rf %{buildroot}
 
@@ -44,9 +96,33 @@
 %{_bindir}/echoping
 %{_mandir}/man1/echoping.1*
 
+%files dns
+%{_mandir}/man1/echoping_dns.1*
+%{_libdir}/echoping/dns.so.*
+
+%files ldap
+%{_mandir}/man1/echoping_ldap.1*
+%{_libdir}/echoping/ldap.so.*
+
+%files postgresql
+%{_mandir}/man1/echoping_postgresql.1*
+%{_libdir}/echoping/postgresql.so.*
+
+%files whois
+%{_mandir}/man1/echoping_whois.1*
+%{_libdir}/echoping/whois.so.*
+
+%files devel
+%{_includedir}/echoping/
+%{_libdir}/echoping/*.so
+
 %changelog
+* Mon Feb 11 2008 Andreas Thienemann <andreas at bawue.net> - 6.0.2-1
+- Updated to 6.0.2
+- Split into subpackages for plugins
+
 * Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - 5.2.0-3
- - Rebuild for deps
+- Rebuild for deps
 
 * Fri Sep 08 2006 Andreas Thienemann <andreas at bawue.net> - 5.2.0-2
 - FE6 Rebuild


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/echoping/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	22 Apr 2006 07:09:41 -0000	1.2
+++ sources	11 Feb 2008 15:30:30 -0000	1.3
@@ -1 +1 @@
-aef46a1d09a1083e99eb5e18e9184af2  echoping-5.2.0.tar.gz
+991478532b56ab3b6f46ea9fa332626f  echoping-6.0.2.tar.gz




More information about the fedora-extras-commits mailing list