[liboping] * Sat Aug 10 2013 Fabian Affolter <mail at fabian-affolter.ch> - 1.6.0-1 - Updated to latest upstream v

Fabian Affolter fab at fedoraproject.org
Sat Aug 10 14:27:23 UTC 2013


commit 1dea56617fcbd1083ffd1ffbb048d511eae0ff78
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Sat Aug 10 16:27:05 2013 +0200

    * Sat Aug 10 2013 Fabian Affolter <mail at fabian-affolter.ch> - 1.6.0-1
    - Updated to latest upstream version 1.6.0
    - Spec file updated

 .gitignore    |    1 +
 liboping.spec |   24 ++++++------------------
 sources       |    2 +-
 3 files changed, 8 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 65dde69..0a45c1c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 liboping-1.3.4.tar.bz2
 /liboping-1.5.1.tar.bz2
+/liboping-1.6.0.tar.bz2
diff --git a/liboping.spec b/liboping.spec
index 3ebc005..c23629b 100644
--- a/liboping.spec
+++ b/liboping.spec
@@ -1,13 +1,11 @@
 Name:           liboping
-Version:        1.5.1
-Release:        9%{?dist}
+Version:        1.6.0
+Release:        0%{?dist}
 Summary:        C library to generate ICMP echo requests
 
-Group:          Applications/Internet
 License:        GPLv2
 URL:            http://verplant.org/liboping/
 Source0:        http://verplant.org/liboping/files/%{name}-%{version}.tar.bz2
-BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
@@ -19,7 +17,6 @@ Liboping is a C library to generate ICMP echo requests, better known as
 "ping packets". It is intended for use in network monitoring applications
 or applications that would otherwise need to fork ping(1) frequently.
 
-
 %package devel
 Summary:        Development files for %{name}
 Group:          Development/Libraries
@@ -29,11 +26,9 @@ Requires:       %{name} = %{version}-%{release}
 This package contains files needed to develop and build software against
 liboping, a %{summary}.
 
-
 %prep
 %setup -q
 
-
 %build
 %configure --disable-static
 make -C src %{?_smp_mflags}
@@ -44,7 +39,6 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make -C src install DESTDIR=$RPM_BUILD_ROOT
 cd bindings/perl
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
@@ -54,21 +48,13 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
-
 %check
 LD_LIBRARY_PATH=../../src/.libs make -C bindings/perl test
 
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
-
 %files
-%defattr(-,root,root,-)
 %{_bindir}/oping
 %{_bindir}/noping
 %{_libdir}/liboping.so.*
@@ -80,7 +66,6 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %files devel
-%defattr(-,root,root,-)
 %{_includedir}/oping.h
 %{_libdir}/liboping.so
 %{_mandir}/man3/liboping.3*
@@ -93,8 +78,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/ping_send.3*
 %{_mandir}/man3/ping_setopt.3*
 
-
 %changelog
+* Sat Aug 10 2013 Fabian Affolter <mail at fabian-affolter.ch> - 1.6.0-1
+- Updated to latest upstream version 1.6.0
+- Spec file updated
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5.1-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index e7b7a71..840f53d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-61d17df8ef0a60ccafc8715de310b3f0  liboping-1.5.1.tar.bz2
+1f5cfb17feb38b5aec94fbd36607cbed  liboping-1.6.0.tar.bz2


More information about the scm-commits mailing list