This commit is contained in:
parent
0a6a0ee272
commit
839b5bd454
23
libdnet.spec
23
libdnet.spec
@ -1,22 +1,30 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libdnet (Version 1.11)
|
# spec file for package libdnet (Version 1.11)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 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.
|
|
||||||
#
|
#
|
||||||
|
# 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/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: libdnet
|
Name: libdnet
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
License: BSD 3-Clause
|
License: BSD 3-Clause
|
||||||
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.11
|
Version: 1.11
|
||||||
Release: 87
|
Release: 89
|
||||||
Url: http://libdnet.sourceforge.net/
|
Url: http://libdnet.sourceforge.net/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: %name-%{version}.tar.bz2
|
Source0: %name-%{version}.tar.bz2
|
||||||
@ -46,6 +54,7 @@ Authors:
|
|||||||
Dug Song <dugsong@monkey.org>
|
Dug Song <dugsong@monkey.org>
|
||||||
|
|
||||||
%package -n libdnet1
|
%package -n libdnet1
|
||||||
|
License: BSD 3-Clause
|
||||||
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}
|
||||||
@ -76,6 +85,7 @@ Authors:
|
|||||||
Dug Song <dugsong@monkey.org>
|
Dug Song <dugsong@monkey.org>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
|
License: BSD 3-Clause
|
||||||
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
|
||||||
@ -137,10 +147,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/dnet/*.h
|
%{_includedir}/dnet/*.h
|
||||||
%{_libdir}/libdnet.so
|
%{_libdir}/libdnet.so
|
||||||
%{_mandir}/man?/dnet.*.gz
|
%{_mandir}/man?/dnet.*.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Oct 09 2007 - crrodriguez@suse.de
|
* Tue Oct 09 2007 crrodriguez@suse.de
|
||||||
- fix build by adapting to the library packaging policy
|
- fix build by adapting to the library packaging policy
|
||||||
- remove useless libtool archive
|
- remove useless libtool archive
|
||||||
- correct some minor packaging issues
|
- correct some minor packaging issues
|
||||||
* Thu Sep 21 2006 - dmueller@suse.de
|
* Thu Sep 21 2006 dmueller@suse.de
|
||||||
- Initial package (1.11)
|
- Initial package (1.11)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user