SHA256
1
0
forked from pool/libdnet
OBS User unknown 2009-06-18 22:57:33 +00:00 committed by Git OBS Bridge
parent 0a6a0ee272
commit 839b5bd454

View File

@ -1,22 +1,30 @@
#
# spec file for package libdnet (Version 1.11)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: libdnet
BuildRequires: python-devel
License: BSD 3-Clause
Group: Development/Libraries/Other
Summary: Library for Simple, Portable Interface to Low Level Networking Routines
Version: 1.11
Release: 87
Release: 89
Url: http://libdnet.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %name-%{version}.tar.bz2
@ -46,6 +54,7 @@ Authors:
Dug Song <dugsong@monkey.org>
%package -n libdnet1
License: BSD 3-Clause
Group: Development/Libraries/Other
Summary: Library for Simple, Portable Interface to Low Level Networking Routines
Provides: %{name} = %{version}
@ -76,6 +85,7 @@ Authors:
Dug Song <dugsong@monkey.org>
%package devel
License: BSD 3-Clause
Group: Development/Libraries/Other
Summary: Devel files for libdnet
Requires: libdnet1 = %{version} glibc-devel
@ -137,10 +147,11 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/dnet/*.h
%{_libdir}/libdnet.so
%{_mandir}/man?/dnet.*.gz
%changelog
* Tue Oct 09 2007 - crrodriguez@suse.de
* Tue Oct 09 2007 crrodriguez@suse.de
- fix build by adapting to the library packaging policy
- remove useless libtool archive
- correct some minor packaging issues
* Thu Sep 21 2006 - dmueller@suse.de
* Thu Sep 21 2006 dmueller@suse.de
- Initial package (1.11)