source: projects/specs/trunk/b/bridge-utils/bridge-utils-vl.spec @ 12345

Revision 12345, 3.2 KB checked in by tomop, 4 years ago (diff)

updated 7 packages

bridge-utils-1.6-1

dmidecode-3.2-1

hdparm-9.58-1

lsof-4.93.2-1

libasyncns-0.8-3

libdaemon-0.14-4

mtools-4.0.23-1

RevLine 
[12345]1Summary:                Utilities for configuring the linux ethernet bridge.
[5948]2Summary(ja):    イーサネットブリッジ設定ユーティリティ
[12345]3Name:                   bridge-utils
4Version:                1.6
5Release:                1%{?_dist_release}
6Group:                  Applications/System
7Vendor:                 Project Vine
8Distribution:   Vine Linux
9License:                GPLv2+
10URL:                    https://wiki.linuxfoundation.org/networking/bridge
11Source0:                https://mirrors.edge.kernel.org/pub/linux/utils/net/bridge-utils/%{name}-%{version}.tar.xz
12Patch0:         bridge-utils-1.0.4-inc.patch
13Patch1:         bridge-utils-libbridge-cflags.patch
14Patch2:         bridge-utils-1.6-add-missing-sys-time.patch
15Patch3:         bridge-utils-1.6-fix-signed-unsigned-warnings.patch
16
[5948]17BuildRequires:  autoconf
18BuildRequires:  kernel-headers >= 2.6.16
[521]19
20%description
21This package contains utilities for configuring the linux ethernet
22bridge. The linux ethernet bridge can be used for connecting multiple
23ethernet devices together. The connecting is fully transparent: hosts
24connected to one ethernet device see hosts connected to the other
25ethernet devices directly.
26
27Install bridge-utils if you want to use the linux ethernet bridge.
28
[5948]29#%package -n bridge-utils-devel
30#Summary: Header and object files for using bridge-utils
31#Group: Development/Libraries
[521]32
[5948]33#%description -n bridge-utils-devel
34#The bridge-utils-devel package contains the header and object files
35#necessary for developing programs which use 'libbridge.a', the
36#interface to the linux kernel ethernet bridge. If you are developing
37#programs which need to configure the linux ethernet bridge, your
38#system needs to have these standard header and object files available
39#in order to create the executables.
40#
41#Install bridge-utils-devel if you are going to develop programs which
42#will use the linux ethernet bridge interface library.
[521]43
[12345]44
[521]45%prep
46%setup -q
[12345]47%autopatch -p1
[521]48
49
50%build
[5948]51autoconf
52%configure
[12345]53make %{?_smp_mflags}
[521]54
[12345]55
[521]56%install
[12345]57make DESTDIR=%{buildroot} SUBDIRS="brctl doc" install
[521]58
59%clean
[5948]60[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
[521]61
62%files
63%defattr (-,root,root)
[12345]64%license COPYING
65%doc AUTHORS doc/FAQ doc/HOWTO
[521]66%{_sbindir}/brctl
67%{_mandir}/man8/*
68
[5948]69#%files -n bridge-utils-devel
70#%defattr (-,root,root)
71#%{_includedir}/libbridge.h
72#%{_libdir}/libbridge.a
[521]73
74%changelog
[12345]75* Fri Mar 20 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.6-1
76- new upstream release.
77
[5948]78* Thu Mar 22 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.5-1
79- new upstream release
80- import bugfix patches from Fedora
81- drop -devel subpackage (use sane kernel headers)
82
[521]83* Mon Jun 22 2009 Shu KONNO <owa@bg.wakwak.com> 1.0.6-2
84- spec in utf-8
85
86* Fri Sep 19 2008 Shu KONNO <owa@bg.wakwak.com> 1.0.6-1vl5
87- applied new versioning policy, spec in utf-8
88
89* Mon Mar 28 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.6-0vl1
90- new upsteam release based Fedora
91  * Thu Aug 26 2004 David Woodhouse <dwmw2@redhat.com> 1.0.4-4
92  - BuildRequires: sysfsutils-devel to make the horrid autoconf script
93    magically change the entire package's behaviour just because it
94    happens to find slightly different header files lying around.
95  - Include our own kernel-derived headers
96  * Thu Jul 1 2004 David Woodhouse <dwmw2@redhat.com>
97  - Update to 1.0.4
98- s/Copyright/License/
99
100* Sat Oct 27 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.3-1vl1
101- initial release
Note: See TracBrowser for help on using the repository browser.