Accepting request 25597 from devel:libraries:c_c++

Copy from devel:libraries:c_c++/libdnet based on submit request 25597 from user dirkmueller

OBS-URL: https://build.opensuse.org/request/show/25597
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdnet?expand=0&rev=7
This commit is contained in:
OBS User autobuild 2009-12-07 15:02:14 +00:00 committed by Git OBS Bridge
parent 2015861488
commit bde98b1108
3 changed files with 16 additions and 9 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 4 15:44:26 CET 2009 - dmueller@suse.de
- refresh patches
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 20 19:46:05 CEST 2009 - crrodriguez@suse.de Tue Oct 20 19:46:05 CEST 2009 - crrodriguez@suse.de

View File

@ -1,10 +1,12 @@
--- configure.in Index: configure.in
+++ configure.in ===================================================================
@@ -6,7 +6,6 @@ --- configure.in.orig 2007-01-20 08:39:21.000000000 -0300
dnl $Id: configure.in,v 1.66 2006/01/19 16:39:24 dugsong Exp $ +++ configure.in 2009-11-24 08:59:04.000000000 -0300
@@ -6,7 +6,6 @@ dnl
dnl $Id: configure.in 638 2007-01-20 11:39:21Z dugsong $
AC_INIT(include/dnet.h) AC_INIT(include/dnet.h)
-AC_CONFIG_AUX_DIR(config) -AC_CONFIG_AUX_DIR(config)
AC_SUBST(ac_aux_dir) AC_SUBST(ac_aux_dir)
AM_INIT_AUTOMAKE(libdnet, 1.11) AM_INIT_AUTOMAKE(libdnet, 1.12)

View File

@ -20,11 +20,11 @@
Name: libdnet Name: libdnet
BuildRequires: python-devel BuildRequires: python-devel
License: BSD 3-clause (or similar) License: BSD3c(or similar)
Group: Development/Libraries/Other Group: Development/Libraries/Other
Summary: Library for Simple, Portable Interface to Low Level Networking Routines Summary: Library for Simple, Portable Interface to Low Level Networking Routines
Version: 1.12 Version: 1.12
Release: 1 Release: 2
Url: http://code.google.com/p/libdnet/ Url: http://code.google.com/p/libdnet/
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: http://libdnet.googlecode.com/files/%name-%{version}.tar.bz2 Source0: http://libdnet.googlecode.com/files/%name-%{version}.tar.bz2
@ -54,7 +54,7 @@ Authors:
Dug Song <dugsong@monkey.org> Dug Song <dugsong@monkey.org>
%package -n libdnet1 %package -n libdnet1
License: BSD 3-clause (or similar) License: BSD3c(or similar)
Group: Development/Libraries/Other Group: Development/Libraries/Other
Summary: Library for Simple, Portable Interface to Low Level Networking Routines Summary: Library for Simple, Portable Interface to Low Level Networking Routines
Provides: %{name} = %{version} Provides: %{name} = %{version}
@ -85,7 +85,7 @@ Authors:
Dug Song <dugsong@monkey.org> Dug Song <dugsong@monkey.org>
%package devel %package devel
License: BSD 3-clause (or similar) License: BSD3c(or similar)
Group: Development/Libraries/Other Group: Development/Libraries/Other
Summary: Devel files for libdnet Summary: Devel files for libdnet
Requires: libdnet1 = %{version} glibc-devel Requires: libdnet1 = %{version} glibc-devel